Changes since 23.5.3
New features
- Add ConditionalOnMissingBean for ServletRegistration (#17883)
Commit · Pull request
Fixes
-
Prevent NPE when creating init parameters (#19856) (CP: 23.5)
Commit · Pull request · IssueServletConfig might contain init parameter with null values. This is however not supported by java Properties class. This change adds a null check and logs offending keys for debugging purpose.