Adam Gent

Results 419 comments of Adam Gent

@jknack is there any chance you can pump out a release with at least Automatic-Module-Name ? I need this kind of badly for our general conversion to Jooby 3.0

Or I can put in a PR if you like?

@jknack I put in a PR on the 4.x branch to try to make it as easy as possible.

I agree. I just wanted to help @Montimur and others that can't wait. I can possibly do a module-info PR in master but maybe there is more work that you...

To be fair I did the above in vim and did not check IDE or compiling a parent pom module alone. As for the unresolved I think a dummy module...

@Montimur oh I just used it because even at 32 gigs of memory I run out ([well actually it is more like my music starts popping](https://www.reddit.com/r/macbookpro/comments/vluqp9/psa_suffering_from_your_m1_macbook_pro_making/) ) I normally use...

Ethan I noticed this myself when I was planning on adding it as a config option to: https://github.com/jstachio/rainbowgum They probably cannot do this without a major version change and will...

> Do you have a good resource on the resource rules @agentgt ? No I don't sadly. But you can read this answer on SO (see who is answering the...

https://docs.oracle.com/javase/9/docs/api/java/lang/Module.html#getResourceAsStream-java.lang.String- > A package name is derived from the resource name. If the [package](https://docs.oracle.com/javase/9/docs/api/java/lang/Module.html#getPackages--) name is a package in the module then the resource can only be located by the...

I guess I should just setup a project to see how it comes up but there are lots of caveats switching from Automatic-Module-Name to module-info. It changes the visibility graph....