Skip to content

Made into a Java 9 module#89

Open
spoto wants to merge 3 commits intomwanji:masterfrom
Hotmoka:master
Open

Made into a Java 9 module#89
spoto wants to merge 3 commits intomwanji:masterfrom
Hotmoka:master

Conversation

@spoto
Copy link

@spoto spoto commented May 9, 2023

I made the code into a Java 9 module. This required to:

  • create a module-info.java defining a module "toml4j"
  • move the compiler version to Java 9
  • move the tests to JUnit 5
  • bump the plugin versions to the newest versions

All tests pass.

spoto added 2 commits May 9, 2023 18:19
- bumped compiler version to 9
- moved tests to JUnit 5
@bowbahdoe
Copy link

Woah thats wack - i can approve changes on a repo I don't own

@spoto
Copy link
Author

spoto commented Aug 21, 2023

The module is a now packaged into a multi-release jar: Java 1.7+ or Java 9+. I find it impossible to include Java 1.6, it seems not supported anymore by Maven and/or the latest JDK. Actually, the original main branch of this project does not build with maven on my machine exactly because Java 1.6 is not supported. Anyone able to improve the pom.xml in order to include Java 1.6?

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