- [chg] Update SLF4J API to 2.0.13
- [chg] Update Jackson to 2.17.0
- [chg] Update Logback to 1.5.5
- [chg] Increase timeout for Sonatype staging to 900.
- [brk] Switch from Bintray (which reached EOL) to Sonatype for releases.
- [chg] Update Jacoco plugin to 0.8.6.
- [chg] Update SLF4J to 1.7.30
- [chg] Fixes coveralls plugin reporting only Unit Test coverage.
- [chg] Upgrade spotbugs to 3.1.12
- [chg] Add itArgLine property for completing integration tests command line arguments.
- [fix] Downgrade Validation API to 1.1 as it is the minimal version required by SeedStack.
- [chg] Force Javadoc to use Java 8 source level.
- [chg] Built and tested with OpenJDK 11 (minimum Java version still being 8).
- [chg] Excludes JMockit from integration test classpath as it messes with classes by simply being present.
- [chg] Avoid adding license header in
META-INF/resources
andsrc/main/webapp
directories.
- [chg] Update Bean Validation to 2.0.1.
- [fix] Downgrade Servlet API to 3.0.1 as it is the minimal version required by SeedStack.
- [fix] Downgrade WebSocket API to 1.0 as it is the minimal version required by SeedStack.
- [chg] Avoid adding license header in
node_modules
andbower_components
directories.
- [chg] Update Servlet API to 4.0.1.
- [chg] Update Jackson to 2.9.4.
- [new] Java 9 build support.
- [chg] Change from findbugs to spotbugs.
- [chg] Update testing dependencies to latest versions.
- [chg] Update JAX-RS to 2.1.
- [brk] Remove arquillian composite POM.
- [new] Add non-failing checkstyle to quality check.
- [chg] Add profile for quality check with findbugs.
- [chg] Update JTA to 1.2
- [chg] Update SLF4J to 1.7.25
- [chg] Update Jackson to 2.8.9
- [chg] Update Jansi to 1.16
- [chg] Update Logback to 1.2.3
- [chg] Update AssertJ to 3.8.0
- [fix] Fix surefire and failsafe configuration which was preventing coverage instrumentation.
- [brk] Requires Java 8 to build.
- [brk] Remove version for JAX-RS 1.
- [chg] Update Jansi to 1.14.
- [chg] Update AssertJ to 3.6.1.
- [chg] Add more memory for integration tests.
- [chg] Update Javax EL API to 3.0.0
- [chg] Update Servlet API to 3.1.0
- [chg] Update WebSocket API to 1.1
- [chg] Update SLF4J to 1.7.19
- [chg] Update Jackson to 2.6.5
- [chg] Update Logback to 1.1.6
- [chg] Update JSONAssert 1.3.0
- [chg] Update Tomcat to 8.0.32
- [chg] Update AssertJ to 2.3.0
- [chg] Update REST Assured to 2.9.0
- [chg] Update JMockit to 1.22
- [new] Releases are pushed directly to bintray with the
release
profile.
This version was released due to build constraints and doesn't bring any change.
- [chg] Remove exclusion of internal classes in Javadoc JAR.
- [brk]
seedstack.poms.version
Maven property is no longer available. - [brk] Remove all BOM modules in favor of distribution-specific BOMs.
- [brk] Rename
parent
module asparent-internal
to make room for eventual distribution-specific parent.
- [nfo] Initial Open-Source version