Releases: PavlidisLab/pavlab-starter-parent
Releases · PavlidisLab/pavlab-starter-parent
1.2.3
1.2.0
1.1.7
1.1.0
This release updates a few dependencies and introduce Maven Enforcer plugin to ensure that a bare minimum is met for building our projects.
- enforce Maven 3.0.5 as a bare minimum
- add jul-to-slf4j from org.slf4j
- update Mockito to 4.3.1
- update AssertJ to 3.22.0
1.0.3
Backport pom.xml metadata, Apache 2.0 license and a few typo fixes from the stable-1.1 branch.
1.0.2
1.0.1
This release updates Log4j to 2.17.1 to address CVE-2021-44832 and Tomcat to 8.5.73.
Please note that from now on, all stable 1.0.x releases will be built on the stable-1.0 branch.
1.0
This is the first release of pavlab-starter-parent, a POM that supplies curated dependencies that are guaranteed to work on our internal infrastructure.
Core dependencies:
- baseCode
- Hibernate 3.6.10.Final with Ehcache 2.4.3
- MySQL 8.0.27 + DBCP2
- Logging with Log4j 2.17.0 with API choice between SLF4J 1.7.32 and Commons Logging 1.2
- Tomcat 8.5.72
- Complete toolkit for testing with JUnit 4, Mockito and AssertJ.
New projects should target Java 8 to match our current deployment constraints.