mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-20 14:39:36 +00:00
JDK 15 introduces isEmpty() on CharSequence which clashes with the one declared in StringSequence because it is not public. See gh-21713