Skip to content

v1.0.0.Final

Latest
Compare
Choose a tag to compare
@jamezp jamezp released this 13 Dec 01:48
· 13 commits to main since this release
v1.0.0.Final
7ed8659

What's Changed

Enhancements 🎉

  • Better support disabling the security manager. Updated the JvmTest to… by @jamezp in #9
  • Allow the CommandBuilderTest to pass on Java 24+. by @jamezp in #12
  • [13] Add a module-info.java module file. by @jamezp in #14

Bugs 🐛

  • [19] Add back the support to check if the JVM is a modular JVM if the… by @jamezp in #20

Dependency Upgrades ⬆

  • Bump org.jboss:jboss-parent from 40 to 47 by @dependabot in #7
  • Bump org.wildfly.plugins:wildfly-plugin-tools from 1.2.0.Beta1 to 1.2.0.Beta2 by @dependabot in #16
  • Bump org.wildfly.plugins:wildfly-maven-plugin from 5.1.0.Alpha1 to 5.1.0.Alpha2 by @dependabot in #17
  • Bump org.jboss.modules:jboss-modules from 2.1.5.Final to 2.1.6.Final by @dependabot in #18
  • Bump org.wildfly.plugins:wildfly-maven-plugin from 5.1.0.Alpha2 to 5.1.0.Beta2 by @dependabot in #21

Other Changes

  • [1] Migrate tests from JUnit 4 to JUnit 5. by @jamezp in #4
  • Add new tests and add CI integration testing by @jamezp in #5
  • [10] Remove the jboss-logging dependency. General updates to the POM. by @jamezp in #11
  • Add a workflow to publish the JavaDocs to GitHub Pages. by @jamezp in #15
  • [22] Use a MethodHandles.Lookup to lookup the interface implementatio… by @jamezp in #23
  • [8] Add the translations for the messages. Create some tests to ensur… by @jamezp in #24

New Contributors

Full Changelog: 1.0.0.Beta1...v1.0.0.Final