This is the reproduces repository for the issue
It happens after springboot:3.2.2 and spring-web:6.1.3
Reproduce conditions is spring-security
and @Valid
and @Positive
validation
-
test
usersAbnormalViolated
case failed causejava.lang.NoClassDefFoundError: jakarta/servlet/ServletException
-
test
usersNormalViolated
cass passed