Skip to content

Update Spring Boot to 2.1.x #1161

Closed
Closed
@php-coder

Description

@php-coder

Update procedure:

  • Use newer versions (also update the comments)
  • Compare dependencies (./mvnw dependency:tree and jar tvf target/mystamps.war | grep '\.jar$' | awk '{print $8}' | cut -d/ -f3 | sort)
  • Compare WAR sizes (./mvnw package -DskipUnitTests=true && ls -lh target/mystamps.war)
    2.0.x: 31M
    2.1.x: 31M
  • Compare a number of JARs
    2.0.x: 84
    2.1.x: 84
  • Compare time for application run (average for 3 times)
    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)
  • Compare time for running ./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)
  • Compare a number of threads
    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:

Metadata

Metadata

Assignees

Labels

dependency/springTask is related to Spring Frameworkimpact/changelogThis change should be reflected in the NEWS.txt filekind/dependency-updateUpdate one of dependencies

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions