Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Bump spring.version from 6.1.0 to 6.1.1 #210

Merged
merged 1 commit into from
Nov 24, 2023

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 24, 2023

Bumps spring.version from 6.1.0 to 6.1.1.
Updates org.springframework:spring-core from 6.1.0 to 6.1.1

Release notes

Sourced from org.springframework:spring-core's releases.

v6.1.1

⭐ New Features

  • Skip buffer allocation in StreamUtils.copy(String) #31621
  • Caching and Event Listening support do not reuse internal delegates for their evaluation contexts #31617
  • Java 17: resource.isReadable() with concurrency leaks large amounts of non-heap memory #30955

🐞 Bug Fixes

  • Spring MVC: Unexpected bytes added to the HTTP response for kotlin.Unit return type in controller methods #31648
  • Spring Data Redis Cache implementation is not compatible with Cache.retrieve(key) semantics #31637
  • GeneratedFiles#addSourceFile should not allow to add a source in the default package #31628
  • <jee:local-slsb> no longer works with a business-interface attribute #31627
  • Non-blocking @Cacheable method does not support condition with #result #31626
  • PathResourceResolver.getResource() does not log warning if Resource#getURL() throws exception #31623
  • Jackson encoder releases resources in wrong order #30493
  • WebSocketMessageBrokerStats has null stats for stompSubProtocolHandler since 5.3.2 #26536

📔 Documentation

  • Fix links related to Spring WebFlux #31632
  • Extract recurring asciidoc links to attributes #31619
  • Improve STOMP WebSocket documentation for input message buffer size #31616
  • Document support for AppCDS #31497

❤️ Contributors

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

@​7fantasy7, @​Star-ho, and @​quaff

Commits
  • 379e1f2 Release v6.1.1
  • d50b51e Fix ordering of releasing resources in JSON Encoder
  • 03b9edc Update STOMP WebSocket transport reference docs
  • 824bc09 Actual caching of null values in retrieve(key, valueLoader)
  • 441e210 Treat kotlin.Unit as void in web controllers
  • c329ed8 Polish InvocableHandlerMethodKotlinTests
  • 48f3c08 Test for mixed order across bean factory hierarchy
  • c609264 Polishing
  • e64b81e Revised handling of allowNullValues for asynchronous retrieval
  • 5a3ad6b Late key generation for consistent evaluation of unless expressions
  • Additional commits viewable in compare view

Updates org.springframework:spring-beans from 6.1.0 to 6.1.1

Release notes

Sourced from org.springframework:spring-beans's releases.

v6.1.1

⭐ New Features

  • Skip buffer allocation in StreamUtils.copy(String) #31621
  • Caching and Event Listening support do not reuse internal delegates for their evaluation contexts #31617
  • Java 17: resource.isReadable() with concurrency leaks large amounts of non-heap memory #30955

🐞 Bug Fixes

  • Spring MVC: Unexpected bytes added to the HTTP response for kotlin.Unit return type in controller methods #31648
  • Spring Data Redis Cache implementation is not compatible with Cache.retrieve(key) semantics #31637
  • GeneratedFiles#addSourceFile should not allow to add a source in the default package #31628
  • <jee:local-slsb> no longer works with a business-interface attribute #31627
  • Non-blocking @Cacheable method does not support condition with #result #31626
  • PathResourceResolver.getResource() does not log warning if Resource#getURL() throws exception #31623
  • Jackson encoder releases resources in wrong order #30493
  • WebSocketMessageBrokerStats has null stats for stompSubProtocolHandler since 5.3.2 #26536

📔 Documentation

  • Fix links related to Spring WebFlux #31632
  • Extract recurring asciidoc links to attributes #31619
  • Improve STOMP WebSocket documentation for input message buffer size #31616
  • Document support for AppCDS #31497

❤️ Contributors

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

@​7fantasy7, @​Star-ho, and @​quaff

Commits
  • 379e1f2 Release v6.1.1
  • d50b51e Fix ordering of releasing resources in JSON Encoder
  • 03b9edc Update STOMP WebSocket transport reference docs
  • 824bc09 Actual caching of null values in retrieve(key, valueLoader)
  • 441e210 Treat kotlin.Unit as void in web controllers
  • c329ed8 Polish InvocableHandlerMethodKotlinTests
  • 48f3c08 Test for mixed order across bean factory hierarchy
  • c609264 Polishing
  • e64b81e Revised handling of allowNullValues for asynchronous retrieval
  • 5a3ad6b Late key generation for consistent evaluation of unless expressions
  • Additional commits viewable in compare view

Updates org.springframework:spring-web from 6.1.0 to 6.1.1

Release notes

Sourced from org.springframework:spring-web's releases.

v6.1.1

⭐ New Features

  • Skip buffer allocation in StreamUtils.copy(String) #31621
  • Caching and Event Listening support do not reuse internal delegates for their evaluation contexts #31617
  • Java 17: resource.isReadable() with concurrency leaks large amounts of non-heap memory #30955

🐞 Bug Fixes

  • Spring MVC: Unexpected bytes added to the HTTP response for kotlin.Unit return type in controller methods #31648
  • Spring Data Redis Cache implementation is not compatible with Cache.retrieve(key) semantics #31637
  • GeneratedFiles#addSourceFile should not allow to add a source in the default package #31628
  • <jee:local-slsb> no longer works with a business-interface attribute #31627
  • Non-blocking @Cacheable method does not support condition with #result #31626
  • PathResourceResolver.getResource() does not log warning if Resource#getURL() throws exception #31623
  • Jackson encoder releases resources in wrong order #30493
  • WebSocketMessageBrokerStats has null stats for stompSubProtocolHandler since 5.3.2 #26536

📔 Documentation

  • Fix links related to Spring WebFlux #31632
  • Extract recurring asciidoc links to attributes #31619
  • Improve STOMP WebSocket documentation for input message buffer size #31616
  • Document support for AppCDS #31497

❤️ Contributors

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

@​7fantasy7, @​Star-ho, and @​quaff

Commits
  • 379e1f2 Release v6.1.1
  • d50b51e Fix ordering of releasing resources in JSON Encoder
  • 03b9edc Update STOMP WebSocket transport reference docs
  • 824bc09 Actual caching of null values in retrieve(key, valueLoader)
  • 441e210 Treat kotlin.Unit as void in web controllers
  • c329ed8 Polish InvocableHandlerMethodKotlinTests
  • 48f3c08 Test for mixed order across bean factory hierarchy
  • c609264 Polishing
  • e64b81e Revised handling of allowNullValues for asynchronous retrieval
  • 5a3ad6b Late key generation for consistent evaluation of unless expressions
  • Additional commits viewable in compare view

Updates org.springframework:spring-webmvc from 6.1.0 to 6.1.1

Release notes

Sourced from org.springframework:spring-webmvc's releases.

v6.1.1

⭐ New Features

  • Skip buffer allocation in StreamUtils.copy(String) #31621
  • Caching and Event Listening support do not reuse internal delegates for their evaluation contexts #31617
  • Java 17: resource.isReadable() with concurrency leaks large amounts of non-heap memory #30955

🐞 Bug Fixes

  • Spring MVC: Unexpected bytes added to the HTTP response for kotlin.Unit return type in controller methods #31648
  • Spring Data Redis Cache implementation is not compatible with Cache.retrieve(key) semantics #31637
  • GeneratedFiles#addSourceFile should not allow to add a source in the default package #31628
  • <jee:local-slsb> no longer works with a business-interface attribute #31627
  • Non-blocking @Cacheable method does not support condition with #result #31626
  • PathResourceResolver.getResource() does not log warning if Resource#getURL() throws exception #31623
  • Jackson encoder releases resources in wrong order #30493
  • WebSocketMessageBrokerStats has null stats for stompSubProtocolHandler since 5.3.2 #26536

📔 Documentation

  • Fix links related to Spring WebFlux #31632
  • Extract recurring asciidoc links to attributes #31619
  • Improve STOMP WebSocket documentation for input message buffer size #31616
  • Document support for AppCDS #31497

❤️ Contributors

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

@​7fantasy7, @​Star-ho, and @​quaff

Commits
  • 379e1f2 Release v6.1.1
  • d50b51e Fix ordering of releasing resources in JSON Encoder
  • 03b9edc Update STOMP WebSocket transport reference docs
  • 824bc09 Actual caching of null values in retrieve(key, valueLoader)
  • 441e210 Treat kotlin.Unit as void in web controllers
  • c329ed8 Polish InvocableHandlerMethodKotlinTests
  • 48f3c08 Test for mixed order across bean factory hierarchy
  • c609264 Polishing
  • e64b81e Revised handling of allowNullValues for asynchronous retrieval
  • 5a3ad6b Late key generation for consistent evaluation of unless expressions
  • Additional commits viewable in compare view

Updates org.springframework:spring-jdbc from 6.1.0 to 6.1.1

Release notes

Sourced from org.springframework:spring-jdbc's releases.

v6.1.1

⭐ New Features

  • Skip buffer allocation in StreamUtils.copy(String) #31621
  • Caching and Event Listening support do not reuse internal delegates for their evaluation contexts #31617
  • Java 17: resource.isReadable() with concurrency leaks large amounts of non-heap memory #30955

🐞 Bug Fixes

  • Spring MVC: Unexpected bytes added to the HTTP response for kotlin.Unit return type in controller methods #31648
  • Spring Data Redis Cache implementation is not compatible with Cache.retrieve(key) semantics #31637
  • GeneratedFiles#addSourceFile should not allow to add a source in the default package #31628
  • <jee:local-slsb> no longer works with a business-interface attribute #31627
  • Non-blocking @Cacheable method does not support condition with #result #31626
  • PathResourceResolver.getResource() does not log warning if Resource#getURL() throws exception #31623
  • Jackson encoder releases resources in wrong order #30493
  • WebSocketMessageBrokerStats has null stats for stompSubProtocolHandler since 5.3.2 #26536

📔 Documentation

  • Fix links related to Spring WebFlux #31632
  • Extract recurring asciidoc links to attributes #31619
  • Improve STOMP WebSocket documentation for input message buffer size #31616
  • Document support for AppCDS #31497

❤️ Contributors

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

@​7fantasy7, @​Star-ho, and @​quaff

Commits
  • 379e1f2 Release v6.1.1
  • d50b51e Fix ordering of releasing resources in JSON Encoder
  • 03b9edc Update STOMP WebSocket transport reference docs
  • 824bc09 Actual caching of null values in retrieve(key, valueLoader)
  • 441e210 Treat kotlin.Unit as void in web controllers
  • c329ed8 Polish InvocableHandlerMethodKotlinTests
  • 48f3c08 Test for mixed order across bean factory hierarchy
  • c609264 Polishing
  • e64b81e Revised handling of allowNullValues for asynchronous retrieval
  • 5a3ad6b Late key generation for consistent evaluation of unless expressions
  • Additional commits viewable in compare view

Updates org.springframework:spring-expression from 6.1.0 to 6.1.1

Release notes

Sourced from org.springframework:spring-expression's releases.

v6.1.1

⭐ New Features

  • Skip buffer allocation in StreamUtils.copy(String) #31621
  • Caching and Event Listening support do not reuse internal delegates for their evaluation contexts #31617
  • Java 17: resource.isReadable() with concurrency leaks large amounts of non-heap memory #30955

🐞 Bug Fixes

  • Spring MVC: Unexpected bytes added to the HTTP response for kotlin.Unit return type in controller methods #31648
  • Spring Data Redis Cache implementation is not compatible with Cache.retrieve(key) semantics #31637
  • GeneratedFiles#addSourceFile should not allow to add a source in the default package #31628
  • <jee:local-slsb> no longer works with a business-interface attribute #31627
  • Non-blocking @Cacheable method does not support condition with #result #31626
  • PathResourceResolver.getResource() does not log warning if Resource#getURL() throws exception #31623
  • Jackson encoder releases resources in wrong order #30493
  • WebSocketMessageBrokerStats has null stats for stompSubProtocolHandler since 5.3.2 #26536

📔 Documentation

  • Fix links related to Spring WebFlux #31632
  • Extract recurring asciidoc links to attributes #31619
  • Improve STOMP WebSocket documentation for input message buffer size #31616
  • Document support for AppCDS #31497

❤️ Contributors

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

@​7fantasy7, @​Star-ho, and @​quaff

