Skip to content

Add module info#2

Merged
bbottema merged 2 commits intobbottema:masterfrom
bowbahdoe:master
Apr 7, 2024
Merged

Add module info#2
bbottema merged 2 commits intobbottema:masterfrom
bowbahdoe:master

Conversation

@bowbahdoe
Copy link
Copy Markdown
Contributor

@bowbahdoe bowbahdoe commented Apr 6, 2024

Adds a module info to the final build under META-INF/versions/9. This should not affect compatibility with java 8.

I'm working my way through the dependency tree of https://github.com/bbottema/simple-java-mail.

For reference, I am producing these lists of exports/requires by upping the java version locally and then adding a module-info and following the compiler errors. While on Java 8 its sorta like guessing at what imports are needed at the top of a file without a compiler/IDE support.

For single modules like this its tenable, but if you are okay with upgrading past 8 at some point that would be helpful.

@bbottema bbottema merged commit 31522aa into bbottema:master Apr 7, 2024
@bbottema bbottema mentioned this pull request Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants