Update Spring Boot to 2.1.x #1161
Labels
dependency/spring
Task is related to Spring Framework
impact/changelog
This change should be reflected in the NEWS.txt file
kind/dependency-update
Update one of dependencies
Milestone
Update procedure:
./mvnw dependency:tree
andjar tvf target/mystamps.war | grep '\.jar$' | awk '{print $8}' | cut -d/ -f3 | sort
)./mvnw package -DskipUnitTests=true && ls -lh target/mystamps.war
)2.0.x: 31M
2.1.x: 31M
2.0.x: 84
2.1.x: 84
2.0.x:
Started ApplicationBootstrap in 6 seconds (JVM running for 20.79)
2.1.x:
Started ApplicationBootstrap in 5.86 seconds (JVM running for 20.98)
./mvnw verify -DskipUnitTests=true
(average for 3 times)2.0.x: 02:13 min
2.1.x: 02:21 min (
Run suite 'Robotframework' with 200 tests in 1 minute 52 seconds
)2.0.x: Live threads: 36 Daemon threads: 17
2.1.x: Live threads: 37 Daemon threads: 17
Spring Boot
Spring Framework
Spring Security
Other:
spring-framework.version
property)Auto-configuration for task execution (@EnableAsync) and task scheduling (@EnableScheduling)
?you now don't have to do any custom setup for your Maven plugins to make use of JUnit 5
-- test it (resolution: I'll test it later, during junit5 migration)thymeleaf-extras-springsecurity4
tothymeleaf-extras-springsecurity5
Feature-Policy
logging.level.web: DEBUG
,logging.level.sql: DEBUG
,spring.http.log-request-details: true
)JdbcCategoryDaoTest
: disable info messageThe text was updated successfully, but these errors were encountered: