forked from spring-projects/spring-boot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace use of deprecated JdkVersion API by looking for presence of c…
…lasses This commit updates ConditionalOnJava to remove a dependency on the deprecated JdkVersion API from Spring Framework. In its place it now looks for the presence of certain classes to determine the version of Java on which its running. Closes spring-projectsgh-4005
- Loading branch information
1 parent
6a31c1d
commit eae7b03
Showing
2 changed files
with
88 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters