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

Bump spring-test from 3.2.2.RELEASE to 6.0.3 #67

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 15, 2022

Bumps spring-test from 3.2.2.RELEASE to 6.0.3.

Release notes

Sourced from spring-test's releases.

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
  • ProblemDetail doesn't override the equals method #29606
  • Add title to SockJS iFrames for accessibility compliance #29594
  • Forbid loading of a test's ApplicationContext in AOT mode if AOT processing failed #29579
  • Deprecate JettyWebSocketClient in favor of StandardWebSocketClient #29576
  • Improve options to expose MessageSource formatted errors for a ProblemDetail response #29574
  • Make @ModelAttribute and @InitBinder annotations @Reflective #29572
  • Update BindingReflectionHintsRegistrar to support properties on records #29571

🐞 Bug Fixes

  • Cannot use WebDAV methods in Spring MVC 6.0 anymore #29689
  • AnnotatedElementUtils.findMergedRepeatableAnnotations does not fetch results when other attributes exist in container annotation #29685
  • BeanWrapperImpl NPE in setWrappedInstance after invoking getPropertyValue #29681
  • SpEL ConstructorReference does not generate AST representation of arrays #29665
  • NullPointerException in BindingReflectionHintsRegistrar for anonymous classes #29657
  • DataBufferInputStream violates InputStream contract #29642
  • Component scanning no longer uses component index for @Named, @ManagedBean, and other Jakarta annotations #29641
  • Fix canWrite in PartHttpMessageWriter #29631
  • NoHandlerFoundException mistakenly returns request headers from ErrorResponse#getHeaders #29626
  • URI override for @HttpExchange doesn't work if there are both URI and @PathVariable method parameters #29624
  • Unnecessary parameter name introspection for constructor-arg resolution (leading to LocalVariableTableParameterNameDiscoverer warnings) #29612
  • Set detail from reason in both constructors of ResponseStatusException #29608
  • SpEL string literal misses single quotation marks in toStringAST() #29604
  • AOT code generation fails for bean of type boolean #29598
  • request-scoped bean with @Lazy fails in native image (due to missing detection of CGLIB lazy resolution proxies) #29584
  • 500 error from WebFlux when parsing Content-Type leads to InvalidMediaTypeException #29565
  • ConcurrentLruCache implementation is using too much heap memory #29520
  • Duplicate key violation gets translated to DataIntegrityViolationException instead of DuplicateKeyException in Spring 6 #29511
  • SpEL: Two double quotes are replaced by one double quote in single quoted String literal (and vice versa) #28356

📔 Documentation

  • Fix ErrorResponse#type documentation #29632
  • Fix typo in observability documentation #29590
  • Consistent documentation references to Jakarta WebSocket (2.1) #29581
  • Unrendered asciidoc headings in reference documentation #29569
  • Document observability support #29524

🔨 Dependency Upgrades

... (truncated)

Commits
  • 0fbc94f Release v6.0.3
  • 6e08c56 Improve Javadoc for RepeatableContainers
  • fb6d3f5 Remove duplicated test code
  • 6fe5652 Support non-standard HTTP methods in FrameworkServlet
  • ca68bbc Upgrade to Reactor 2022.0.1
  • e7bcb48 Remove obsolete AttributeMethods.hasOnlyValueAttribute() method
  • 433b1c4 Support repeatable annotation containers with multiple attributes
  • 0b08246 Revise RepeatableContainersTests
  • c7bdfbe Add missing Javadoc
  • 618989d Update copyright date
  • 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)

Bumps [spring-test](https://github.com/spring-projects/spring-framework) from 3.2.2.RELEASE to 6.0.3.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v3.2.2.RELEASE...v6.0.3)

---
updated-dependencies:
- dependency-name: org.springframework:spring-test
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 15, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 11, 2023

Superseded by #70.

@dependabot dependabot bot closed this Jan 11, 2023
@dependabot dependabot bot deleted the dependabot/maven/org.springframework-spring-test-6.0.3 branch January 11, 2023 20:12
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