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-jms from 5.1.9.RELEASE to 5.1.10.RELEASE #30

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps spring-jms from 5.1.9.RELEASE to 5.1.10.RELEASE.

Release notes

Sourced from spring-jms's releases.

v5.1.10.RELEASE

⭐ New Features

  • Backport PR #22485 (Exclude jdk package in ShadowingClassLoader) to 5.1 branch #23641
  • SimpleCacheManager should not synchronize on AbstractCacheManager#cacheMap #23635
  • MockClientHttpResponse loses original HttpStatus code #23599
  • BeanUtils.isSimpleValueType() should not consider void or Void as a simple value type #23573
  • ClassUtils.isPrimitiveOrWrapper(…) and friends should consider Void.class a primitive wrapper for void.class #23572
  • Custom DefaultResourceLoader subclass should be able to consume context-provided ProtocolResolvers #23564
  • sendBufferSizeLimit exceeded should be logged at warn level #23534
  • Provide a method to get the original bean name from a scoped target's bean name #23514
  • Raise 400 instead of 500 on failure to find index of lookupPath within requestUri in ResourceUrlEncodingFilter #23508
  • IncompatibleClassChangeError on Jetty WebSocket ExtensionFactory #23500
  • Respect already set content-length header for HEAD request. #23484
  • Static resource support does not handle requests for a file with % character in its name #23463
  • Errors.NativeIoException from WebClient on WebFlux server does not set the response status #23319

🪲 Bug Fixes

  • SameSite cookie attribute missing when using WebFlux #23693
  • Ensure ClassFilter and MethodMatcher implementations are cacheable #23659
  • LinkedCaseInsensitiveMap does not track removals via keySet, entrySet, or values #23644
  • Wait for complete disposal of Reactor Netty resources in ReactorResourceFactory #23631
  • Spring fails to determine that XML is DTD-based if DTD declaration is followed by a comment #23605
  • ClassCastException when use ServerHttpResponseDecorator to modify response of websocket #23598
  • Infinite loop due to doFilterNestedErrorDispatch() method in OncePerRequestFilter #23596
  • Bean definition override leads to NPE due to inconsistent equality check #23593
  • Fix DefaultListableBeanFactory#copyConfigurationFrom #23569
  • Response with an invalid content type hangs when using WebFlux with Jetty #23553
  • Entry set of read-only HttpHeaders loses original headers' ordering #23551
  • DefaultListableBeanFactory throws a NullPointerException when resetBeanDefinition() is invoked concurrently #23542
  • No way to replace Set-Cookie header via MockHttpServletResponse #23512
  • ConcurrentModificationException in MockHttpServletResponse #23460
  • Synchronized blocks in MethodOverrides are hurting concurrency #23448
  • AnnotationAttributes#assertNotException should check for instance of Throwable #23424
  • Reactive JettyRequestUpgradeStrategy returns 'No WebSocketServerFactory available' on startup with simultaneous handshakes #23313
  • WebFlux with Tomcat, intermittent timeout when creating response #23096

📔 Documentation

  • Improve docs for AnnotatedBeanDefinitionReader, @Configuration, and @ContextConfiguration regarding "annotated classes" #23638

🔨 Dependency Upgrades

  • Upgrade to Reactor Californium-SR12 #23694

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

... (truncated)
Commits
  • 952ebf8 Release version 5.1.10.RELEASE
  • 7d126d3 Improve documentation regarding "annotated classes"
  • e9dc516 Use correct log level
  • 3616e96 Upgrade to SLF4J 1.7.28, Groovy 2.5.8, RxJava 2.2.12, Joda-Time 2.10.4, Rome ...
  • 357beb2 Polishing
  • 17c423f Support for sameSite attribute in WebFlux
  • b1ed051 Upgrade to Tomcat 9.0.26, Undertow 2.0.26, Hibernate ORM 5.3.12
  • bb6f9bb Polishing
  • 0519a2f Exclude jdk package in ShadowingClassLoader (JDK 11 compatibility)
  • 6a08bfd Avoid unnecessary synchronization for non-existent missing caches
  • Additional commits viewable in compare view

Dependabot compatibility score

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [spring-jms](https://github.com/spring-projects/spring-framework) from 5.1.9.RELEASE to 5.1.10.RELEASE.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.1.9.RELEASE...v5.1.10.RELEASE)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Sep 30, 2019
@coveralls
Copy link

Coverage Status

Coverage remained the same at 94.03% when pulling cfa5552 on dependabot/maven/org.springframework-spring-jms-5.1.10.RELEASE into d799dd7 on master.

@dependabot-preview
Copy link
Contributor Author

Superseded by #31.

@dependabot-preview dependabot-preview bot deleted the dependabot/maven/org.springframework-spring-jms-5.1.10.RELEASE branch October 1, 2019 05:26
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant