spring-boot/spring-boot-project/spring-boot-tools/spring-boot-loader/src
dreis2211 3d27391d47 Allow StringSequence.isEmpty() to be compatible with JDK 15
JDK 15 introduces isEmpty() on CharSequence which clashes with the one
declared in StringSequence because it is not public.

See gh-21713
2020-06-15 16:46:16 +02:00
..
main/java/org/springframework/boot/loader Allow StringSequence.isEmpty() to be compatible with JDK 15 2020-06-15 16:46:16 +02:00
test Merge branch '2.3.x' 2020-06-11 13:26:44 -07:00