Skip to content

Mybatis Parent 45

Latest
Compare
Choose a tag to compare
@hazendaz hazendaz released this 04 Aug 21:53
· 63 commits to master since this release

Parent

  • Require java 17 to build and allow java 24 (full matrix: 17, 21, 22, 23, and 24)
  • Add 'edu' import to impsort group
  • Require maven 3.9.8 to build
  • Update plugins / dependencies
  • Drop profile to allow < java 17 for building
  • Drop java 8 from osgi headers. If downstream still needs them, add them back as follows
<bnd>
-removeheaders: JAVA_1_8_HOME,JAVA_8_HOME,JAVA_11_HOME,JAVA_17_HOME,JAVA_21_HOME,JAVA_22_HOME,JAVA_23_HOME,JAVA_24_HOME
</bnd>

GHA

  • Drop java 11 from matrix
  • Add java 24-ea to matrix
  • Bump maven to 3.9.8