Update spring boot, liquibase, jgit#413
Conversation
|
Time to upgrade to something newer than Java 8? |
Good idea. Probably latest LTS 17 if it works with our dependencies & deployment - https://www.oracle.com/java/technologies/java-se-support-roadmap.html |
85414d7 to
1123a84
Compare
1123a84 to
2c002ab
Compare
|
Upgraded to Java 17, then had to update Docker and then the build tooling too. Upgraded the maven plug-ins, it broke coverage. Fixed coverage, now the report is complaining it was reduced in 7.1 % 😅 Almost there! More tomorrow. This PR is also using a newer Docker image. I expect it to use newer versions of libraries, fixing issues reported in other linters/CI services. |
|
@mr-c updated the branch, but I cannot merge it, could you merge it if it's looking OK to you, please? Thanks!!! 🙏 |
|
Coverage will go down due to a problem at how Cobertura was counting covered code. But we will increase that later 💪 |



Description
Updating dependencies, and building the project now with Java 17 (LTS). Had to replace Cobertura by JaCoCo in order to get the build green. The test coverage reduced, but that's because Cobertura was reporting incorrectly (see comment below about it).
Motivation and Context
Proactively updating a few dependencies.
How Has This Been Tested?
mvn clean testScreenshots (if appropriate):
Types of changes
Checklist: