Skip to content

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps spring-jdbc from 5.2.5.RELEASE to 5.2.6.RELEASE.

Release notes

Sourced from spring-jdbc's releases.

v5.2.6.RELEASE

⭐ New Features

  • Cache meta-annotations for stereotype check in AnnotationBeanNameGenerator #24980
  • Use WebsocketServerSpec in ReactorNettyRequestUpgradeStrategy #24959
  • Warn about unsupported "/path/**/other" patterns with WebFlux PathPatternParser #24958
  • Allow override of data binding in ModelAttributeMethodArgumentResolver #24947
  • Rid pointless wrapping with BufferedInputStream from class reading #24946
  • ResponseStatusExceptionResolver ignores ResponseStatusException headers #24944
  • Caching of autowire candidate metadata for lazy beans #24904
  • Put a limit on the size of DefaultSingletonBeanRegistry#suppressedExceptions #24902
  • Prevent setting parent bean factory to self #24900
  • Honor overridden AcceptHeaderLocaleContextResolver.getDefaultLocale() #24871
  • Improve performance of StringUtils.deleteAny() #24870
  • 'args' argument of 'JdbcTemplate#query(String, Object[], RowCallbackHandler)' method should be marked @Nullable #24839
  • Improve usage of ByteArrayOutputStream/ByteArrayInputStream #24805
  • Simplify conversion of ByteArrayOutputStream to String #24785
  • Optimize sortPostProcessors() in PostProcessorRegistrationDelegate #24776
  • Reduce byte array allocations in StompEncoder #24694

🪲 Bug Fixes

  • ConflictingBeanDefinitionException on repeated index evaluation #24978
  • Reintroduce synthesized annotation attribute value caching #24970
  • MockHttpServletRequest should not strip brackets from IPV6 address supplied via Host header #24916
  • Memory leak in MimeTypeUtils LRUCache #24886
  • Annotation searches potentially synthesize annotations unnecessarily #24861
  • Connection created by SingleConnectionDataSource with suppressClose=true always returns isClosed=false even if the target connection is closed #24853
  • DefaultListableBeanFactory.getBean(Class) throws NoSuchBeanDefinitionException on existing bean if getBean(Class) previously tried before registration #24852
  • Cannot dispatch without an AsyncContext when an expected error is thrown #24835
  • Duplicate Vary headers after enabling CORS filter #24829
  • Make it possible to run Spring MVC without kotlin-reflect #24828
  • Recursively copy directory with symbolic link #24823
  • Connection leak with WebClient retrieve().toBodilessEntity() #24788
  • Using UriComponentsBuilder.cloneBuilder does not copy uriVariables #24782
  • Fix empty domain handling in ResponseCookie #24758
  • Illegal reflective access warning for interface-based lookup method injection #24657
  • Annotation retrieval performance degradation after 5.2 #23905

📔 Documentation

  • HttpHeaders#getETagValuesAsList(String) does not document IAE #24950
  • Describe that bean disposal is unsupported for the beans created by FactoryBean #24948
  • Deprecate AnnotationFilter.NONE (since MergedAnnotations always filters java.lang.* annotations) #24932
  • Improve Javadoc #24908
  • Fix Javadoc in PathPattern #24841
  • Document default constructor as fallback for multiple non-@Autowired constructors #24838
  • Document precedence for @DynamicPropertySource #24837
  • Documentation: AbstractBeanDefinition.getBeanClass() vs BeanFactory.getType #24816
  • Fix typos and improve readability in Webflux documentation #24781
... (truncated)
Commits
  • b6d6106 Release version 5.2.6.RELEASE
  • d2bcf1e Upgrade to RSocket 1.0.0-RC7
  • afc8a5d Upgrade to Reactor Dysprosium-SR7
  • f425a99 Ignore missing STOMP decoder if session closed
  • 57f1e86 AnnotationBeanNameGenerator caches meta-annotations for stereotype check
  • 73fadd8 Polishing
  • 127e879 Store source in index-derived ScannedGenericBeanDefinition as well
  • 59ecd49 Optimize toString() for synthesized annotations
  • db45b80 Suppress warnings for deprecated AnnotationFilter.NONE enum constant
  • f6df21e Upgrade to Mockito 3.3.3, MockK 1.10, HtmlUnit 2.39, Checkstyle 8.31
  • 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)

Bumps [spring-jdbc](https://github.com/spring-projects/spring-framework) from 5.2.5.RELEASE to 5.2.6.RELEASE.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.2.5.RELEASE...v5.2.6.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 Apr 29, 2020
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling b6c0fb8 on dependabot/maven/org.springframework-spring-jdbc-5.2.6.RELEASE into 8abc6bb on master.

@jeffgbutler jeffgbutler merged commit d441825 into master Apr 29, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/maven/org.springframework-spring-jdbc-5.2.6.RELEASE branch April 29, 2020 10:39
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.

2 participants