chatgpt-java
chatgpt-java copied to clipboard
⬆️ Bump spring-webmvc from 5.3.25 to 6.0.7
Bumps spring-webmvc from 5.3.25 to 6.0.7.
Release notes
Sourced from spring-webmvc's releases.
v6.0.7
:star: New Features
- Improve diagnostics in SpEL for
matchesoperator #30144- Improve diagnostics in SpEL for repeated text #30142
- Increase scope of regex pattern cache for the SpEL
matchesoperator #30140- Minor updates in HandlerMappingIntrospector #30127
- Skip parameter name resolution when not needed in
AbstractAutowireCapableBeanFactory#30103- Remove extra copy of headers/cookies in WebClient #30092
- Assert non-null arguments in
DefaultServerRequestBuildermethods #30046- Jetty 12 support in WebFlux #29575
:lady_beetle: Bug Fixes
- Gradle task
processAotfails when Bean Validation API present but no provider found #30130- ContentDisposition::parse does not support Windows paths #30111
- BindException raised instead of MethodArgumentNotValidException subclass #30100
- Ensure reactive transaction rollback on commit error #30096
- CaffeineCacheManager getCache method cause thread block #30066
- RequestedContentTypeResolver does not ignore quality factor when filtering */* media types #29915
@Autowired/@Valuedoes not work on inner bean in native #29803- Avoid rollback after a commit failure in
TransactionalOperator#27572- SpEL: cannot call methods declared in
java.lang.Objecton a JDK proxy #25316:notebook_with_decorative_cover: Documentation
- Add anchor rewrites in the reference documentation #30132
- Fix minor spacings in webflux docs #30078
- Add a list of observations produced by Spring Framework #30060
:hammer: Dependency Upgrades
- Upgrade to Reactor 2022.0.5 #30133
:heart: Contributors
Thank you to all the contributors who worked on this release:
@EnricSala,@MrCoffee77,@abelsromero,@edyda99,@liupeng12345,@srivatsa-cfp, and@yuzawa-sanv6.0.6
:star: New Features
- Prefer request hostName and hostPort in ReactorServerHttpRequest #30062
- Use
readNBytesin ByteArrayHttpMessageConverter when contentLength is available #30010- Add missing
@Nullableannotations toLogMessage.formatmethods #30006- Refine
CoroutinesUtils#invokeSuspendingFunctioncontract #30005@SubscribeMappingmethod not called when built as native image #30002- Provide method with
ContextViewinstead ofContextinServerWebExchangeContextFilter#29691- Support
@Valuefor record injection #28774
... (truncated)
Commits
da19cb3Release v6.0.7202fa5cPolishing and minor refactoring in HandlerMappingIntrospector8010de8Improve diagnostics in SpEL formatchesoperator5529294Improve diagnostics in SpEL for repeated text935c29eIncrease scope of regex pattern cache for the SpELmatchesoperator4a3518bPolishingdd4a347Stop printing to System.out in SpEL tests46bd6adMention JAR signing key in SECURITY.md19384acPolishinga0358a4Upgrade to Reactor 2022.0.5 and Netty 4.1.90- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)