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 6.0.10 to 6.0.11 #1082

Merged
merged 1 commit into from
Jul 28, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 24, 2023

Bumps spring.version from 6.0.10 to 6.0.11.
Updates org.springframework:spring-context from 6.0.10 to 6.0.11

Release notes

Sourced from org.springframework:spring-context's releases.

v6.0.11

⭐ New Features

  • Reduce WARN level log output during test AOT processing #30867
  • Avoid need for reflection hints for MBeanExporter in native image #30846
  • Tolerate AnnotationUtils.isCandidateClass call with null as annotation type #30842
  • Simplify DefaultSingletonBeanRegistry.isDependent() #30839
  • Add missing @Nullable annotations in ContentDisposition.Builder #30820
  • Provide explicit support for collections, maps, and arrays in ObjectUtils.nullSafeConciseToString() #30810
  • Extend list of supported types in ObjectUtils.nullSafeConciseToString() #30805
  • Align ConcurrentMapCacheManager locking behavior with CaffeineCacheManager #30780
  • Improve logging for missing dependencies in MicrometerObservationRegistryTestExecutionListener #30747
  • Optimize KotlinReflectionParameterNameDiscoverer #30725
  • Change InvocableHandlerMethod#invokeSuspendingFunction return type to Object #30716
  • ResolvableType.hasUnresolvableGenerics() should cache its result #30713
  • Deprecate RootBeanDefinition(ResolvableType) constructor #30704
  • Reinstate dependency injection support for legacy JSR-250 @javax.annotation.Resource annotation #30695
  • Translate SQL Exception with State S0001 and Vendor Code 2628 to a Spring Exception in MSSQL 2019 #30681
  • Ensure Spring LogFactory contains all public methods from Apache LogFactory #30668
  • Infer hints required for aspects #28711
  • Improve diagnostics for CGLIB ClassLoader issues with shared classes in parent ClassLoader #25940
  • JdbcTemplate does not call handleWarnings in case of exception #23106
  • Avoid illegal reflective access in ContextOverridingClassLoader.isEligibleForOverriding #22791

🐞 Bug Fixes

  • Revert changes to toString() in FieldError #30799
  • For a prototype bean, if first-time rejected value is null, subsequent value will wrongly be null always #30794
  • Fix log level on error with @TransactionalEventListener #30776
  • ClassCastException in AbstractBeanDefinition.getBeanClassName() when getting bean multithreaded #30773
  • SerializableTypeWrapper does not consistently catch InvocationTargetException #30764
  • NPE in MvcUriComponentsBuilder with no-arg target method on interface #30756
  • ArithmeticException: long overflow on @Scheduled(fixedDelay = Long.MAX_VALUE) #30754
  • Jackson2ObjectMapperBuilder breaks when modules customizer follows modulesToInstall #30751
  • NullPointerException in reactive TransactionalOperatorImpl #30729
  • MicrometerObservationRegistryTestExecutionListener uses wrong ClassLoader to detect dependencies #30726
  • Support [package-]private init/destroy methods in AOT mode #30724
  • Package-private init/destroy methods are not always invoked #30718
  • Generic RedisKeyExpiredEvent not delivered to @EventListener anymore in 6.0.9 #30712
  • Explicit BeanDefinition#targetType is not honoured in AOT scenarios #30689
  • Spring ORM SpringBeanContainer when trying to create a bean fails with not found bean definition, and fallbacks to default hibernate bean creation #30683
  • PathResourceResolver#resolve*Internal is missing @Nullable declarations #30601
  • Code generation should only apply shortcut if the target method is not ambiguous #29278

📔 Documentation

  • Update STOMP documentation with the new guidelines #30857
  • Clarify ReactiveTransactionManager exception declarations #30817
  • Doc: JdbcTransactionManager vs DataSourceTransactionManager #30802
  • Fix typo in Javadoc for BeanDefinitionDsl.kt #30798

... (truncated)

Commits

Updates org.springframework:spring-core from 6.0.10 to 6.0.11

Release notes

Sourced from org.springframework:spring-core's releases.

v6.0.11

⭐ New Features

  • Reduce WARN level log output during test AOT processing #30867
  • Avoid need for reflection hints for MBeanExporter in native image #30846
  • Tolerate AnnotationUtils.isCandidateClass call with null as annotation type #30842
  • Simplify DefaultSingletonBeanRegistry.isDependent() #30839
  • Add missing @Nullable annotations in ContentDisposition.Builder #30820
  • Provide explicit support for collections, maps, and arrays in ObjectUtils.nullSafeConciseToString() #30810
  • Extend list of supported types in ObjectUtils.nullSafeConciseToString() #30805
  • Align ConcurrentMapCacheManager locking behavior with CaffeineCacheManager #30780
  • Improve logging for missing dependencies in MicrometerObservationRegistryTestExecutionListener #30747
  • Optimize KotlinReflectionParameterNameDiscoverer #30725
  • Change InvocableHandlerMethod#invokeSuspendingFunction return type to Object #30716
  • ResolvableType.hasUnresolvableGenerics() should cache its result #30713
  • Deprecate RootBeanDefinition(ResolvableType) constructor #30704
  • Reinstate dependency injection support for legacy JSR-250 @javax.annotation.Resource annotation #30695
  • Translate SQL Exception with State S0001 and Vendor Code 2628 to a Spring Exception in MSSQL 2019 #30681
  • Ensure Spring LogFactory contains all public methods from Apache LogFactory #30668
  • Infer hints required for aspects #28711
  • Improve diagnostics for CGLIB ClassLoader issues with shared classes in parent ClassLoader #25940
  • JdbcTemplate does not call handleWarnings in case of exception #23106
  • Avoid illegal reflective access in ContextOverridingClassLoader.isEligibleForOverriding #22791

🐞 Bug Fixes

  • Revert changes to toString() in FieldError #30799
  • For a prototype bean, if first-time rejected value is null, subsequent value will wrongly be null always #30794
  • Fix log level on error with @TransactionalEventListener #30776
  • ClassCastException in AbstractBeanDefinition.getBeanClassName() when getting bean multithreaded #30773
  • SerializableTypeWrapper does not consistently catch InvocationTargetException #30764
  • NPE in MvcUriComponentsBuilder with no-arg target method on interface #30756
  • ArithmeticException: long overflow on @Scheduled(fixedDelay = Long.MAX_VALUE) #30754
  • Jackson2ObjectMapperBuilder breaks when modules customizer follows modulesToInstall #30751
  • NullPointerException in reactive TransactionalOperatorImpl #30729
  • MicrometerObservationRegistryTestExecutionListener uses wrong ClassLoader to detect dependencies #30726
  • Support [package-]private init/destroy methods in AOT mode #30724
  • Package-private init/destroy methods are not always invoked #30718
  • Generic RedisKeyExpiredEvent not delivered to @EventListener anymore in 6.0.9 #30712
  • Explicit BeanDefinition#targetType is not honoured in AOT scenarios #30689
  • Spring ORM SpringBeanContainer when trying to create a bean fails with not found bean definition, and fallbacks to default hibernate bean creation #30683
  • PathResourceResolver#resolve*Internal is missing @Nullable declarations #30601
  • Code generation should only apply shortcut if the target method is not ambiguous #29278

📔 Documentation

  • Update STOMP documentation with the new guidelines #30857
  • Clarify ReactiveTransactionManager exception declarations #30817
  • Doc: JdbcTransactionManager vs DataSourceTransactionManager #30802
  • Fix typo in Javadoc for BeanDefinitionDsl.kt #30798

... (truncated)

Commits

Updates org.springframework:spring-test from 6.0.10 to 6.0.11

Release notes

Sourced from org.springframework:spring-test's releases.

v6.0.11

⭐ New Features

  • Reduce WARN level log output during test AOT processing #30867
  • Avoid need for reflection hints for MBeanExporter in native image #30846
  • Tolerate AnnotationUtils.isCandidateClass call with null as annotation type #30842
  • Simplify DefaultSingletonBeanRegistry.isDependent() #30839
  • Add missing @Nullable annotations in ContentDisposition.Builder #30820
  • Provide explicit support for collections, maps, and arrays in ObjectUtils.nullSafeConciseToString() #30810
  • Extend list of supported types in ObjectUtils.nullSafeConciseToString() #30805
  • Align ConcurrentMapCacheManager locking behavior with CaffeineCacheManager #30780
  • Improve logging for missing dependencies in MicrometerObservationRegistryTestExecutionListener #30747
  • Optimize KotlinReflectionParameterNameDiscoverer #30725
  • Change InvocableHandlerMethod#invokeSuspendingFunction return type to Object #30716
  • ResolvableType.hasUnresolvableGenerics() should cache its result #30713
  • Deprecate RootBeanDefinition(ResolvableType) constructor #30704
  • Reinstate dependency injection support for legacy JSR-250 @javax.annotation.Resource annotation #30695
  • Translate SQL Exception with State S0001 and Vendor Code 2628 to a Spring Exception in MSSQL 2019 #30681
  • Ensure Spring LogFactory contains all public methods from Apache LogFactory #30668
  • Infer hints required for aspects #28711
  • Improve diagnostics for CGLIB ClassLoader issues with shared classes in parent ClassLoader #25940
  • JdbcTemplate does not call handleWarnings in case of exception #23106
  • Avoid illegal reflective access in ContextOverridingClassLoader.isEligibleForOverriding #22791

🐞 Bug Fixes

  • Revert changes to toString() in FieldError #30799
  • For a prototype bean, if first-time rejected value is null, subsequent value will wrongly be null always #30794
  • Fix log level on error with @TransactionalEventListener #30776
  • ClassCastException in AbstractBeanDefinition.getBeanClassName() when getting bean multithreaded #30773
  • SerializableTypeWrapper does not consistently catch InvocationTargetException #30764
  • NPE in MvcUriComponentsBuilder with no-arg target method on interface #30756
  • ArithmeticException: long overflow on @Scheduled(fixedDelay = Long.MAX_VALUE) #30754
  • Jackson2ObjectMapperBuilder breaks when modules customizer follows modulesToInstall #30751
  • NullPointerException in reactive TransactionalOperatorImpl #30729
  • MicrometerObservationRegistryTestExecutionListener uses wrong ClassLoader to detect dependencies #30726
  • Support [package-]private init/destroy methods in AOT mode #30724
  • Package-private init/destroy methods are not always invoked #30718
  • Generic RedisKeyExpiredEvent not delivered to @EventListener anymore in 6.0.9 #30712
  • Explicit BeanDefinition#targetType is not honoured in AOT scenarios #30689
  • Spring ORM SpringBeanContainer when trying to create a bean fails with not found bean definition, and fallbacks to default hibernate bean creation #30683
  • PathResourceResolver#resolve*Internal is missing @Nullable declarations #30601
  • Code generation should only apply shortcut if the target method is not ambiguous #29278

📔 Documentation

  • Update STOMP documentation with the new guidelines #30857
  • Clarify ReactiveTransactionManager exception declarations #30817
  • Doc: JdbcTransactionManager vs DataSourceTransactionManager #30802
  • Fix typo in Javadoc for BeanDefinitionDsl.kt #30798

... (truncated)

Commits

Updates org.springframework:spring-web from 6.0.10 to 6.0.11

Release notes

Sourced from org.springframework:spring-web's releases.

v6.0.11

⭐ New Features

  • Reduce WARN level log output during test AOT processing #30867
  • Avoid need for reflection hints for MBeanExporter in native image #30846
  • Tolerate AnnotationUtils.isCandidateClass call with null as annotation type #30842
  • Simplify DefaultSingletonBeanRegistry.isDependent() #30839
  • Add missing @Nullable annotations in ContentDisposition.Builder #30820
  • Provide explicit support for collections, maps, and arrays in ObjectUtils.nullSafeConciseToString() #30810
  • Extend list of supported types in ObjectUtils.nullSafeConciseToString() #30805
  • Align ConcurrentMapCacheManager locking behavior with CaffeineCacheManager #30780
  • Improve logging for missing dependencies in MicrometerObservationRegistryTestExecutionListener #30747
  • Optimize KotlinReflectionParameterNameDiscoverer #30725
  • Change InvocableHandlerMethod#invokeSuspendingFunction return type to Object #30716
  • ResolvableType.hasUnresolvableGenerics() should cache its result #30713
  • Deprecate RootBeanDefinition(ResolvableType) constructor #30704
  • Reinstate dependency injection support for legacy JSR-250 @javax.annotation.Resource annotation #30695
  • Translate SQL Exception with State S0001 and Vendor Code 2628 to a Spring Exception in MSSQL 2019 #30681
  • Ensure Spring LogFactory contains all public methods from Apache LogFactory #30668
  • Infer hints required for aspects #28711
  • Improve diagnostics for CGLIB ClassLoader issues with shared classes in parent ClassLoader #25940
  • JdbcTemplate does not call handleWarnings in case of exception #23106
  • Avoid illegal reflective access in ContextOverridingClassLoader.isEligibleForOverriding #22791

🐞 Bug Fixes

  • Revert changes to toString() in FieldError #30799
  • For a prototype bean, if first-time rejected value is null, subsequent value will wrongly be null always #30794
  • Fix log level on error with @TransactionalEventListener #30776
  • ClassCastException in AbstractBeanDefinition.getBeanClassName() when getting bean multithreaded #30773
  • SerializableTypeWrapper does not consistently catch InvocationTargetException #30764
  • NPE in MvcUriComponentsBuilder with no-arg target method on interface #30756
  • ArithmeticException: long overflow on @Scheduled(fixedDelay = Long.MAX_VALUE) #30754
  • Jackson2ObjectMapperBuilder breaks when modules customizer follows modulesToInstall #30751
  • NullPointerException in reactive TransactionalOperatorImpl #30729
  • MicrometerObservationRegistryTestExecutionListener uses wrong ClassLoader to detect dependencies #30726
  • Support [package-]private init/destroy methods in AOT mode #30724
  • Package-private init/destroy methods are not always invoked #30718
  • Generic RedisKeyExpiredEvent not delivered to @EventListener anymore in 6.0.9 #30712
  • Explicit BeanDefinition#targetType is not honoured in AOT scenarios #30689
  • Spring ORM SpringBeanContainer when trying to create a bean fails with not found bean definition, and fallbacks to default hibernate bean creation #30683
  • PathResourceResolver#resolve*Internal is missing @Nullable declarations #30601
  • Code generation should only apply shortcut if the target method is not ambiguous #29278

📔 Documentation

  • Update STOMP documentation with the new guidelines #30857
  • Clarify ReactiveTransactionManager exception declarations #30817
  • Doc: JdbcTransactionManager vs DataSourceTransactionManager #30802
  • Fix typo in Javadoc for BeanDefinitionDsl.kt #30798

... (truncated)

Commits

Updates org.springframework:spring-webmvc from 6.0.10 to 6.0.11

Release notes

Sourced from org.springframework:spring-webmvc's releases.

v6.0.11

