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

maven(deps): bump springVersion from 5.3.23 to 6.0.4 #62

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 23, 2023

Bumps springVersion from 5.3.23 to 6.0.4.
Updates spring-core from 5.3.23 to 6.0.4

Release notes

Sourced from spring-core's releases.

v6.0.4

⭐ New Features

  • Add native support for @Convert on JPA entities #29771
  • @RequestPart dto not configured for reflection in aot #29749
  • Avoid wasted memory on empty maps and sets #29742
  • Compatibility with Hibernate ORM 6.2 #29736
  • Add Kotlin DSL support for MockMVC andExpectAll #29727
  • Add ExecutingResponseCreator to delegate request and response #29721
  • JmsTemplate.convertAndSend throws NullPointerException during shutdown #29706
  • Extract ResourceEntityResolver HTTPS schema resolution fallback #29697
  • @Configuration classes with Kotlin in native-image are broken #29663
  • Introduce Kotlin DSL for ResultActions.andExpectAll() #27317

🐞 Bug Fixes

  • ResourceHandlers cannot resolve static resources with certain wildcard patterns #29712
  • Conflict on insert gets translated to DataIntegrityViolationException instead of DuplicateKeyException in Spring 6 #29699

📔 Documentation

  • fix typo in core-aot.adoc #29788
  • Polish #29727: Mention Kotlin andExpectAll in reference manual #29766
  • Update Jakarta Mail info in ref docs #29707
  • Trigger/TriggerContext reference documentation outdated #29702
  • Improve documentation for literals in SpEL expressions #29700
  • Small fixes and improvements to the reference documentation #29694
  • Fix manipulating property sources example in Javadoc for ConfigurableEnvironment #29693

🔨 Dependency Upgrades

  • Upgrade to Micrometer 1.10.3 #29802
  • Upgrade to Reactor 2022.0.2 #29797

❤️ Contributors

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

@​Dunemaster, @​IDJack, @​diguage, @​izeye, and @​quim3ra

v6.0.3

⭐ New Features

  • Throw PessimisticLockingFailureException/CannotAcquireLockException instead of plain ConcurrencyFailureException #29675
  • Introduce additional constructors in MockClientHttpRequest and MockClientHttpResponse #29670
  • Fall back to JdkClientHttpConnector as ClientHttpConnector #29645
  • Optimize object creation in RequestMappingHandlerMapping#handleNoMatch #29634
  • Align multipart codecs on client and server #29630
  • Deprecate "application/graphql+json" media type after spec changes #29617
  • HTTP interface client does not call FormHttpMessageWriter when writing form data #29615

... (truncated)

Commits
  • 38206d0 Release v6.0.4
  • 3d571e8 Upgrade to Micrometer 1.10.3
  • c7cfdfc Downgrade to Mockito 4.9 for spring-beans tests
  • 4d27aee Upgrade to Checkstyle 10.6
  • 63f0beb Upgrade to Reactor 2022.0.2
  • 8dbdfb0 Polishing
  • d5fb5d0 Polish contribution
  • 3738a45 Avoid wasted memory on empty maps and sets
  • fd3e99c Upgrade to JUnit 5.9.2
  • 4396801 Add reflection hints for Kotlin reflection on functions
  • Additional commits viewable in compare view

Updates spring-test from 5.3.23 to 6.0.4

Release notes

Sourced from spring-test's releases.

v6.0.4

⭐ New Features

  • Add native support for @Convert on JPA entities #29771
  • @RequestPart dto not configured for reflection in aot #29749
  • Avoid wasted memory on empty maps and sets #29742
  • Compatibility with Hibernate ORM 6.2 #29736
  • Add Kotlin DSL support for MockMVC andExpectAll #29727
  • Add ExecutingResponseCreator to delegate request and response #29721
  • JmsTemplate.convertAndSend throws NullPointerException during shutdown #29706
  • Extract ResourceEntityResolver HTTPS schema resolution fallback #29697
  • @Configuration classes with Kotlin in native-image are broken #29663
  • Introduce Kotlin DSL for ResultActions.andExpectAll() #27317

