Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Spring 6.1.4 -> 6.1.5 #1091

Merged
merged 1 commit into from
Mar 18, 2024
Merged

Upgrade Spring 6.1.4 -> 6.1.5 #1091

merged 1 commit into from
Mar 18, 2024

Conversation

Picnic-Bot
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
Spring import patch 6.1.4 -> 6.1.5

Release Notes

spring-projects/spring-framework (Spring)

v6.1.5

Compare Source

⭐ New Features

  • Extract reusable method for URI validations #​32440
  • Allow UriTemplate to be built with an empty template #​32432
  • Optimize Coroutine invocations #​32390
  • Improve exception message when Scheduled tasks that are using Virtual Threads fail on shutdown #​32381
  • Add query parameters to MockMvc Kotlin DSL #​32371
  • Optimize content type parsing in ServletServerHttpResponse #​32361
  • Refine handling of disconnected client error in ExceptionHandlerExceptionResolver #​32359
  • Refine \*HttpMessageConverter#getContentLength return value null safety #​32325
  • Optimize HttpHeaders.getAcceptLanguageAsLocales #​32318
  • SimpleAsyncTaskScheduler: consistently apply default error handling #​32298
  • Use Spliterator of underlying collection in MutablePropertyValues / MutablePropertySources #​32281

🐞 Bug Fixes

  • SpEL fails to compile expression indexing into boolean array #​32400
  • WebClient Observations are missing error #​32389
  • WebClient request sent twice instantly when using @Cacheable #​32370
  • AopUtils.getMostSpecificMethod does not return original method for proxy-derived method anymore #​32365
  • Fix ServletResponseHttpHeaders#get null handling #​32362
  • Compiled SpEL expression fails if #root or #this is a non-public type #​32356
  • Suspend handler methods fail on nullable value class parameters #​32353
  • Better protect against concurrent error handling for async requests #​32340
  • Performance degradation due to Kotlin value class checks #​32334
  • With value referenced from property file in XML configuration, setter selection can be random in case of overloaded setter methods (e.g. on SimpleClientHttpRequestFactory) #​32329
  • constructor-impl of Kotlin value class is not called #​32324
  • ContentCachingResponseWrapper no longer honors Content-Type and Content-Length #​32317
  • Hibernate native image support broken by HHH-17643 #​32311
  • Revisit DatabaseMetadata#getProcedures to only apply fallback if original search yield more than one result #​32295
  • Remove Observation.Context from WebClient request #​32198

📔 Documentation

  • Refine "Redirecting to a resource" section code sample #​32423
  • Javadoc of ReactorNettyClientRequestFactory#setExchangeTimeout methods have wrong default value #​32419
  • Fix order of 2 sections in the Validation chapter of the reference manual #​32408
  • Fix Javadoc #​32403
  • Document that SpEL expressions using array construction cannot be compiled #​32401
  • Improve documentation for @Sql execution phases regarding lifecycle #​32343
  • Omit parameter names in REST Clients section of reference docs #​32335
  • Different transaction name when using TransactionAspectSupport.currentTransactionStatus().transactionName #​32310
  • Provide guidelines for using Kotlin properties with proxies (@RequestScope and similar use cases) #​32287
  • Correct documentation for userDestinationPrefix in MessageBrokerRegistry #​32272

🔨 Dependency Upgrades

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​Xednar, @​ZeroCyan, @​bsgrd, @​ddaaac, @​kilink, @​qeeqez, and @​quaff


  • If you want to rebase/retry this PR, check this box

@Picnic-Bot
Copy link
Contributor Author

Picnic-Bot commented Mar 16, 2024

Suggested commit message:

Upgrade Spring 6.1.4 -> 6.1.5 (#1091)

See:
- https://github.com/spring-projects/spring-framework/releases/tag/v6.1.5
- https://github.com/spring-projects/spring-framework/compare/v6.1.4...v6.1.5

@Stephan202 Stephan202 added this to the 0.17.0 milestone Mar 16, 2024
@Picnic-Bot Picnic-Bot force-pushed the renovate/spring-6.1.x branch from 8592612 to 1458042 Compare March 18, 2024 02:07
@rickie rickie force-pushed the renovate/spring-6.1.x branch from 1458042 to 34134eb Compare March 18, 2024 10:37
Copy link

Looks good. No mutations were possible for these changes.
Mutation testing report by Pitest. Review any surviving mutants by inspecting the line comments under Files changed.

Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@rickie rickie merged commit 5b8d6ed into master Mar 18, 2024
15 checks passed
@rickie rickie deleted the renovate/spring-6.1.x branch March 18, 2024 10:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

3 participants