You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Update java.version from 1.8 to 11 in pom.xml
- Upgrade Spring Boot from 2.0.2.RELEASE to 2.7.18
- Add maven-compiler-plugin 3.11.0 with release=11
- Add maven-surefire-plugin 3.1.2 for Java 11 module handling
- Fix packaging from pom to jar for proper compilation
- Update build.gradle: sourceCompatibility/targetCompatibility to 11,
Spring Boot plugin to 2.7.18, compile->implementation syntax
- Add GitHub Actions CI workflow for Java 11
- Update README prerequisites to specify Java 11 SDK
Co-Authored-By: derek.wu <derekwu35@gmail.com>
0 commit comments