rabbitmq-kotlin
rabbitmq-kotlin copied to clipboard
Update dependency org.springframework:spring-web to v5.3.39
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| org.springframework:spring-web | 5.3.31 -> 5.3.39 |
Release Notes
spring-projects/spring-framework (org.springframework:spring-web)
v5.3.39
:star: New Features
- SimpleEvaluationContext should disable array allocation #33386
v5.3.38
:star: New Features
- Efficient handling of conditional HTTP requests #33378
:lady_beetle: Bug Fixes
- Fix incorrect weak ETag validation #33377
SimpleEvaluationContextdoes not enforce read-only semantics #33320ConversionServicecannot convert primitive array toObject[]#33314- SpEL
Indexersilently ignores failure to set property as index #33312 - Mockito mock falsely initialized as CGLIB proxy with AspectJ aspect #33142
- "file:." cannot be resolved to
java.nio.file.Path(and plain "." value resolves to classpath root) #33140
:notebook_with_decorative_cover: Documentation
- Typo in Annotation-driven Listener Endpoints section of Spring Framework documentation #33052
- Container Extension Points section of Spring Framework documentation refers to the wrong property name #33039
- Incorrect constructor details in the javadoc for ApplicationContextEvent #33034
:hammer: Dependency Upgrades
- Upgrade to Reactor 2020.0.47 #33322
v5.3.37
:star: New Features
- AnnotationUtils performance degrades with deep stacks #32923
:lady_beetle: Bug Fixes
- AspectJ CTW aspects executed twice #32974
- SpEL compilation fails when indexing into a
Mapwith a primitive #32911 - SpEL compilation fails when indexing into an array or list with an
Integer#32909 - Application not starting with
@EnableTransactionManagement(mode = AdviceMode.ASPECTJ) #32885
:hammer: Dependency Upgrades
- Upgrade to Reactor 2020.0.45 #33010
v5.3.36
:lady_beetle: Bug Fixes
- Overridden aspect method runs twice #32868
@DateTimeFormat(iso = DateTimeFormat.ISO.DATE\_TIME)cannot convert UTC without milliseconds tojava.util.Date#32860- Spring AOP fails against registered
@Configurableaspect #32840
v5.3.35
:star: New Features
- Accept ajc-compiled
@Aspectclasses for Spring AOP proxy usage #32818
:lady_beetle: Bug Fixes
- DeferredQueryInvocationHandler fails to unwrap QuerySqmImpl class outside of transaction #32770
MergedAnnotationssearch does not find container for repeatable annotation #32751AnnotationConfigWebApplicationContextshould propagateApplicationStartuptoBeanFactory#32749- Ignore non-String keys in
PropertiesPropertySource.getPropertyNames()#32744 - "multiple subscribers not supported" when using WebClient exchange #32728
- Deadlock/Stall in ConcurrentWebSocketSessionDecorator with Undertow 2.3.10 #32698
:notebook_with_decorative_cover: Documentation
- Correct documentation on streaming with MockMvcWebTestClient #32723
- Update links to HttpOnly documentation at OWASP in
ResponseCookie#32668
:hammer: Dependency Upgrades
- Upgrade to Reactor 2020.0.44 #32788
v5.3.34
:star: New Features
- Log column type for limited support message in
JdbcUtils.getResultSetValue#32603 - Avoid additional unnecessary
Annotationarray cloning inTypeDescriptor#32477 - Avoid cloning empty
Annotationarray inTypeDescriptor#32466
:lady_beetle: Bug Fixes
- Refine scheme, userinfo, host and port parsing in UriComponentsBuilder #32618
MethodIntrospector.selectMethods()fails to detect bridge methods across ApplicationContexts #32588- JmsUtils.commitIfNecessary catches and ignores JMS IllegalStateException, losing message with ActiveMQ Artemis #32480
- Consistently apply TaskDecorator to ManagedExecutorService as well #32457
:hammer: Dependency Upgrades
- Upgrade to Reactor 2020.0.43 #32594
v5.3.33
:star: New Features
- Extract reusable method for URI validations #32442
- Allow UriTemplate to be built with an empty template #32438
- Refine
*HttpMessageConverter#getContentLengthreturn value null safety #32332
:lady_beetle: Bug Fixes
- AopUtils.getMostSpecificMethod does not return original method for proxy-derived method anymore #32369
- Better protect against concurrent error handling for async requests #32342
- Restore Jetty 10 compatibility in JettyClientHttpResponse #32337
- ContentCachingResponseWrapper no longer honors Content-Type and Content-Length #32322
:notebook_with_decorative_cover: Documentation
- Build KDoc against
5.3.xSpring Framework Javadoc #32414
:hammer: Dependency Upgrades
- Upgrade to Reactor 2020.0.42 #32422
v5.3.32
:star: New Features
- Add CORS support for Private Network Access #31974
- Avoid early getMostSpecificMethod resolution in CommonAnnotationBeanPostProcessor #31969
:lady_beetle: Bug Fixes
- Consistent parsing of user information in UriComponentsBuilder #32247
- QualifierAnnotationAutowireCandidateResolver.checkQualifier does identity checks when comparing arrays used as qualifier fields #32108
- Guard against multiple body subscriptions in Jetty and JDK reactive responses #32101
- Static resources caching issues with ShallowEtagHeaderFilter and Jetty caching directives #32051
- ChannelSendOperator.WriteBarrier race condition in request(long) method leads to response being dropped #32021
- Spring AOP does not propagate arguments for dynamic prototype-scoped advice #31964
- MergedAnnotation swallows IllegalAccessException for attribute method #31961
- CronTrigger hard-codes default ZoneId instead of participating in scheduler-wide Clock setup #31950
MergedAnnotationsfinds duplicate annotations on method in multi-level interface hierarchy #31825- PathEditor cannot handle absolute Windows paths with forward slashes #31728
- Include Hibernate's
Query.scroll()inSharedEntityManagerCreator'squeryTerminatingMethodsset #31684 - TypeDescriptor does not check generics in
equalsmethod (for ConversionService caching) #31674 - Slow SpEL performance due to method sorting in ReflectiveMethodResolver #31665
- Jackson encoder releases resources in wrong order #31657
- WebSocketMessageBrokerStats has null stats for stompSubProtocolHandler since 5.3.2 #31642
:notebook_with_decorative_cover: Documentation
- Document cron-vs-quartz parsing convention for dayOfWeek part in CronExpression #32131
:hammer: Dependency Upgrades
- Upgrade to Reactor 2020.0.41 #32276
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.