KorAP / Kustvakt

:speedboat: User and policy management component for KorAP, capable of rewriting queries for policy based document restrictions.
BSD 2-Clause "Simplified" License
4 stars 3 forks source link

Bump spring.version from 5.3.28 to 5.3.29 in /full #635

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps spring.version from 5.3.28 to 5.3.29. Updates spring-core from 5.3.28 to 5.3.29

Release notes

Sourced from spring-core's releases.

v5.3.29

:star: New Features

  • Avoid illegal reflective access in ContextOverridingClassLoader.isEligibleForOverriding #30868
  • Improve diagnostics for CGLIB ClassLoader issues with shared classes in parent ClassLoader #30866
  • JdbcTemplate does not call handleWarnings in case of exception #30852
  • Tolerate AnnotationUtils.isCandidateClass call with null as annotation type #30843
  • Simplify DefaultSingletonBeanRegistry.isDependent() #30841
  • Provide explicit support for collections, maps, and arrays in ObjectUtils.nullSafeConciseToString() #30811
  • Extend list of supported types in ObjectUtils.nullSafeConciseToString() #30806
  • Align ConcurrentMapCacheManager locking behavior with CaffeineCacheManager #30781
  • ResolvableType.hasUnresolvableGenerics() should cache its result #30715
  • Ensure Spring LogFactory contains all public methods from Apache LogFactory #30711
  • Translate SQL Exception with State S0001 and Vendor Code 2628 to a Spring Exception in MSSQL 2019 #30682

:lady_beetle: Bug Fixes

  • For a prototype bean, if first-time rejected value is null, subsequent value will wrongly be null always #30809
  • Revert changes to toString() in FieldError #30800
  • Fix log level on error with @TransactionalEventListener #30784
  • SerializableTypeWrapper does not consistently catch InvocationTargetException #30767
  • NPE in MvcUriComponentsBuilder with no-arg target method on interface #30757
  • Jackson2ObjectMapperBuilder breaks when modules customizer follows modulesToInstall #30752
  • Spring ORM SpringBeanContainer when trying to create a bean fails with not found bean definition, and fallbacks to default hibernate bean creation #30685

:notebook_with_decorative_cover: Documentation

  • ResultSet holdability into the View layer broken by Hibernate 5 #30863
  • Clarify ReactiveTransactionManager exception declarations #30819
  • Doc: JdbcTransactionManager vs DataSourceTransactionManager #30814

:hammer: Dependency Upgrades

  • Upgrade to Reactor 2020.0.34 #30873
Commits
  • 13b31c7 Release v5.3.29
  • 5331938 Polishing
  • e1e7fa4 Upgrade to Reactor 2020.0.34 (and Tomcat 9.0.78)
  • e1351a5 Update OS version in CI image
  • ac94d2b Polishing
  • 16fd70a Avoid illegal reflective access in ContextOverridingClassLoader
  • c1bf099 Improve diagnostics for LinkageError in case of ClassLoader mismatch
  • 9e7ee0c Deprecate setAllowResultAccessAfterCompletion and document it as broken
  • 1cd994d Encapsulate full path initialization
  • 3d28c02 Handle JDBC warnings in case of a statement exception as well
  • Additional commits viewable in compare view


Updates spring-web from 5.3.28 to 5.3.29

Release notes

Sourced from spring-web's releases.

v5.3.29

:star: New Features

  • Avoid illegal reflective access in ContextOverridingClassLoader.isEligibleForOverriding #30868
  • Improve diagnostics for CGLIB ClassLoader issues with shared classes in parent ClassLoader #30866
  • JdbcTemplate does not call handleWarnings in case of exception #30852
  • Tolerate AnnotationUtils.isCandidateClass call with null as annotation type #30843
  • Simplify DefaultSingletonBeanRegistry.isDependent() #30841
  • Provide explicit support for collections, maps, and arrays in ObjectUtils.nullSafeConciseToString() #30811
  • Extend list of supported types in ObjectUtils.nullSafeConciseToString() #30806
  • Align ConcurrentMapCacheManager locking behavior with CaffeineCacheManager #30781
  • ResolvableType.hasUnresolvableGenerics() should cache its result #30715
  • Ensure Spring LogFactory contains all public methods from Apache LogFactory #30711
  • Translate SQL Exception with State S0001 and Vendor Code 2628 to a Spring Exception in MSSQL 2019 #30682

:lady_beetle: Bug Fixes

  • For a prototype bean, if first-time rejected value is null, subsequent value will wrongly be null always #30809
  • Revert changes to toString() in FieldError #30800
  • Fix log level on error with @TransactionalEventListener #30784
  • SerializableTypeWrapper does not consistently catch InvocationTargetException #30767
  • NPE in MvcUriComponentsBuilder with no-arg target method on interface #30757
  • Jackson2ObjectMapperBuilder breaks when modules customizer follows modulesToInstall #30752
  • Spring ORM SpringBeanContainer when trying to create a bean fails with not found bean definition, and fallbacks to default hibernate bean creation #30685

:notebook_with_decorative_cover: Documentation

  • ResultSet holdability into the View layer broken by Hibernate 5 #30863
  • Clarify ReactiveTransactionManager exception declarations #30819
  • Doc: JdbcTransactionManager vs DataSourceTransactionManager #30814

:hammer: Dependency Upgrades

  • Upgrade to Reactor 2020.0.34 #30873
Commits
  • 13b31c7 Release v5.3.29
  • 5331938 Polishing
  • e1e7fa4 Upgrade to Reactor 2020.0.34 (and Tomcat 9.0.78)
  • e1351a5 Update OS version in CI image
  • ac94d2b Polishing
  • 16fd70a Avoid illegal reflective access in ContextOverridingClassLoader
  • c1bf099 Improve diagnostics for LinkageError in case of ClassLoader mismatch
  • 9e7ee0c Deprecate setAllowResultAccessAfterCompletion and document it as broken
  • 1cd994d Encapsulate full path initialization
  • 3d28c02 Handle JDBC warnings in case of a statement exception as well
  • Additional commits viewable in compare view


Updates spring-orm from 5.3.28 to 5.3.29

Release notes

Sourced from spring-orm's releases.

v5.3.29

:star: New Features

  • Avoid illegal reflective access in ContextOverridingClassLoader.isEligibleForOverriding #30868
  • Improve diagnostics for CGLIB ClassLoader issues with shared classes in parent ClassLoader #30866
  • JdbcTemplate does not call handleWarnings in case of exception #30852
  • Tolerate AnnotationUtils.isCandidateClass call with null as annotation type #30843
  • Simplify DefaultSingletonBeanRegistry.isDependent() #30841
  • Provide explicit support for collections, maps, and arrays in ObjectUtils.nullSafeConciseToString() #30811
  • Extend list of supported types in ObjectUtils.nullSafeConciseToString() #30806
  • Align ConcurrentMapCacheManager locking behavior with CaffeineCacheManager #30781
  • ResolvableType.hasUnresolvableGenerics() should cache its result #30715
  • Ensure Spring LogFactory contains all public methods from Apache LogFactory #30711
  • Translate SQL Exception with State S0001 and Vendor Code 2628 to a Spring Exception in MSSQL 2019 #30682

:lady_beetle: Bug Fixes

  • For a prototype bean, if first-time rejected value is null, subsequent value will wrongly be null always #30809
  • Revert changes to toString() in FieldError #30800
  • Fix log level on error with @TransactionalEventListener #30784
  • SerializableTypeWrapper does not consistently catch InvocationTargetException #30767
  • NPE in MvcUriComponentsBuilder with no-arg target method on interface #30757
  • Jackson2ObjectMapperBuilder breaks when modules customizer follows modulesToInstall #30752
  • Spring ORM SpringBeanContainer when trying to create a bean fails with not found bean definition, and fallbacks to default hibernate bean creation #30685

:notebook_with_decorative_cover: Documentation

  • ResultSet holdability into the View layer broken by Hibernate 5 #30863
  • Clarify ReactiveTransactionManager exception declarations #30819
  • Doc: JdbcTransactionManager vs DataSourceTransactionManager #30814

:hammer: Dependency Upgrades

  • Upgrade to Reactor 2020.0.34 #30873
Commits
  • 13b31c7 Release v5.3.29
  • 5331938 Polishing
  • e1e7fa4 Upgrade to Reactor 2020.0.34 (and Tomcat 9.0.78)
  • e1351a5 Update OS version in CI image
  • ac94d2b Polishing
  • 16fd70a Avoid illegal reflective access in ContextOverridingClassLoader
  • c1bf099 Improve diagnostics for LinkageError in case of ClassLoader mismatch
  • 9e7ee0c Deprecate setAllowResultAccessAfterCompletion and document it as broken
  • 1cd994d Encapsulate full path initialization
  • 3d28c02 Handle JDBC warnings in case of a statement exception as well
  • Additional commits viewable in compare view


Updates spring-jdbc from 5.3.28 to 5.3.29

Release notes

Sourced from spring-jdbc's releases.

v5.3.29

:star: New Features

  • Avoid illegal reflective access in ContextOverridingClassLoader.isEligibleForOverriding #30868
  • Improve diagnostics for CGLIB ClassLoader issues with shared classes in parent ClassLoader #30866
  • JdbcTemplate does not call handleWarnings in case of exception #30852
  • Tolerate AnnotationUtils.isCandidateClass call with null as annotation type #30843
  • Simplify DefaultSingletonBeanRegistry.isDependent() #30841
  • Provide explicit support for collections, maps, and arrays in ObjectUtils.nullSafeConciseToString() #30811
  • Extend list of supported types in ObjectUtils.nullSafeConciseToString() #30806
  • Align ConcurrentMapCacheManager locking behavior with CaffeineCacheManager #30781
  • ResolvableType.hasUnresolvableGenerics() should cache its result #30715
  • Ensure Spring LogFactory contains all public methods from Apache LogFactory #30711
  • Translate SQL Exception with State S0001 and Vendor Code 2628 to a Spring Exception in MSSQL 2019 #30682

:lady_beetle: Bug Fixes

  • For a prototype bean, if first-time rejected value is null, subsequent value will wrongly be null always #30809
  • Revert changes to toString() in FieldError #30800
  • Fix log level on error with @TransactionalEventListener #30784
  • SerializableTypeWrapper does not consistently catch InvocationTargetException #30767
  • NPE in MvcUriComponentsBuilder with no-arg target method on interface #30757
  • Jackson2ObjectMapperBuilder breaks when modules customizer follows modulesToInstall #30752
  • Spring ORM SpringBeanContainer when trying to create a bean fails with not found bean definition, and fallbacks to default hibernate bean creation #30685

:notebook_with_decorative_cover: Documentation

  • ResultSet holdability into the View layer broken by Hibernate 5 #30863
  • Clarify ReactiveTransactionManager exception declarations #30819
  • Doc: JdbcTransactionManager vs DataSourceTransactionManager #30814

:hammer: Dependency Upgrades

  • Upgrade to Reactor 2020.0.34 #30873
Commits
  • 13b31c7 Release v5.3.29
  • 5331938 Polishing
  • e1e7fa4 Upgrade to Reactor 2020.0.34 (and Tomcat 9.0.78)
  • e1351a5 Update OS version in CI image
  • ac94d2b Polishing
  • 16fd70a Avoid illegal reflective access in ContextOverridingClassLoader
  • c1bf099 Improve diagnostics for LinkageError in case of ClassLoader mismatch
  • 9e7ee0c Deprecate setAllowResultAccessAfterCompletion and document it as broken
  • 1cd994d Encapsulate full path initialization
  • 3d28c02 Handle JDBC warnings in case of a statement exception as well
  • Additional commits viewable in compare view


Updates spring-tx from 5.3.28 to 5.3.29

Release notes

Sourced from spring-tx's releases.

v5.3.29

:star: New Features

  • Avoid illegal reflective access in ContextOverridingClassLoader.isEligibleForOverriding #30868
  • Improve diagnostics for CGLIB ClassLoader issues with shared classes in parent ClassLoader #30866
  • JdbcTemplate does not call handleWarnings in case of exception #30852
  • Tolerate AnnotationUtils.isCandidateClass call with null as annotation type #30843
  • Simplify DefaultSingletonBeanRegistry.isDependent() #30841
  • Provide explicit support for collections, maps, and arrays in ObjectUtils.nullSafeConciseToString() #30811
  • Extend list of supported types in ObjectUtils.nullSafeConciseToString() #30806
  • Align ConcurrentMapCacheManager locking behavior with CaffeineCacheManager #30781
  • ResolvableType.hasUnresolvableGenerics() should cache its result #30715
  • Ensure Spring LogFactory contains all public methods from Apache LogFactory #30711
  • Translate SQL Exception with State S0001 and Vendor Code 2628 to a Spring Exception in MSSQL 2019 #30682

:lady_beetle: Bug Fixes

  • For a prototype bean, if first-time rejected value is null, subsequent value will wrongly be null always #30809
  • Revert changes to toString() in FieldError #30800
  • Fix log level on error with @TransactionalEventListener #30784
  • SerializableTypeWrapper does not consistently catch InvocationTargetException #30767
  • NPE in MvcUriComponentsBuilder with no-arg target method on interface #30757
  • Jackson2ObjectMapperBuilder breaks when modules customizer follows modulesToInstall #30752
  • Spring ORM SpringBeanContainer when trying to create a bean fails with not found bean definition, and fallbacks to default hibernate bean creation #30685

:notebook_with_decorative_cover: Documentation

  • ResultSet holdability into the View layer broken by Hibernate 5 #30863
  • Clarify ReactiveTransactionManager exception declarations #30819
  • Doc: JdbcTransactionManager vs DataSourceTransactionManager #30814

:hammer: Dependency Upgrades

  • Upgrade to Reactor 2020.0.34 #30873
Commits
  • 13b31c7 Release v5.3.29
  • 5331938 Polishing
  • e1e7fa4 Upgrade to Reactor 2020.0.34 (and Tomcat 9.0.78)
  • e1351a5 Update OS version in CI image
  • ac94d2b Polishing
  • 16fd70a Avoid illegal reflective access in ContextOverridingClassLoader
  • c1bf099 Improve diagnostics for LinkageError in case of ClassLoader mismatch
  • 9e7ee0c Deprecate setAllowResultAccessAfterCompletion and document it as broken
  • 1cd994d Encapsulate full path initialization
  • 3d28c02 Handle JDBC warnings in case of a statement exception as well
  • Additional commits viewable in compare view


Updates spring-context from 5.3.28 to 5.3.29

Release notes

Sourced from spring-context's releases.

v5.3.29

:star: New Features

  • Avoid illegal reflective access in ContextOverridingClassLoader.isEligibleForOverriding #30868
  • Improve diagnostics for CGLIB ClassLoader issues with shared classes in parent ClassLoader #30866
  • JdbcTemplate does not call handleWarnings in case of exception #30852
  • Tolerate AnnotationUtils.isCandidateClass call with null as annotation type #30843
  • Simplify DefaultSingletonBeanRegistry.isDependent() #30841
  • Provide explicit support for collections, maps, and arrays in ObjectUtils.nullSafeConciseToString() #30811
  • Extend list of supported types in ObjectUtils.nullSafeConciseToString() #30806
  • Align ConcurrentMapCacheManager locking behavior with CaffeineCacheManager #30781
  • ResolvableType.hasUnresolvableGenerics() should cache its result #30715
  • Ensure Spring LogFactory contains all public methods from Apache LogFactory #30711
  • Translate SQL Exception with State S0001 and Vendor Code 2628 to a Spring Exception in MSSQL 2019 #30682

:lady_beetle: Bug Fixes

  • For a prototype bean, if first-time rejected value is null, subsequent value will wrongly be null always #30809
  • Revert changes to toString() in FieldError #30800
  • Fix log level on error with @TransactionalEventListener #30784
  • SerializableTypeWrapper does not consistently catch InvocationTargetException #30767
  • NPE in MvcUriComponentsBuilder with no-arg target method on interface #30757
  • Jackson2ObjectMapperBuilder breaks when modules customizer follows modulesToInstall #30752
  • Spring ORM SpringBeanContainer when trying to create a bean fails with not found bean definition, and fallbacks to default hibernate bean creation #30685

