-
Notifications
You must be signed in to change notification settings - Fork 33
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.2.x #1149
Labels
area/security
dependency/spring
Task is related to Spring Framework
impact/changelog
This change should be reflected in the NEWS.txt file
impact/deploy
Manual actions will be required during deployment
kind/dependency-update
Update one of dependencies
Milestone
Comments
php-coder
added
dependency/spring
Task is related to Spring Framework
kind/dependency-update
Update one of dependencies
labels
Nov 6, 2019
php-coder
added
the
impact/changelog
This change should be reflected in the NEWS.txt file
label
Jan 2, 2021
php-coder
added a commit
that referenced
this issue
Nov 14, 2022
Changelog: https://javaee.github.io/javamail/docs/CHANGES.txt Required for #1149
php-coder
added a commit
that referenced
this issue
Nov 15, 2022
php-coder
added a commit
that referenced
this issue
Nov 15, 2022
php-coder
added a commit
that referenced
this issue
Nov 15, 2022
php-coder
added a commit
that referenced
this issue
Nov 15, 2022
php-coder
added a commit
that referenced
this issue
Nov 15, 2022
php-coder
added a commit
that referenced
this issue
Nov 15, 2022
php-coder
added a commit
that referenced
this issue
Nov 15, 2022
php-coder
added a commit
that referenced
this issue
Nov 15, 2022
php-coder
added a commit
that referenced
this issue
Nov 15, 2022
I've decied to not use @SqlMergeMode as implicit is better than explicit. At this moment, every test explicitly requires its dependencies and I'd like to keep this. If we "merge" everything together, than it won't be clear what records is needed (and affects) what test. Part of #1149
php-coder
added a commit
that referenced
this issue
Nov 28, 2022
php-coder
added a commit
that referenced
this issue
Dec 1, 2022
php-coder
added
the
impact/deploy
Manual actions will be required during deployment
label
Aug 1, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/security
dependency/spring
Task is related to Spring Framework
impact/changelog
This change should be reflected in the NEWS.txt file
impact/deploy
Manual actions will be required during deployment
kind/dependency-update
Update one of dependencies
Spring Boot 2.2.13:
Spring Framework 5.2.22:
Spring Security 5.2.15:
Action points:
javax.*
tojakarta.*
@Lazy(false)
onThymeleafViewResolverInitializingBean
)logging.file
->logging.file.name
logging.file.name
andlogging.file.path
(resolution: they don't work together, only one is being used: https://stackoverflow.com/questions/29764258/why-doesnt-spring-boot-listen-to-the-logging-path-variable)server.use-forward-headers=true
->server.forward-headers-strategy=native
spring.mvc.favicon.enabled
@SqlMergeMode
from Spring Framework 5.2; decision: don't use itNEWS.txt
The text was updated successfully, but these errors were encountered: