Josiah Noel
Josiah Noel
I guess to me it would be cooler if the registration was automatic
> @SentryMan can probably provide some details on what Avaje inject does but I imagine it has similar cataloging of class to some generated code. Yeah over there typically we...
the only thing I can really say is you should define a proper module-info file and have moditect pick it up(much easier to read than XML). [see this](https://github.com/javalin/javalin/pull/1923/files)
I wonder about this one as well. It's a little inconvenient to deal with at the moment.
long time no see, is there anything else needed?
> what is your use-case for Java 11 HTTP client? A big one is that the built-in client does not require large external dependencies to function.
I deploy a bunch of Java applications in lambda so keeping my application size down is a priority for me. The fact that it natively supports virtual threads is a...
Most excellent, I'm looking forward to it. It's unfortunate though that the official AWS SDK does not have this functionality.
> The 3.39.x series of releases will be the last ones to support JDK 8. Module time?
Alrighty then, I can add the modules if the build is using JDK 11