3.2.3
henrikplate
released this
04 Apr 19:54
·
87 commits
to master
since this release
New:
- Compilation happens against Java 8, i.e. client-side components will not run with Java 7 any more (Oracle's extended support ends July 2022) (#529)
frontend-apps
- Added view "Bloat" to highlight usage of dependencies and identify candidate debloatable libraries (i.e., libraries not used by the application that can be removed) (#538)plugin-maven
- Enhancedinstr
goal to instrument Spring Boot applications (#531)
Bug fixes:
- Updated Log4j to 2.17.1 (#527)
- Updated springboot to 2.5.12 (#539)
plugin-maven
- Fixed corner case where direct dependencies were identified as being transitive (#529)
Improvements:
plugin-maven
- Improved log messages related to client-side JAR analysis (#529)
Other:
- Updated H2 from 1.4 to 2.0 and changed scope to
test
(#527, #528) - Updated Jackson-databind to 2.12.6.1 and Postgresql 42.3.3
- Updated other dependencies to latest releases (#530)
- Fixed calls to deprecated APIs (#529 and #530)
- Minor improvements to docker local setup (#532)
- Restructured documentation (#502)