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 5.3.24 to 5.3.25 #311

Merged
merged 1 commit into from
Jan 23, 2023

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps spring.version from 5.3.24 to 5.3.25.
Updates spring-test from 5.3.24 to 5.3.25

Release notes

Sourced from spring-test's releases.

v5.3.25

⭐ New Features

  • JmsTemplate.convertAndSend throws NullPointerException during shutdown #29719
  • Optimize object creation in RequestMappingHandlerMapping#handleNoMatch #29667
  • Add title to SockJS iFrames for accessibility compliance #29596

🐞 Bug Fixes

  • ResourceHandlers cannot resolve static resources with certain wildcard patterns #29716
  • AnnotatedElementUtils.findMergedRepeatableAnnotations does not fetch results when other attributes exist for container annotation #29686
  • BeanWrapperImpl NPE in setWrappedInstance after invoking getPropertyValue (with SimpleBeanInfoFactory) #29684
  • SpEL ConstructorReference does not generate AST representation of arrays #29666
  • SpEL: Two double quotes are replaced by one double quote in single quoted String literal (and vice versa) #29653
  • SpEL string literal misses single quotation marks in toStringAST() #29652
  • 500 error from WebFlux when parsing Content-Type leads to InvalidMediaTypeException #29637
  • WebMvcConfigurationSupport should not catch Throwable for SourceHttpMessageConverter #29537

📔 Documentation

  • Update Jakarta Mail info in ref docs #29708
  • Improve documentation for literals in SpEL expressions #29701
  • Fix some typos in Kotlin WebClient example code #29542
  • Fix link to Bean Utils Light Library in BeanUtils Javadoc #29536
  • Fix link to WebFlux section in reference manual #29526
  • Link to Spring WebFlux section is broken #29517

🔨 Dependency Upgrades

  • Upgrade to Reactor 2020.0.27 #29798
Commits
  • 2aeddb4 Release v5.3.25
  • 26cd33c Upgrade to Reactor 2020.0.27
  • 2ee393a Upgrade to Tomcat 9.0.70, Jetty 9.4.50, Netty 4.1.86, Undertow 2.2.22, HtmlUn...
  • 0815d29 Defensive check for null returned from createConnection()
  • 777f01d Fix path within mapping when pattern contains ".*"
  • f8fea01 Update Jakarta Mail info in ref docs
  • 9165391 Improve documentation for literals in SpEL expressions
  • fdf3bcc Remove obsolete AttributeMethods.hasOnlyValueAttribute() method
  • 5ddc984 Support repeatable annotation containers with multiple attributes
  • b2ce54e Revise RepeatableContainersTests
  • Additional commits viewable in compare view

Updates spring-context-support from 5.3.24 to 5.3.25

Release notes

Sourced from spring-context-support's releases.

v5.3.25

⭐ New Features

  • JmsTemplate.convertAndSend throws NullPointerException during shutdown #29719
  • Optimize object creation in RequestMappingHandlerMapping#handleNoMatch #29667
  • Add title to SockJS iFrames for accessibility compliance #29596

🐞 Bug Fixes

  • ResourceHandlers cannot resolve static resources with certain wildcard patterns #29716
  • AnnotatedElementUtils.findMergedRepeatableAnnotations does not fetch results when other attributes exist for container annotation #29686
  • BeanWrapperImpl NPE in setWrappedInstance after invoking getPropertyValue (with SimpleBeanInfoFactory) #29684
  • SpEL ConstructorReference does not generate AST representation of arrays #29666
  • SpEL: Two double quotes are replaced by one double quote in single quoted String literal (and vice versa) #29653
  • SpEL string literal misses single quotation marks in toStringAST() #29652
  • 500 error from WebFlux when parsing Content-Type leads to InvalidMediaTypeException #29637
  • WebMvcConfigurationSupport should not catch Throwable for SourceHttpMessageConverter #29537

📔 Documentation

  • Update Jakarta Mail info in ref docs #29708
  • Improve documentation for literals in SpEL expressions #29701
  • Fix some typos in Kotlin WebClient example code #29542
  • Fix link to Bean Utils Light Library in BeanUtils Javadoc #29536
  • Fix link to WebFlux section in reference manual #29526
  • Link to Spring WebFlux section is broken #29517

🔨 Dependency Upgrades

  • Upgrade to Reactor 2020.0.27 #29798
Commits
  • 2aeddb4 Release v5.3.25
  • 26cd33c Upgrade to Reactor 2020.0.27
  • 2ee393a Upgrade to Tomcat 9.0.70, Jetty 9.4.50, Netty 4.1.86, Undertow 2.2.22, HtmlUn...
  • 0815d29 Defensive check for null returned from createConnection()
  • 777f01d Fix path within mapping when pattern contains ".*"
  • f8fea01 Update Jakarta Mail info in ref docs
  • 9165391 Improve documentation for literals in SpEL expressions
  • fdf3bcc Remove obsolete AttributeMethods.hasOnlyValueAttribute() method
  • 5ddc984 Support repeatable annotation containers with multiple attributes
  • b2ce54e Revise RepeatableContainersTests
  • Additional commits viewable in compare view

Updates spring-orm from 5.3.24 to 5.3.25

Release notes

Sourced from spring-orm's releases.

v5.3.25

⭐ New Features

  • JmsTemplate.convertAndSend throws NullPointerException during shutdown #29719
  • Optimize object creation in RequestMappingHandlerMapping#handleNoMatch #29667
  • Add title to SockJS iFrames for accessibility compliance #29596

🐞 Bug Fixes

  • ResourceHandlers cannot resolve static resources with certain wildcard patterns #29716
  • AnnotatedElementUtils.findMergedRepeatableAnnotations does not fetch results when other attributes exist for container annotation #29686
  • BeanWrapperImpl NPE in setWrappedInstance after invoking getPropertyValue (with SimpleBeanInfoFactory) #29684
  • SpEL ConstructorReference does not generate AST representation of arrays #29666
  • SpEL: Two double quotes are replaced by one double quote in single quoted String literal (and vice versa) #29653
  • SpEL string literal misses single quotation marks in toStringAST() #29652
  • 500 error from WebFlux when parsing Content-Type leads to InvalidMediaTypeException #29637
  • WebMvcConfigurationSupport should not catch Throwable for SourceHttpMessageConverter #29537

📔 Documentation

  • Update Jakarta Mail info in ref docs #29708
  • Improve documentation for literals in SpEL expressions #29701
  • Fix some typos in Kotlin WebClient example code #29542
  • Fix link to Bean Utils Light Library in BeanUtils Javadoc #29536
  • Fix link to WebFlux section in reference manual #29526
  • Link to Spring WebFlux section is broken #29517

🔨 Dependency Upgrades

  • Upgrade to Reactor 2020.0.27 #29798
Commits
  • 2aeddb4 Release v5.3.25
  • 26cd33c Upgrade to Reactor 2020.0.27
  • 2ee393a Upgrade to Tomcat 9.0.70, Jetty 9.4.50, Netty 4.1.86, Undertow 2.2.22, HtmlUn...
  • 0815d29 Defensive check for null returned from createConnection()
  • 777f01d Fix path within mapping when pattern contains ".*"
  • f8fea01 Update Jakarta Mail info in ref docs
  • 9165391 Improve documentation for literals in SpEL expressions
  • fdf3bcc Remove obsolete AttributeMethods.hasOnlyValueAttribute() method
  • 5ddc984 Support repeatable annotation containers with multiple attributes
  • b2ce54e Revise RepeatableContainersTests
  • 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 5.3.24 to 5.3.25.

Updates `spring-test` from 5.3.24 to 5.3.25
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.24...v5.3.25)

Updates `spring-context-support` from 5.3.24 to 5.3.25
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.24...v5.3.25)

Updates `spring-orm` from 5.3.24 to 5.3.25
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.3.24...v5.3.25)

---
updated-dependencies:
- dependency-name: org.springframework:spring-test
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-context-support
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-orm
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/spring.version-5.3.25 branch from 6f622b7 to 87c65bd Compare January 23, 2023 12:40
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Copy link

@gklijs gklijs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@gklijs gklijs self-assigned this Jan 23, 2023
@gklijs gklijs merged commit 71740a4 into master Jan 23, 2023
@dependabot dependabot bot deleted the dependabot/maven/spring.version-5.3.25 branch January 23, 2023 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant