mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Prior to this commit, the non-pattern package prefix check used packageName.startsWith(basePackage) which incorrectly treats "com.example2.foo" as a subpackage of "com.example". Closes gh-35601 Signed-off-by: NeatGuyCoding <15627489+NeatGuyCoding@users.noreply.github.com>