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

Bump spring.version from 6.0.0 to 6.0.1 #107

Merged
merged 1 commit into from
Nov 23, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 23, 2022

Bumps spring.version from 6.0.0 to 6.0.1.
Updates spring-core from 6.0.0 to 6.0.1

Release notes

Sourced from spring-core's releases.

v6.0.1

⭐ New Features

  • Make SourceHttpMessageConverter optional #29535
  • Deprecate LocalVariableTableParameterNameDiscoverer completely (avoiding its exposure in native images) #29531
  • Make GeneratorStrategy.generate unreachable on native #29521
  • Update LogAdapter to allow build-time code removal #29506

🐞 Bug Fixes

  • Unhandled exceptions should mark Servlet observation outcome as error #29512

📔 Documentation

  • Broken link in documentation section 6.10 #29554
  • Fix Javadoc link text in BindingResult #29551
  • Fix some typos in Kotlin WebClient example code #29538
  • Fix link to Bean Utils Light Library in BeanUtils Javadoc #29534
  • Fix link to WebFlux section in reference manual #29525
  • Document RuntimeHints testing strategies #29523
  • Reorganize and modularize the Testing chapter in the reference manual #29522
  • Document switch to SQLExceptionSubclassTranslator in the upgrade guide #29518
  • Update documentation to mention Java 17+ baseline #29514
  • Link to Spring WebFlux section is broken #29513
  • Update javadoc of Jackson-based decoders to reflect 2.14 baseline #29508
  • Code example has callout from a different code example #29505
  • Code listing callouts are displayed incorrectly in core-beans.adoc #29457
  • Fix a syntax error in an XML listing in core-validation.adoc #29456

🔨 Dependency Upgrades

  • Upgrade to Jackson 2.14.1 #29539
  • Upgrade to Kotlin 1.7.21 #29543

❤️ Contributors

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

@​Encyclopedias, @​andregasser, @​davidcostanzo, @​divcon, @​jiangying000, @​mdeinum, and @​wilkinsona

Commits
  • 9d37de1 Release v6.0.1
  • fe5bd67 Retain default LocalVariableTableParameterNameDiscoverer with warn log entries
  • ed5ab77 Fix javadoc link in AOP extensibility documentation
  • 98c514e Increase logging for spring-messaging tests
  • beb9fa2 Add since attribute to Deprecated annotation
  • 459e8a1 Deprecate LocalVariableTableParameterNameDiscoverer completely
  • 7e52b80 Temporarily re-enable ReactorNetty2StompBrokerRelayIntegrationTests
  • 7fcd1de Use AssertJ's isEmpty() instead of hasSize(0)
  • d5b0b2b User AssertJ's hasSize() for arrays
  • 36f7597 Use AssertJ's hasSize() for collections and maps
  • Additional commits viewable in compare view

Updates spring-beans from 6.0.0 to 6.0.1

Release notes

Sourced from spring-beans's releases.

v6.0.1

⭐ New Features

  • Make SourceHttpMessageConverter optional #29535
  • Deprecate LocalVariableTableParameterNameDiscoverer completely (avoiding its exposure in native images) #29531
  • Make GeneratorStrategy.generate unreachable on native #29521
  • Update LogAdapter to allow build-time code removal #29506

🐞 Bug Fixes

  • Unhandled exceptions should mark Servlet observation outcome as error #29512

📔 Documentation

  • Broken link in documentation section 6.10 #29554
  • Fix Javadoc link text in BindingResult #29551
  • Fix some typos in Kotlin WebClient example code #29538
  • Fix link to Bean Utils Light Library in BeanUtils Javadoc #29534
  • Fix link to WebFlux section in reference manual #29525
  • Document RuntimeHints testing strategies #29523
  • Reorganize and modularize the Testing chapter in the reference manual #29522
  • Document switch to SQLExceptionSubclassTranslator in the upgrade guide #29518
  • Update documentation to mention Java 17+ baseline #29514
  • Link to Spring WebFlux section is broken #29513
  • Update javadoc of Jackson-based decoders to reflect 2.14 baseline #29508
  • Code example has callout from a different code example #29505
  • Code listing callouts are displayed incorrectly in core-beans.adoc #29457
  • Fix a syntax error in an XML listing in core-validation.adoc #29456

🔨 Dependency Upgrades

  • Upgrade to Jackson 2.14.1 #29539
  • Upgrade to Kotlin 1.7.21 #29543

❤️ Contributors

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

@​Encyclopedias, @​andregasser, @​davidcostanzo, @​divcon, @​jiangying000, @​mdeinum, and @​wilkinsona

Commits
  • 9d37de1 Release v6.0.1
  • fe5bd67 Retain default LocalVariableTableParameterNameDiscoverer with warn log entries
  • ed5ab77 Fix javadoc link in AOP extensibility documentation
  • 98c514e Increase logging for spring-messaging tests
  • beb9fa2 Add since attribute to Deprecated annotation
  • 459e8a1 Deprecate LocalVariableTableParameterNameDiscoverer completely
  • 7e52b80 Temporarily re-enable ReactorNetty2StompBrokerRelayIntegrationTests
  • 7fcd1de Use AssertJ's isEmpty() instead of hasSize(0)
  • d5b0b2b User AssertJ's hasSize() for arrays
  • 36f7597 Use AssertJ's hasSize() for collections and maps
  • Additional commits viewable in compare view

Updates spring-context from 6.0.0 to 6.0.1

Release notes

Sourced from spring-context's releases.

v6.0.1

⭐ New Features

  • Make SourceHttpMessageConverter optional #29535
  • Deprecate LocalVariableTableParameterNameDiscoverer completely (avoiding its exposure in native images) #29531
  • Make GeneratorStrategy.generate unreachable on native #29521
  • Update LogAdapter to allow build-time code removal #29506

🐞 Bug Fixes

  • Unhandled exceptions should mark Servlet observation outcome as error #29512

📔 Documentation

  • Broken link in documentation section 6.10 #29554
  • Fix Javadoc link text in BindingResult #29551
  • Fix some typos in Kotlin WebClient example code #29538
  • Fix link to Bean Utils Light Library in BeanUtils Javadoc #29534
  • Fix link to WebFlux section in reference manual #29525
  • Document RuntimeHints testing strategies #29523
  • Reorganize and modularize the Testing chapter in the reference manual #29522
  • Document switch to SQLExceptionSubclassTranslator in the upgrade guide #29518
  • Update documentation to mention Java 17+ baseline #29514
  • Link to Spring WebFlux section is broken #29513
  • Update javadoc of Jackson-based decoders to reflect 2.14 baseline #29508
  • Code example has callout from a different code example #29505
  • Code listing callouts are displayed incorrectly in core-beans.adoc #29457
  • Fix a syntax error in an XML listing in core-validation.adoc #29456

🔨 Dependency Upgrades

  • Upgrade to Jackson 2.14.1 #29539
  • Upgrade to Kotlin 1.7.21 #29543

❤️ Contributors

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

@​Encyclopedias, @​andregasser, @​davidcostanzo, @​divcon, @​jiangying000, @​mdeinum, and @​wilkinsona

Commits
  • 9d37de1 Release v6.0.1
  • fe5bd67 Retain default LocalVariableTableParameterNameDiscoverer with warn log entries
  • ed5ab77 Fix javadoc link in AOP extensibility documentation
  • 98c514e Increase logging for spring-messaging tests
  • beb9fa2 Add since attribute to Deprecated annotation
  • 459e8a1 Deprecate LocalVariableTableParameterNameDiscoverer completely
  • 7e52b80 Temporarily re-enable ReactorNetty2StompBrokerRelayIntegrationTests
  • 7fcd1de Use AssertJ's isEmpty() instead of hasSize(0)
  • d5b0b2b User AssertJ's hasSize() for arrays
  • 36f7597 Use AssertJ's hasSize() for collections and maps
  • Additional commits viewable in compare view

Updates spring-test from 6.0.0 to 6.0.1

Release notes

Sourced from spring-test's releases.

v6.0.1

⭐ New Features

  • Make SourceHttpMessageConverter optional #29535
  • Deprecate LocalVariableTableParameterNameDiscoverer completely (avoiding its exposure in native images) #29531
  • Make GeneratorStrategy.generate unreachable on native #29521
  • Update LogAdapter to allow build-time code removal #29506

🐞 Bug Fixes

  • Unhandled exceptions should mark Servlet observation outcome as error #29512

📔 Documentation

  • Broken link in documentation section 6.10 #29554
  • Fix Javadoc link text in BindingResult #29551
  • Fix some typos in Kotlin WebClient example code #29538
  • Fix link to Bean Utils Light Library in BeanUtils Javadoc #29534
  • Fix link to WebFlux section in reference manual #29525
  • Document RuntimeHints testing strategies #29523
  • Reorganize and modularize the Testing chapter in the reference manual #29522
  • Document switch to SQLExceptionSubclassTranslator in the upgrade guide #29518
  • Update documentation to mention Java 17+ baseline #29514
  • Link to Spring WebFlux section is broken #29513
  • Update javadoc of Jackson-based decoders to reflect 2.14 baseline #29508
  • Code example has callout from a different code example #29505
  • Code listing callouts are displayed incorrectly in core-beans.adoc #29457
  • Fix a syntax error in an XML listing in core-validation.adoc #29456

🔨 Dependency Upgrades

  • Upgrade to Jackson 2.14.1 #29539
  • Upgrade to Kotlin 1.7.21 #29543

❤️ Contributors

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

@​Encyclopedias, @​andregasser, @​davidcostanzo, @​divcon, @​jiangying000, @​mdeinum, and @​wilkinsona

Commits
  • 9d37de1 Release v6.0.1
  • fe5bd67 Retain default LocalVariableTableParameterNameDiscoverer with warn log entries
  • ed5ab77 Fix javadoc link in AOP extensibility documentation
  • 98c514e Increase logging for spring-messaging tests
  • beb9fa2 Add since attribute to Deprecated annotation
  • 459e8a1 Deprecate LocalVariableTableParameterNameDiscoverer completely
  • 7e52b80 Temporarily re-enable ReactorNetty2StompBrokerRelayIntegrationTests
  • 7fcd1de Use AssertJ's isEmpty() instead of hasSize(0)
  • d5b0b2b User AssertJ's hasSize() for arrays
  • 36f7597 Use AssertJ's hasSize() for collections and maps
  • 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 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.0.0 to 6.0.1.

Updates `spring-core` from 6.0.0 to 6.0.1
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.0.0...v6.0.1)

Updates `spring-beans` from 6.0.0 to 6.0.1
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.0.0...v6.0.1)

Updates `spring-context` from 6.0.0 to 6.0.1
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.0.0...v6.0.1)

Updates `spring-test` from 6.0.0 to 6.0.1
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.0.0...v6.0.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-context
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-test
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 23, 2022
@melloware melloware merged commit f61e905 into main Nov 23, 2022
@dependabot dependabot bot deleted the dependabot/maven/spring.version-6.0.1 branch November 23, 2022 19:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant