Java9 and Above
AndHow works for applications built and/or running on Java 9 and up, but there are considerations.
Last updated
Was this helpful?
AndHow works for applications built and/or running on Java 9 and up, but there are considerations.
Last updated
Was this helpful?
If you don't use modules (i.e. don't include a module-info.java
file in your jars), AndHow works just fine. And this seems to be what most projects and libraries have done: simply ignore the module system.
If you really need Java 9 modules, it will be some time and work before AndHow can support them. If module support is important to you, please comment on . If you are a module expert, please consider offering to help with that ticket.
Applications, especially those that runs as lambdas, micro-services or within containers, live in a very walled garden. The extra level of ceremony that Jigsaw modules provides (essentially protecting your code from itself and the dependencies you choose to use) doesn't add meaningful security in most cases.