🐞 Bug Fixes

  • ResourceHandlers cannot resolve static resources with certain wildcard patterns #29712
  • Conflict on insert gets translated to DataIntegrityViolationException instead of DuplicateKeyException in Spring 6 #29699

📔 Documentation

  • fix typo in core-aot.adoc #29788
  • Polish #29727: Mention Kotlin andExpectAll in reference manual #29766
  • Update Jakarta Mail info in ref docs #29707
  • Trigger/TriggerContext reference documentation outdated #29702
  • Improve documentation for literals in SpEL expressions #29700
  • Small fixes and improvements to the reference documentation #29694
  • Fix manipulating property sources example in Javadoc for ConfigurableEnvironment #29693

🔨 Dependency Upgrades

  • Upgrade to Micrometer 1.10.3 #29802
  • Upgrade to Reactor 2022.0.2 #29797

❤️ Contributors

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

@​Dunemaster, @​IDJack, @​diguage, @​izeye, and @​quim3ra

v6.0.3

⭐ New Features

  • Throw PessimisticLockingFailureException/CannotAcquireLockException instead of plain ConcurrencyFailureException #29675
  • Introduce additional constructors in MockClientHttpRequest and MockClientHttpResponse #29670
  • Fall back to JdkClientHttpConnector as ClientHttpConnector #29645
  • Optimize object creation in RequestMappingHandlerMapping#handleNoMatch #29634
  • Align multipart codecs on client and server #29630
  • Deprecate "application/graphql+json" media type after spec changes #29617
  • HTTP interface client does not call FormHttpMessageWriter when writing form data #29615

... (truncated)

Commits
  • 38206d0 Release v6.0.4
  • 3d571e8 Upgrade to Micrometer 1.10.3
  • c7cfdfc Downgrade to Mockito 4.9 for spring-beans tests
  • 4d27aee Upgrade to Checkstyle 10.6
  • 63f0beb Upgrade to Reactor 2022.0.2
  • 8dbdfb0 Polishing
  • d5fb5d0 Polish contribution
  • 3738a45 Avoid wasted memory on empty maps and sets
  • fd3e99c Upgrade to JUnit 5.9.2
  • 4396801 Add reflection hints for Kotlin reflection on functions
  • Additional commits viewable in compare view

Updates spring-framework-bom from 5.3.23 to 6.0.4

Release notes

Sourced from spring-framework-bom's releases.

v6.0.4

⭐ New Features

  • Add native support for @Convert on JPA entities #29771
  • @RequestPart dto not configured for reflection in aot #29749
  • Avoid wasted memory on empty maps and sets #29742
  • Compatibility with Hibernate ORM 6.2 #29736
  • Add Kotlin DSL support for MockMVC andExpectAll #29727
  • Add ExecutingResponseCreator to delegate request and response #29721
  • JmsTemplate.convertAndSend throws NullPointerException during shutdown #29706
  • Extract ResourceEntityResolver HTTPS schema resolution fallback #29697
  • @Configuration classes with Kotlin in native-image are broken #29663
  • Introduce Kotlin DSL for ResultActions.andExpectAll() #27317

🐞 Bug Fixes

  • ResourceHandlers cannot resolve static resources with certain wildcard patterns #29712
  • Conflict on insert gets translated to DataIntegrityViolationException instead of DuplicateKeyException in Spring 6 #29699

📔 Documentation

  • fix typo in core-aot.adoc #29788
  • Polish #29727: Mention Kotlin andExpectAll in reference manual #29766
  • Update Jakarta Mail info in ref docs #29707
  • Trigger/TriggerContext reference documentation outdated #29702
  • Improve documentation for literals in SpEL expressions #29700
  • Small fixes and improvements to the reference documentation #29694
  • Fix manipulating property sources example in Javadoc for ConfigurableEnvironment #29693

🔨 Dependency Upgrades

  • Upgrade to Micrometer 1.10.3 #29802
  • Upgrade to Reactor 2022.0.2 #29797

❤️ Contributors

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

@​Dunemaster, @​IDJack, @​diguage, @​izeye, and @​quim3ra

v6.0.3

⭐ New Features

  • Throw PessimisticLockingFailureException/CannotAcquireLockException instead of plain ConcurrencyFailureException #29675
  • Introduce additional constructors in MockClientHttpRequest and MockClientHttpResponse #29670
  • Fall back to JdkClientHttpConnector as ClientHttpConnector #29645
  • Optimize object creation in RequestMappingHandlerMapping#handleNoMatch #29634
  • Align multipart codecs on client and server #29630
  • Deprecate "application/graphql+json" media type after spec changes #29617
  • HTTP interface client does not call FormHttpMessageWriter when writing form data #29615

... (truncated)

Commits
  • 38206d0 Release v6.0.4
  • 3d571e8 Upgrade to Micrometer 1.10.3
  • c7cfdfc Downgrade to Mockito 4.9 for spring-beans tests
  • 4d27aee Upgrade to Checkstyle 10.6
  • 63f0beb Upgrade to Reactor 2022.0.2
  • 8dbdfb0 Polishing
  • d5fb5d0 Polish contribution
  • 3738a45 Avoid wasted memory on empty maps and sets
  • fd3e99c Upgrade to JUnit 5.9.2
  • 4396801 Add reflection hints for Kotlin reflection on functions
  • 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 `springVersion` from 5.3.23 to 6.0.4.

Updates `spring-core` from 5.3.23 to 6.0.4
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.23...v6.0.4)

Updates `spring-test` from 5.3.23 to 6.0.4
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.23...v6.0.4)

Updates `spring-framework-bom` from 5.3.23 to 6.0.4
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.23...v6.0.4)

---
updated-dependencies:
- dependency-name: org.springframework:spring-core
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.springframework:spring-test
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.springframework:spring-framework-bom
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 23, 2023
Copy link

tl;dr our action detected no activity on this PR and will close it in 30 days if the stale label is not removed.

OpenMRS welcomes your contribution! It means a lot to us that you want to contribute to equity in healthcare!

This PR has not seen any activity in the last 5 months. That is why we wanted to check whether you are still working on it or need assistance from our side.
Please note that this is an automated message and we might very well be the reason why there has not been any activity lately. We certainly do not want to discourage you from contributing. We do need to be honest in that OpenMRS has limited resources for reviewing PRs.

If you do not have time to continue the work or have moved on you don’t need to do anything. We will automatically close the PR in 30 days. We hope to see you back soon :)
If you would like to continue working on it or require help from us please remove the stale label and respond by commenting on the issue.

@github-actions github-actions bot added the Stale label Mar 30, 2024
Copy link

tl;dr closing this PR since it has not seen any activity in the last 6 months.

OpenMRS welcomes your contribution! It means a lot to us that you want to contribute to equity in healthcare! We certainly do not want to discourage you from contributing. We do need to be honest in that OpenMRS has limited resources for reviewing PRs. Your PR has not seen any activity in the last 6 months. This is why we have decided to close this PR for now. This allows us OpenMRS reviewers to focus our limited time to review all other PRs in a timely and professional manner.

Please feel free to reassign yourself to the issue you worked on in our JIRA when you have time to focus on it. After that reopen a new PR and we will be glad to work with you to get your contribution merged. Thank you very much for your help and understanding :)

@github-actions github-actions bot closed this Apr 29, 2024
Copy link
Author

dependabot bot commented on behalf of github Apr 29, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot-maven-springVersion-6.0.4 branch April 29, 2024 01:05
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 Stale
Projects
None yet
0 participants