Skip to content

Mybatis Spring Boot 3.0.1

Compare
Choose a tag to compare
@hazendaz hazendaz released this 17 Dec 19:46
· 378 commits to master since this release

Here is the complete list of changes.

  • Set to proxyBeanMethods=false on Configuration class #758
  • Apply MyBatis Spring 3.0.1 for supporting native image #760
  • Correct sources jar generations to not hijack resources. Variation of #759 as was done in mybatis spring module.
  • Fix manifest data on java version requirement #767
  • Fix groovy module to be jdk 17 as well in samples.

note: unrelated known issues with maven javadoc plugin and modular determination from usage of automatic module names caused some friction getting this release out. We moved the tag for 3.0.1 but left the release commits. This is released at the last set of those failed attempts.