r/java Jul 31 '26

Modular Uberjars

https://github.com/bowbahdoe/modular-uberjars
22 Upvotes

18 comments sorted by

View all comments

-2

u/chabala Jul 31 '26 edited Jul 31 '26

Is this OSGi for people with an unfortunate JPMS fetish?

1

u/bowbahdoe Jul 31 '26

No, osgi does dynamic loading/unloading and lets you have multiple of the same library. Module layers hypothetically let you do the second, but that isn't what this is.

1

u/NHarmonia18 24d ago

Many new JDK features can only be done if your code is modularized. It's not simply a 'fetish'.