:notebook_with_decorative_cover: Documentation

  • ResultSet holdability into the View layer broken by Hibernate 5 #30863
  • Clarify ReactiveTransactionManager exception declarations #30819
  • Doc: JdbcTransactionManager vs DataSourceTransactionManager #30814

:hammer: Dependency Upgrades

  • Upgrade to Reactor 2020.0.34 #30873
Commits
  • 13b31c7 Release v5.3.29
  • 5331938 Polishing
  • e1e7fa4 Upgrade to Reactor 2020.0.34 (and Tomcat 9.0.78)
  • e1351a5 Update OS version in CI image
  • ac94d2b Polishing
  • 16fd70a Avoid illegal reflective access in ContextOverridingClassLoader
  • c1bf099 Improve diagnostics for LinkageError in case of ClassLoader mismatch
  • 9e7ee0c Deprecate setAllowResultAccessAfterCompletion and document it as broken
  • 1cd994d Encapsulate full path initialization
  • 3d28c02 Handle JDBC warnings in case of a statement exception as well
  • Additional commits viewable in compare view


Updates spring-context-support from 5.3.28 to 5.3.29

Release notes

Sourced from spring-context-support's releases.

v5.3.29

:star: New Features

  • Avoid illegal reflective access in ContextOverridingClassLoader.isEligibleForOverriding #30868
  • Improve diagnostics for CGLIB ClassLoader issues with shared classes in parent ClassLoader #30866
  • JdbcTemplate does not call handleWarnings in case of exception #30852
  • Tolerate AnnotationUtils.isCandidateClass call with null as annotation type #30843
  • Simplify DefaultSingletonBeanRegistry.isDependent() #30841
  • Provide explicit support for collections, maps, and arrays in ObjectUtils.nullSafeConciseToString() #30811
  • Extend list of supported types in ObjectUtils.nullSafeConciseToString() #30806
  • Align ConcurrentMapCacheManager locking behavior with CaffeineCacheManager #30781
  • ResolvableType.hasUnresolvableGenerics() should cache its result #30715
  • Ensure Spring LogFactory contains all public methods from Apache LogFactory #30711
  • Translate SQL Exception with State S0001 and Vendor Code 2628 to a Spring Exception in MSSQL 2019 #30682

:lady_beetle: Bug Fixes

  • For a prototype bean, if first-time rejected value is null, subsequent value will wrongly be null always #30809
  • Revert changes to toString() in FieldError #30800
  • Fix log level on error with @TransactionalEventListener #30784
  • SerializableTypeWrapper does not consistently catch InvocationTargetException #30767
  • NPE in MvcUriComponentsBuilder with no-arg target method on interface #30757
  • Jackson2ObjectMapperBuilder breaks when modules customizer follows modulesToInstall #30752
  • Spring ORM SpringBeanContainer when trying to create a bean fails with not found bean definition, and fallbacks to default hibernate bean creation #30685

:notebook_with_decorative_cover: Documentation

  • ResultSet holdability into the View layer broken by Hibernate 5 #30863
  • Clarify ReactiveTransactionManager exception declarations #30819
  • Doc: JdbcTransactionManager vs DataSourceTransactionManager #30814

:hammer: Dependency Upgrades

  • Upgrade to Reactor 2020.0.34 #30873
Commits
  • 13b31c7 Release v5.3.29
  • 5331938 Polishing
  • e1e7fa4 Upgrade to Reactor 2020.0.34 (and Tomcat 9.0.78)
  • e1351a5 Update OS version in CI image
  • ac94d2b Polishing
  • 16fd70a Avoid illegal reflective access in ContextOverridingClassLoader
  • c1bf099 Improve diagnostics for LinkageError in case of ClassLoader mismatch
  • 9e7ee0c Deprecate setAllowResultAccessAfterCompletion and document it as broken
  • 1cd994d Encapsulate full path initialization
  • 3d28c02 Handle JDBC warnings in case of a statement exception as well
  • Additional commits viewable in compare view


Updates spring-test from 5.3.28 to 5.3.29

Release notes

Sourced from spring-test's releases.

v5.3.29

:star: New Features

  • Avoid illegal reflective access in ContextOverridingClassLoader.isEligibleForOverriding #30868
  • Improve diagnostics for CGLIB ClassLoader issues with shared classes in parent ClassLoader #30866
  • JdbcTemplate does not call handleWarnings in case of exception #30852
  • Tolerate AnnotationUtils.isCandidateClass call with null as annotation type #30843
  • Simplify DefaultSingletonBeanRegistry.isDependent() #30841
  • Provide explicit support for collections, maps, and arrays in ObjectUtils.nullSafeConciseToString() #30811
  • Extend list of supported types in ObjectUtils.nullSafeConciseToString() #30806
  • Align ConcurrentMapCacheManager locking behavior with CaffeineCacheManager #30781
  • ResolvableType.hasUnresolvableGenerics() should cache its result #30715
  • Ensure Spring LogFactory contains all public methods from Apache LogFactory #30711
  • Translate SQL Exception with State S0001 and Vendor Code 2628 to a Spring Exception in MSSQL 2019 #30682

:lady_beetle: Bug Fixes

  • For a prototype bean, if first-time rejected value is null, subsequent value will wrongly be null always #30809
  • Revert changes to toString() in FieldError #30800
  • Fix log level on error with @TransactionalEventListener #30784
  • SerializableTypeWrapper does not consistently catch InvocationTargetException #30767
  • NPE in MvcUriComponentsBuilder with no-arg target method on interface #30757
  • Jackson2ObjectMapperBuilder breaks when modules customizer follows modulesToInstall #30752
  • Spring ORM SpringBeanContainer when trying to create a bean fails with not found bean definition, and fallbacks to default hibernate bean creation #30685

:notebook_with_decorative_cover: Documentation

  • ResultSet holdability into the View layer broken by Hibernate 5 #30863
  • Clarify ReactiveTransactionManager exception declarations #30819
  • Doc: JdbcTransactionManager vs DataSourceTransactionManager #30814

:hammer: Dependency Upgrades

  • Upgrade to Reactor 2020.0.34 #30873
Commits
  • 13b31c7 Release v5.3.29
  • 5331938 Polishing
  • e1e7fa4 Upgrade to Reactor 2020.0.34 (and Tomcat 9.0.78)
  • e1351a5 Update OS version in CI image
  • ac94d2b Polishing
  • 16fd70a Avoid illegal reflective access in ContextOverridingClassLoader
  • c1bf099 Improve diagnostics for LinkageError in case of ClassLoader mismatch
  • 9e7ee0c Deprecate setAllowResultAccessAfterCompletion and document it as broken
  • 1cd994d Encapsulate full path initialization
  • 3d28c02 Handle JDBC warnings in case of a statement exception as well
  • Additional commits viewable in compare view


Updates spring-aop from 5.3.28 to 5.3.29

Release notes

Sourced from spring-aop's releases.

v5.3.29

:star: New Features

  • Avoid illegal reflective access in ContextOverridingClassLoader.isEligibleForOverriding #30868
  • Improve diagnostics for CGLIB ClassLoader issues with shared classes in parent ClassLoader #30866
  • JdbcTemplate does not call handleWarnings in case of exception #30852
  • Tolerate AnnotationUtils.isCandidateClass call with null as annotation type #30843
  • Simplify DefaultSingletonBeanRegistry.isDependent() #30841
  • Provide explicit support for collections, maps, and arrays in ObjectUtils.nullSafeConciseToString() #30811
  • Extend list of supported types in ObjectUtils.nullSafeConciseToString() #30806
  • Align ConcurrentMapCacheManager locking behavior with CaffeineCacheManager #30781
  • ResolvableType.hasUnresolvableGenerics() should cache its result #30715
  • Ensure Spring LogFactory contains all public methods from Apache LogFactory #30711
  • Translate SQL Exception with State S0001 and Vendor Code 2628 to a Spring Exception in MSSQL 2019 #30682

:lady_beetle: Bug Fixes

  • For a prototype bean, if first-time rejected value is null, subsequent value will wrongly be null always #30809
  • Revert changes to toString() in FieldError #30800
  • Fix log level on error with @TransactionalEventListener #30784
  • SerializableTypeWrapper does not consistently catch InvocationTargetException #30767
  • NPE in MvcUriComponentsBuilder with no-arg target method on interface #30757
  • Jackson2ObjectMapperBuilder breaks when modules customizer follows modulesToInstall #30752
  • Spring ORM SpringBeanContainer when trying to create a bean fails with not found bean definition, and fallbacks to default hibernate bean creation #30685

:notebook_with_decorative_cover: Documentation

  • ResultSet holdability into the View layer broken by Hibernate 5 #30863
  • Clarify ReactiveTransactionManager exception declarations #30819
  • Doc: JdbcTransactionManager vs DataSourceTransactionManager #30814

:hammer: Dependency Upgrades

  • Upgrade to Reactor 2020.0.34 #30873
Commits
  • 13b31c7 Release v5.3.29
  • 5331938 Polishing
  • e1e7fa4 Upgrade to Reactor 2020.0.34 (and Tomcat 9.0.78)
  • e1351a5 Update OS version in CI image
  • ac94d2b Polishing
  • 16fd70a Avoid illegal reflective access in ContextOverridingClassLoader
  • c1bf099 Improve diagnostics for LinkageError in case of ClassLoader mismatch
  • 9e7ee0c Deprecate setAllowResultAccessAfterCompletion and document it as broken
  • 1cd994d Encapsulate full path initialization
  • 3d28c02 Handle JDBC warnings in case of a statement exception as well
  • Additional commits viewable in compare view


Updates spring-aspects from 5.3.28 to 5.3.29

Release notes

Sourced from spring-aspects's releases.

v5.3.29

:star: New Features

  • Avoid illegal reflective access in ContextOverridingClassLoader.isEligibleForOverriding #30868
  • Improve diagnostics for CGLIB ClassLoader issues with shared classes in parent ClassLoader #30866
  • JdbcTemplate does not call handleWarnings in case of exception #30852
  • Tolerate AnnotationUtils.isCandidateClass call with null as annotation type #30843
  • Simplify DefaultSingletonBeanRegistry.isDependent() #30841
  • Provide explicit support for collections, maps, and arrays in ObjectUtils.nullSafeConciseToString() #30811
  • Extend list of supported types in ObjectUtils.nullSafeConciseToString() #30806
  • Align ConcurrentMapCacheManager locking behavior with CaffeineCacheManager #30781
  • ResolvableType.hasUnresolvableGenerics() should cache its result #30715
  • Ensure Spring LogFactory contains all public methods from Apache LogFactory #30711
  • Translate SQL Exception with State S0001 and Vendor Code 2628 to a Spring Exception in MSSQL 2019 #30682

:lady_beetle: Bug Fixes

  • For a prototype bean, if first-time rejected value is null, subsequent value will wrongly be null always #30809
  • Revert changes to toString() in FieldError #30800
  • Fix log level on error with @TransactionalEventListener #30784
  • SerializableTypeWrapper does not consistently catch InvocationTargetException #30767
  • NPE in MvcUriComponentsBuilder with no-arg target method on interface #30757
  • Jackson2ObjectMapperBuilder breaks when modules customizer follows modulesToInstall #30752
  • Spring ORM SpringBeanContainer when trying to create a bean fails with not found bean definition, and fallbacks to default hibernate bean creation #30685

:notebook_with_decorative_cover: Documentation

  • ResultSet holdability into the View layer broken by Hibernate 5 #30863
  • Clarify ReactiveTransactionManager exception declarations #30819
  • Doc: JdbcTransactionManager vs DataSourceTransactionManager #30814

:hammer: Dependency Upgrades

  • Upgrade to Reactor 2020.0.34 #30873
Commits