Commits
  • 379e1f2 Release v6.1.1
  • d50b51e Fix ordering of releasing resources in JSON Encoder
  • 03b9edc Update STOMP WebSocket transport reference docs
  • 824bc09 Actual caching of null values in retrieve(key, valueLoader)
  • 441e210 Treat kotlin.Unit as void in web controllers
  • c329ed8 Polish InvocableHandlerMethodKotlinTests
  • 48f3c08 Test for mixed order across bean factory hierarchy
  • c609264 Polishing
  • e64b81e Revised handling of allowNullValues for asynchronous retrieval
  • 5a3ad6b Late key generation for consistent evaluation of unless expressions
  • Additional commits viewable in compare view

Updates org.springframework:spring-context from 6.1.0 to 6.1.1

Release notes

Sourced from org.springframework:spring-context's releases.

v6.1.1

⭐ New Features

  • Skip buffer allocation in StreamUtils.copy(String) #31621
  • Caching and Event Listening support do not reuse internal delegates for their evaluation contexts #31617
  • Java 17: resource.isReadable() with concurrency leaks large amounts of non-heap memory #30955

🐞 Bug Fixes

  • Spring MVC: Unexpected bytes added to the HTTP response for kotlin.Unit return type in controller methods #31648
  • Spring Data Redis Cache implementation is not compatible with Cache.retrieve(key) semantics #31637
  • GeneratedFiles#addSourceFile should not allow to add a source in the default package #31628
  • <jee:local-slsb> no longer works with a business-interface attribute #31627
  • Non-blocking @Cacheable method does not support condition with #result #31626
  • PathResourceResolver.getResource() does not log warning if Resource#getURL() throws exception #31623
  • Jackson encoder releases resources in wrong order #30493
  • WebSocketMessageBrokerStats has null stats for stompSubProtocolHandler since 5.3.2 #26536

📔 Documentation

  • Fix links related to Spring WebFlux #31632
  • Extract recurring asciidoc links to attributes #31619
  • Improve STOMP WebSocket documentation for input message buffer size #31616
  • Document support for AppCDS #31497

❤️ Contributors

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

@​7fantasy7, @​Star-ho, and @​quaff

Commits
  • 379e1f2 Release v6.1.1
  • d50b51e Fix ordering of releasing resources in JSON Encoder
  • 03b9edc Update STOMP WebSocket transport reference docs
  • 824bc09 Actual caching of null values in retrieve(key, valueLoader)
  • 441e210 Treat kotlin.Unit as void in web controllers
  • c329ed8 Polish InvocableHandlerMethodKotlinTests
  • 48f3c08 Test for mixed order across bean factory hierarchy
  • c609264 Polishing
  • e64b81e Revised handling of allowNullValues for asynchronous retrieval
  • 5a3ad6b Late key generation for consistent evaluation of unless expressions
  • Additional commits viewable in compare view

Updates org.springframework:spring-aop from 6.1.0 to 6.1.1

Release notes

Sourced from org.springframework:spring-aop's releases.

v6.1.1

⭐ New Features

  • Skip buffer allocation in StreamUtils.copy(String) #31621
  • Caching and Event Listening support do not reuse internal delegates for their evaluation contexts #31617
  • Java 17: resource.isReadable() with concurrency leaks large amounts of non-heap memory #30955

🐞 Bug Fixes

  • Spring MVC: Unexpected bytes added to the HTTP response for kotlin.Unit return type in controller methods #31648
  • Spring Data Redis Cache implementation is not compatible with Cache.retrieve(key) semantics #31637
  • GeneratedFiles#addSourceFile should not allow to add a source in the default package #31628
  • <jee:local-slsb> no longer works with a business-interface attribute #31627
  • Non-blocking @Cacheable method does not support condition with #result #31626
  • PathResourceResolver.getResource() does not log warning if Resource#getURL() throws exception #31623
  • Jackson encoder releases resources in wrong order #30493
  • WebSocketMessageBrokerStats has null stats for stompSubProtocolHandler since 5.3.2 #26536

📔 Documentation

  • Fix links related to Spring WebFlux #31632
  • Extract recurring asciidoc links to attributes #31619
  • Improve STOMP WebSocket documentation for input message buffer size #31616
  • Document support for AppCDS #31497

❤️ Contributors

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

@​7fantasy7, @​Star-ho, and @​quaff

Commits
  • 379e1f2 Release v6.1.1
  • d50b51e Fix ordering of releasing resources in JSON Encoder
  • 03b9edc Update STOMP WebSocket transport reference docs
  • 824bc09 Actual caching of null values in retrieve(key, valueLoader)
  • 441e210 Treat kotlin.Unit as void in web controllers
  • c329ed8 Polish InvocableHandlerMethodKotlinTests
  • 48f3c08 Test for mixed order across bean factory hierarchy
  • c609264 Polishing
  • e64b81e Revised handling of allowNullValues for asynchronous retrieval
  • 5a3ad6b Late key generation for consistent evaluation of unless expressions
  • Additional commits viewable in compare view

Updates org.springframework:spring-tx from 6.1.0 to 6.1.1

Release notes

Sourced from org.springframework:spring-tx's releases.

v6.1.1

⭐ New Features

  • Skip buffer allocation in StreamUtils.copy(String) #31621
  • Caching and Event Listening support do not reuse internal delegates for their evaluation contexts #31617
  • Java 17: resource.isReadable() with concurrency leaks large amounts of non-heap memory #30955

🐞 Bug Fixes

  • Spring MVC: Unexpected bytes added to the HTTP response for kotlin.Unit return type in controller methods #31648
  • Spring Data Redis Cache implementation is not compatible with Cache.retrieve(key) semantics #31637
  • GeneratedFiles#addSourceFile should not allow to add a source in the default package #31628
  • <jee:local-slsb> no longer works with a business-interface attribute #31627
  • Non-blocking @Cacheable method does not support condition with #result #31626
  • PathResourceResolver.getResource() does not log warning if Resource#getURL() throws exception #31623
  • Jackson encoder releases resources in wrong order #30493
  • WebSocketMessageBrokerStats has null stats for stompSubProtocolHandler since 5.3.2 #26536

📔 Documentation

  • Fix links related to Spring WebFlux #31632
  • Extract recurring asciidoc links to attributes #31619
  • Improve STOMP WebSocket documentation for input message buffer size #31616
  • Document support for AppCDS #31497

❤️ Contributors

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

@​7fantasy7, @​Star-ho, and @​quaff

Commits
  • 379e1f2 Release v6.1.1
  • d50b51e Fix ordering of releasing resources in JSON Encoder
  • 03b9edc Update STOMP WebSocket transport reference docs
  • 824bc09 Actual caching of null values in retrieve(key, valueLoader)
  • 441e210 Treat kotlin.Unit as void in web controllers
  • c329ed8 Polish InvocableHandlerMethodKotlinTests
  • 48f3c08 Test for mixed order across bean factory hierarchy
  • c609264 Polishing
  • e64b81e Revised handling of allowNullValues for asynchronous retrieval
  • 5a3ad6b Late key generation for consistent evaluation of unless expressions
  • 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `spring.version` from 6.1.0 to 6.1.1.

Updates `org.springframework:spring-core` from 6.1.0 to 6.1.1
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.0...v6.1.1)

Updates `org.springframework:spring-beans` from 6.1.0 to 6.1.1
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.0...v6.1.1)

Updates `org.springframework:spring-web` from 6.1.0 to 6.1.1
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.0...v6.1.1)

Updates `org.springframework:spring-webmvc` from 6.1.0 to 6.1.1
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.0...v6.1.1)

Updates `org.springframework:spring-jdbc` from 6.1.0 to 6.1.1
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.0...v6.1.1)

Updates `org.springframework:spring-expression` from 6.1.0 to 6.1.1
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.0...v6.1.1)

Updates `org.springframework:spring-context` from 6.1.0 to 6.1.1
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.0...v6.1.1)

Updates `org.springframework:spring-aop` from 6.1.0 to 6.1.1
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.0...v6.1.1)

Updates `org.springframework:spring-tx` from 6.1.0 to 6.1.1
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.0...v6.1.1)

---
updated-dependencies:
- dependency-name: org.springframework:spring-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-beans
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-web
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-webmvc
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-jdbc
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-expression
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-context
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-aop
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-tx
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 24, 2023
@mergify mergify bot merged commit 7fa79d0 into master Nov 24, 2023
5 checks passed
@mergify mergify bot deleted the dependabot/maven/spring.version-6.1.1 branch November 24, 2023 04:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants