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 4.0.5.RELEASE to 5.1.8.RELEASE #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 14, 2019

Bumps spring.version from 4.0.5.RELEASE to 5.1.8.RELEASE.

Updates spring-core from 4.0.5.RELEASE to 5.1.8.RELEASE

Release notes

Sourced from spring-core's releases.

v5.1.8.RELEASE

⭐ New Features

  • Thread-safe removal of destruction callbacks in web scopes #23117
  • Guard against ConcurrentModificationExceptions in the systemProperties PropertySource #23063
  • OncePerRequestFilter does not work properly on Error Dispatch on Jetty #22989
  • SimpleMessageListenerContainer - add possibility to disable manual recovery #22987
  • AntPathMatcher#isPattern ignores template variables #22959
  • Avoid expensive assertions in web resource resolution #22955
  • WebFlux: Mono does not invoke onComplete(), but instead cancel() #22952
  • Illegal reflective access on shutdown of ExecutorService #22939
  • Illegal reflective access by SpEL ReflectivePropertyAccessor #22242

🪲 Bug Fixes

  • Fix MockHttpServletRequest.setCookies to produce single Cookie header #23074
  • MappingMediaTypeFileExtensionResolver ConcurrentModificationException #23064
  • Weird behaviour when calling ApplicationContext.getBean() with a null class reference #23045
  • StompSubProtocolHandler does not close the connection after sending an ERROR frame #23039
  • WebFlux AbstractView does not allow null model values anymore #23038
  • Fix ScriptUtils for MS Windows line ending #23019
  • validation error message {0} is not working #23014
  • AnnotatedElementUtils.findMergedAnnotation not working for javax annotations (e.g. NotNull) #22957
  • WebFlux AbstractView does not update BindingResult for resolved async attributes #22933
  • HeaderResultMatchers should not import org.junit.Assert #22932

📔 Documentation

  • Reintroduce author list and copyright notice #23049
  • spring-mvc.xsd stale-if-error attribute documentation incorrect #22983
  • AbstractBeanDefinition.getBeanClass() javadoc misleads about returning null #22960
  • Fix typo in package-info.java #22941

❤️ Contributors

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

v5.1.7.RELEASE

⭐ New Features

  • Support any HttpEntity implementing ResolvableTypeProvider #22931
... (truncated)
Commits

Updates spring-beans from 4.0.5.RELEASE to 5.1.8.RELEASE

Release notes

Sourced from spring-beans's releases.

v5.1.8.RELEASE

⭐ New Features

  • Thread-safe removal of destruction callbacks in web scopes #23117
  • Guard against ConcurrentModificationExceptions in the systemProperties PropertySource #23063
  • OncePerRequestFilter does not work properly on Error Dispatch on Jetty #22989
  • SimpleMessageListenerContainer - add possibility to disable manual recovery #22987
  • AntPathMatcher#isPattern ignores template variables #22959
  • Avoid expensive assertions in web resource resolution #22955
  • WebFlux: Mono does not invoke onComplete(), but instead cancel() #22952
  • Illegal reflective access on shutdown of ExecutorService #22939
  • Illegal reflective access by SpEL ReflectivePropertyAccessor #22242

🪲 Bug Fixes

  • Fix MockHttpServletRequest.setCookies to produce single Cookie header #23074
  • MappingMediaTypeFileExtensionResolver ConcurrentModificationException #23064
  • Weird behaviour when calling ApplicationContext.getBean() with a null class reference #23045
  • StompSubProtocolHandler does not close the connection after sending an ERROR frame #23039
  • WebFlux AbstractView does not allow null model values anymore #23038
  • Fix ScriptUtils for MS Windows line ending #23019
  • validation error message {0} is not working #23014
  • AnnotatedElementUtils.findMergedAnnotation not working for javax annotations (e.g. NotNull) #22957
  • WebFlux AbstractView does not update BindingResult for resolved async attributes #22933
  • HeaderResultMatchers should not import org.junit.Assert #22932

📔 Documentation

  • Reintroduce author list and copyright notice #23049
  • spring-mvc.xsd stale-if-error attribute documentation incorrect #22983
  • AbstractBeanDefinition.getBeanClass() javadoc misleads about returning null #22960
  • Fix typo in package-info.java #22941

❤️ Contributors

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

v5.1.7.RELEASE

⭐ New Features

  • Support any HttpEntity implementing ResolvableTypeProvider #22931
... (truncated)
Commits

Updates spring-context from 4.0.5.RELEASE to 5.1.8.RELEASE

Release notes

Sourced from spring-context's releases.

v5.1.8.RELEASE

⭐ New Features

  • Thread-safe removal of destruction callbacks in web scopes #23117
  • Guard against ConcurrentModificationExceptions in the systemProperties PropertySource #23063
  • OncePerRequestFilter does not work properly on Error Dispatch on Jetty #22989
  • SimpleMessageListenerContainer - add possibility to disable manual recovery #22987
  • AntPathMatcher#isPattern ignores template variables #22959
  • Avoid expensive assertions in web resource resolution #22955
  • WebFlux: Mono does not invoke onComplete(), but instead cancel() #22952
  • Illegal reflective access on shutdown of ExecutorService #22939
  • Illegal reflective access by SpEL ReflectivePropertyAccessor #22242

🪲 Bug Fixes

  • Fix MockHttpServletRequest.setCookies to produce single Cookie header #23074
  • MappingMediaTypeFileExtensionResolver ConcurrentModificationException #23064
  • Weird behaviour when calling ApplicationContext.getBean() with a null class reference #23045
  • StompSubProtocolHandler does not close the connection after sending an ERROR frame #23039
  • WebFlux AbstractView does not allow null model values anymore #23038
  • Fix ScriptUtils for MS Windows line ending #23019
  • validation error message {0} is not working #23014
  • AnnotatedElementUtils.findMergedAnnotation not working for javax annotations (e.g. NotNull) #22957
  • WebFlux AbstractView does not update BindingResult for resolved async attributes #22933
  • HeaderResultMatchers should not import org.junit.Assert #22932

📔 Documentation

  • Reintroduce author list and copyright notice #23049
  • spring-mvc.xsd stale-if-error attribute documentation incorrect #22983
  • AbstractBeanDefinition.getBeanClass() javadoc misleads about returning null #22960
  • Fix typo in package-info.java #22941

❤️ Contributors

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

v5.1.7.RELEASE

⭐ New Features

  • Support any HttpEntity implementing ResolvableTypeProvider #22931
... (truncated)
Commits

Updates spring-test from 4.0.5.RELEASE to 5.1.8.RELEASE

Release notes

Sourced from spring-test's releases.

v5.1.8.RELEASE

⭐ New Features

  • Thread-safe removal of destruction callbacks in web scopes #23117
  • Guard against ConcurrentModificationExceptions in the systemProperties PropertySource #23063
  • OncePerRequestFilter does not work properly on Error Dispatch on Jetty #22989
  • SimpleMessageListenerContainer - add possibility to disable manual recovery #22987
  • AntPathMatcher#isPattern ignores template variables #22959
  • Avoid expensive assertions in web resource resolution #22955
  • WebFlux: Mono does not invoke onComplete(), but instead cancel() #22952
  • Illegal reflective access on shutdown of ExecutorService #22939
  • Illegal reflective access by SpEL ReflectivePropertyAccessor #22242

🪲 Bug Fixes

  • Fix MockHttpServletRequest.setCookies to produce single Cookie header #23074
  • MappingMediaTypeFileExtensionResolver ConcurrentModificationException #23064
  • Weird behaviour when calling ApplicationContext.getBean() with a null class reference #23045
  • StompSubProtocolHandler does not close the connection after sending an ERROR frame #23039
  • WebFlux AbstractView does not allow null model values anymore #23038
  • Fix ScriptUtils for MS Windows line ending #23019
  • validation error message {0} is not working #23014
  • AnnotatedElementUtils.findMergedAnnotation not working for javax annotations (e.g. NotNull) #22957
  • WebFlux AbstractView does not update BindingResult for resolved async attributes #22933
  • HeaderResultMatchers should not import org.junit.Assert #22932

📔 Documentation

  • Reintroduce author list and copyright notice #23049
  • spring-mvc.xsd stale-if-error attribute documentation incorrect #22983
  • AbstractBeanDefinition.getBeanClass() javadoc misleads about returning null #22960
  • Fix typo in package-info.java #22941

❤️ Contributors

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

v5.1.7.RELEASE

⭐ New Features

  • Support any HttpEntity implementing ResolvableTypeProvider #22931
... (truncated)
Commits

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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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

Bumps `spring.version` from 4.0.5.RELEASE to 5.1.8.RELEASE.

Updates `spring-core` from 4.0.5.RELEASE to 5.1.8.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v4.0.5.RELEASE...v5.1.8.RELEASE)

Updates `spring-beans` from 4.0.5.RELEASE to 5.1.8.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v4.0.5.RELEASE...v5.1.8.RELEASE)

Updates `spring-context` from 4.0.5.RELEASE to 5.1.8.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v4.0.5.RELEASE...v5.1.8.RELEASE)

Updates `spring-test` from 4.0.5.RELEASE to 5.1.8.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v4.0.5.RELEASE...v5.1.8.RELEASE)

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 14, 2019
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.

0 participants