-
Notifications
You must be signed in to change notification settings - Fork 41.3k
Remove deprecated 2.2 code #19699
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Remove deprecated 2.2 code #19699
Conversation
5e13563
to
c6aac0b
Compare
c6aac0b
to
39cbe2d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. I've added a few comments. The copyright of each changed source files should be updated as well.
This is much larger than I thought it would be and I am wondering if we shouldn't split that in separate commits. One for the health indicator certainly would help make it more manageable.
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/logging/LogFile.java
Show resolved
Hide resolved
...a/org/springframework/boot/actuate/autoconfigure/health/HealthEndpointAutoConfiguration.java
Outdated
Show resolved
Hide resolved
39cbe2d
to
c628cd6
Compare
I've resolved the two comments above, updated copyrights, and split the changes into several commits aligned to a few themes. |
Added another commit to remove Joda-Time auto-configuration. |
See #19597
This PR includes all deprecations that were explicitly marked
since 2.2
. There are other deprecations that are not marked with asince
that need to be evaluated for removal in 2.3.