Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Spring Boot to 2.1.x #1161

Closed
php-coder opened this issue Dec 4, 2019 · 1 comment
Closed

Update Spring Boot to 2.1.x #1161

php-coder opened this issue Dec 4, 2019 · 1 comment
Assignees
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

Comments

@php-coder
Copy link
Owner

php-coder commented Dec 4, 2019

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:

@php-coder php-coder added dependency/spring Task is related to Spring Framework kind/dependency-update Update one of dependencies labels Dec 4, 2019
@php-coder php-coder mentioned this issue Dec 4, 2019
50 tasks
@php-coder
Copy link
Owner Author

"maintenance for Spring Boot 2.1 will end on November 1st 2020" (c) https://spring.io/blog/2019/12/10/spring-boot-2-1-x-eol-november-1st-2020

@php-coder php-coder added this to the 0.4.4 milestone Mar 17, 2020
@php-coder php-coder modified the milestones: 0.4.4, next May 23, 2020
@php-coder php-coder modified the milestones: next, 0.4.5 Jun 20, 2020
@php-coder php-coder modified the milestones: 0.4.5, 0.4.6 Aug 15, 2020
@php-coder php-coder self-assigned this Dec 2, 2020
@php-coder php-coder modified the milestones: 0.4.6, 0.4.5 Dec 2, 2020
php-coder added a commit that referenced this issue Jan 1, 2021
…n properties

Should be in e9eb623 commit.

Relate to #1161

[skip ci]
php-coder added a commit that referenced this issue Jan 1, 2021
@php-coder php-coder added the impact/changelog This change should be reflected in the NEWS.txt file label Jan 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

1 participant