qa-guru / allure-notifications

jar, that draws piechart from results and sends it with link to build to messenger
Apache License 2.0
477 stars 77 forks source link

Bump spring-test from 5.3.22 to 6.0.3 #147

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps spring-test from 5.3.22 to 6.0.3.

Release notes

Sourced from spring-test's releases.

v6.0.3

:star: 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

:lady_beetle: 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

:notebook_with_decorative_cover: 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

:hammer: 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)
dependabot[bot] commented 1 year ago

Superseded by #153.