⭐ New Features

  • Reduce WARN level log output during test AOT processing #30867
  • Avoid need for reflection hints for MBeanExporter in native image #30846
  • Tolerate AnnotationUtils.isCandidateClass call with null as annotation type #30842
  • Simplify DefaultSingletonBeanRegistry.isDependent() #30839
  • Add missing @Nullable annotations in ContentDisposition.Builder #30820
  • Provide explicit support for collections, maps, and arrays in ObjectUtils.nullSafeConciseToString() #30810
  • Extend list of supported types in ObjectUtils.nullSafeConciseToString() #30805
  • Align ConcurrentMapCacheManager locking behavior with CaffeineCacheManager #30780
  • Improve logging for missing dependencies in MicrometerObservationRegistryTestExecutionListener #30747
  • Optimize KotlinReflectionParameterNameDiscoverer #30725
  • Change InvocableHandlerMethod#invokeSuspendingFunction return type to Object #30716
  • ResolvableType.hasUnresolvableGenerics() should cache its result #30713
  • Deprecate RootBeanDefinition(ResolvableType) constructor #30704
  • Reinstate dependency injection support for legacy JSR-250 @javax.annotation.Resource annotation #30695
  • Translate SQL Exception with State S0001 and Vendor Code 2628 to a Spring Exception in MSSQL 2019 #30681
  • Ensure Spring LogFactory contains all public methods from Apache LogFactory #30668
  • Infer hints required for aspects #28711
  • Improve diagnostics for CGLIB ClassLoader issues with shared classes in parent ClassLoader #25940
  • JdbcTemplate does not call handleWarnings in case of exception #23106
  • Avoid illegal reflective access in ContextOverridingClassLoader.isEligibleForOverriding #22791

🐞 Bug Fixes

  • Revert changes to toString() in FieldError #30799
  • For a prototype bean, if first-time rejected value is null, subsequent value will wrongly be null always #30794
  • Fix log level on error with @TransactionalEventListener #30776
  • ClassCastException in AbstractBeanDefinition.getBeanClassName() when getting bean multithreaded #30773
  • SerializableTypeWrapper does not consistently catch InvocationTargetException #30764
  • NPE in MvcUriComponentsBuilder with no-arg target method on interface #30756
  • ArithmeticException: long overflow on @Scheduled(fixedDelay = Long.MAX_VALUE) #30754
  • Jackson2ObjectMapperBuilder breaks when modules customizer follows modulesToInstall #30751
  • NullPointerException in reactive TransactionalOperatorImpl #30729
  • MicrometerObservationRegistryTestExecutionListener uses wrong ClassLoader to detect dependencies #30726
  • Support [package-]private init/destroy methods in AOT mode #30724
  • Package-private init/destroy methods are not always invoked #30718
  • Generic RedisKeyExpiredEvent not delivered to @EventListener anymore in 6.0.9 #30712
  • Explicit BeanDefinition#targetType is not honoured in AOT scenarios #30689
  • Spring ORM SpringBeanContainer when trying to create a bean fails with not found bean definition, and fallbacks to default hibernate bean creation #30683
  • PathResourceResolver#resolve*Internal is missing @Nullable declarations #30601
  • Code generation should only apply shortcut if the target method is not ambiguous #29278

📔 Documentation

  • Update STOMP documentation with the new guidelines #30857
  • Clarify ReactiveTransactionManager exception declarations #30817
  • Doc: JdbcTransactionManager vs DataSourceTransactionManager #30802
  • Fix typo in Javadoc for BeanDefinitionDsl.kt #30798

... (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 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.version` from 6.0.10 to 6.0.11.

Updates `org.springframework:spring-context` from 6.0.10 to 6.0.11
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.0.10...v6.0.11)

Updates `org.springframework:spring-core` from 6.0.10 to 6.0.11
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.0.10...v6.0.11)

Updates `org.springframework:spring-test` from 6.0.10 to 6.0.11
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.0.10...v6.0.11)

Updates `org.springframework:spring-web` from 6.0.10 to 6.0.11
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.0.10...v6.0.11)

Updates `org.springframework:spring-webmvc` from 6.0.10 to 6.0.11
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.0.10...v6.0.11)

---
updated-dependencies:
- dependency-name: org.springframework:spring-context
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-test
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-web
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-webmvc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependency-update java Pull requests that update Java code labels Jul 24, 2023
@bennetelli bennetelli merged commit 911293b into master Jul 28, 2023
3 checks passed
@bennetelli bennetelli deleted the dependabot/maven/spring.version-6.0.11 branch July 28, 2023 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency-update java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant