FITFLOP
Home

java-module (2 post)


posts by category not found!

Is there an alternative to --add-opens command line parameters for just ported applications to a newer Java?

Exploring Alternatives to the add opens Command Line Parameter in Java When porting applications to a newer version of Java developers often encounter the need

3 min read 20-10-2024 24
Is there an alternative to --add-opens command line parameters for just ported applications to a newer Java?
Is there an alternative to --add-opens command line parameters for just ported applications to a newer Java?

Making JPMS ServiceLoader non-recursive or avoid duplicate services

Unraveling the Mystery Avoiding Duplicate Services with Java Platform Module System JPMS Service Loader Imagine you re building a complex Java application using

2 min read 01-10-2024 27
Making JPMS ServiceLoader non-recursive or avoid duplicate services
Making JPMS ServiceLoader non-recursive or avoid duplicate services