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.29 to 5.3.30 in /full #664

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 10 months ago

Bumps spring.version from 5.3.29 to 5.3.30. Updates org.springframework:spring-core from 5.3.29 to 5.3.30

Release notes

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

v5.3.30

:star: New Features

  • Optimize ClassUtils#getMostSpecificMethod #31100
  • Optimize whitespace checks in StringUtils #31069
  • Align validation metadata handling in PayloadMethodArgumentResolver #31056
  • Register an override for an existing adapter in ReactiveAdapterRegistry #31048
  • Make bean initialization deterministic for multiple @Autowired methods on same bean class #30994
  • Performance bottlenecks while creating scoped bean instances #30892

:lady_beetle: Bug Fixes

  • Possible classloader leak through incomplete clearing of annotation caches #31176
  • Spring LogFactory implementation deviates from original Apache LogFactory in terms of abstract method declarations #31167
  • Bean injection fails due to nullSafeConciseToString() invoking isEmpty() on a Map/Collection proxy #31156
  • SpelExpressionParser throws IllegalStateException instead of ParseException for invalid expression #31099
  • @DynamicPropertySource in @Nested test class cannot override dynamic properties from enclosing class #31085
  • TransactionalApplicationListenerMethodAdapter should find @TransactionalEventListener on target class method #31037
  • ScheduledAnnotationBeanPostProcessor: graceful shutdown should not interrupt currently running jobs #31020
  • Permgen memory leak due to ClassInfo caching in java.beans.Introspector on JDK 11/17 #31005
  • MethodIntrospector.selectMethods(?) fails to find methods in case of special bridge method arrangement #30907

:notebook_with_decorative_cover: Documentation

  • Fix documentation: Passing in Lists of Values for IN Clause does not work with JdbcTemplate #31229
  • Refine CORS documentation for wildcard processing #31168
  • Propagation REQUIRES_NEW may cause connection pool deadlock #31040
  • Clarify R2DBC ConnectionAccessor and DatabasePopulator exception declarations #30933
  • Doc: Avoid deadlock in @PostConstruct through SmartInitializingSingleton or ContextRefreshedEvent #30889
Commits
  • e5d99ec Release v5.3.30
  • f7bf243 Clarify IN clause resolution with List/Iterable parameter
  • 40678bb Refine CORS documentation for wildcard processing
  • 75faf69 Refine CORS documentation for wildcard processing
  • 39c225c AnnotationUtils.clearCache() includes all annotation caches
  • 0c3d8d7 Align abstract method signatures with original Commons Logging API
  • ddcae04 Do not invoke [Map|Collection].isEmpty() in nullSafeConciseToString()
  • 994bbec Polishing
  • afb378a Consistently throw ParseException instead of IllegalStateException
  • a4fc7d3 Optimize ClassUtils#getMostSpecificMethod
  • Additional commits viewable in compare view


Updates org.springframework:spring-web from 5.3.29 to 5.3.30

Release notes

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

v5.3.30

:star: New Features

  • Optimize ClassUtils#getMostSpecificMethod #31100
  • Optimize whitespace checks in StringUtils #31069
  • Align validation metadata handling in PayloadMethodArgumentResolver #31056
  • Register an override for an existing adapter in ReactiveAdapterRegistry #31048
  • Make bean initialization deterministic for multiple @Autowired methods on same bean class #30994
  • Performance bottlenecks while creating scoped bean instances #30892

:lady_beetle: Bug Fixes

  • Possible classloader leak through incomplete clearing of annotation caches #31176
  • Spring LogFactory implementation deviates from original Apache LogFactory in terms of abstract method declarations #31167
  • Bean injection fails due to nullSafeConciseToString() invoking isEmpty() on a Map/Collection proxy #31156
  • SpelExpressionParser throws IllegalStateException instead of ParseException for invalid expression #31099
  • @DynamicPropertySource in @Nested test class cannot override dynamic properties from enclosing class #31085
  • TransactionalApplicationListenerMethodAdapter should find @TransactionalEventListener on target class method #31037
  • ScheduledAnnotationBeanPostProcessor: graceful shutdown should not interrupt currently running jobs #31020
  • Permgen memory leak due to ClassInfo caching in java.beans.Introspector on JDK 11/17 #31005
  • MethodIntrospector.selectMethods(?) fails to find methods in case of special bridge method arrangement #30907

:notebook_with_decorative_cover: Documentation

  • Fix documentation: Passing in Lists of Values for IN Clause does not work with JdbcTemplate #31229
  • Refine CORS documentation for wildcard processing #31168
  • Propagation REQUIRES_NEW may cause connection pool deadlock #31040
  • Clarify R2DBC ConnectionAccessor and DatabasePopulator exception declarations #30933
  • Doc: Avoid deadlock in @PostConstruct through SmartInitializingSingleton or ContextRefreshedEvent #30889
Commits
  • e5d99ec Release v5.3.30
  • f7bf243 Clarify IN clause resolution with List/Iterable parameter
  • 40678bb Refine CORS documentation for wildcard processing
  • 75faf69 Refine CORS documentation for wildcard processing
  • 39c225c AnnotationUtils.clearCache() includes all annotation caches
  • 0c3d8d7 Align abstract method signatures with original Commons Logging API
  • ddcae04 Do not invoke [Map|Collection].isEmpty() in nullSafeConciseToString()
  • 994bbec Polishing
  • afb378a Consistently throw ParseException instead of IllegalStateException
  • a4fc7d3 Optimize ClassUtils#getMostSpecificMethod
  • Additional commits viewable in compare view


Updates org.springframework:spring-orm from 5.3.29 to 5.3.30

Release notes

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

v5.3.30

:star: New Features

  • Optimize ClassUtils#getMostSpecificMethod #31100
  • Optimize whitespace checks in StringUtils #31069
  • Align validation metadata handling in PayloadMethodArgumentResolver #31056
  • Register an override for an existing adapter in ReactiveAdapterRegistry #31048
  • Make bean initialization deterministic for multiple @Autowired methods on same bean class #30994
  • Performance bottlenecks while creating scoped bean instances #30892

:lady_beetle: Bug Fixes

  • Possible classloader leak through incomplete clearing of annotation caches #31176
  • Spring LogFactory implementation deviates from original Apache LogFactory in terms of abstract method declarations #31167
  • Bean injection fails due to nullSafeConciseToString() invoking isEmpty() on a Map/Collection proxy #31156
  • SpelExpressionParser throws IllegalStateException instead of ParseException for invalid expression #31099
  • @DynamicPropertySource in @Nested test class cannot override dynamic properties from enclosing class #31085
  • TransactionalApplicationListenerMethodAdapter should find @TransactionalEventListener on target class method #31037
  • ScheduledAnnotationBeanPostProcessor: graceful shutdown should not interrupt currently running jobs #31020
  • Permgen memory leak due to ClassInfo caching in java.beans.Introspector on JDK 11/17 #31005
  • MethodIntrospector.selectMethods(?) fails to find methods in case of special bridge method arrangement #30907

:notebook_with_decorative_cover: Documentation

  • Fix documentation: Passing in Lists of Values for IN Clause does not work with JdbcTemplate #31229
  • Refine CORS documentation for wildcard processing #31168
  • Propagation REQUIRES_NEW may cause connection pool deadlock #31040
  • Clarify R2DBC ConnectionAccessor and DatabasePopulator exception declarations #30933
  • Doc: Avoid deadlock in @PostConstruct through SmartInitializingSingleton or ContextRefreshedEvent #30889
Commits
  • e5d99ec Release v5.3.30
  • f7bf243 Clarify IN clause resolution with List/Iterable parameter
  • 40678bb Refine CORS documentation for wildcard processing
  • 75faf69 Refine CORS documentation for wildcard processing
  • 39c225c AnnotationUtils.clearCache() includes all annotation caches
  • 0c3d8d7 Align abstract method signatures with original Commons Logging API
  • ddcae04 Do not invoke [Map|Collection].isEmpty() in nullSafeConciseToString()
  • 994bbec Polishing
  • afb378a Consistently throw ParseException instead of IllegalStateException
  • a4fc7d3 Optimize ClassUtils#getMostSpecificMethod
  • Additional commits viewable in compare view


Updates org.springframework:spring-jdbc from 5.3.29 to 5.3.30

Release notes

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

v5.3.30

:star: New Features

  • Optimize ClassUtils#getMostSpecificMethod #31100
  • Optimize whitespace checks in StringUtils #31069
  • Align validation metadata handling in PayloadMethodArgumentResolver #31056
  • Register an override for an existing adapter in ReactiveAdapterRegistry #31048
  • Make bean initialization deterministic for multiple @Autowired methods on same bean class #30994
  • Performance bottlenecks while creating scoped bean instances #30892

:lady_beetle: Bug Fixes

  • Possible classloader leak through incomplete clearing of annotation caches #31176
  • Spring LogFactory implementation deviates from original Apache LogFactory in terms of abstract method declarations #31167
  • Bean injection fails due to nullSafeConciseToString() invoking isEmpty() on a Map/Collection proxy #31156
  • SpelExpressionParser throws IllegalStateException instead of ParseException for invalid expression #31099
  • @DynamicPropertySource in @Nested test class cannot override dynamic properties from enclosing class #31085
  • TransactionalApplicationListenerMethodAdapter should find @TransactionalEventListener on target class method #31037
  • ScheduledAnnotationBeanPostProcessor: graceful shutdown should not interrupt currently running jobs #31020
  • Permgen memory leak due to ClassInfo caching in java.beans.Introspector on JDK 11/17 #31005
  • MethodIntrospector.selectMethods(?) fails to find methods in case of special bridge method arrangement #30907

:notebook_with_decorative_cover: Documentation

  • Fix documentation: Passing in Lists of Values for IN Clause does not work with JdbcTemplate #31229
  • Refine CORS documentation for wildcard processing #31168
  • Propagation REQUIRES_NEW may cause connection pool deadlock #31040
  • Clarify R2DBC ConnectionAccessor and DatabasePopulator exception declarations #30933
  • Doc: Avoid deadlock in @PostConstruct through SmartInitializingSingleton or ContextRefreshedEvent #30889
Commits
  • e5d99ec Release v5.3.30
  • f7bf243 Clarify IN clause resolution with List/Iterable parameter
  • 40678bb Refine CORS documentation for wildcard processing
  • 75faf69 Refine CORS documentation for wildcard processing
  • 39c225c AnnotationUtils.clearCache() includes all annotation caches
  • 0c3d8d7 Align abstract method signatures with original Commons Logging API
  • ddcae04 Do not invoke [Map|Collection].isEmpty() in nullSafeConciseToString()
  • 994bbec Polishing
  • afb378a Consistently throw ParseException instead of IllegalStateException
  • a4fc7d3 Optimize ClassUtils#getMostSpecificMethod
  • Additional commits viewable in compare view


Updates org.springframework:spring-tx from 5.3.29 to 5.3.30

Release notes

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

v5.3.30

:star: New Features

  • Optimize ClassUtils#getMostSpecificMethod #31100
  • Optimize whitespace checks in StringUtils #31069
  • Align validation metadata handling in PayloadMethodArgumentResolver #31056
  • Register an override for an existing adapter in ReactiveAdapterRegistry #31048
  • Make bean initialization deterministic for multiple @Autowired methods on same bean class #30994
  • Performance bottlenecks while creating scoped bean instances #30892

:lady_beetle: Bug Fixes

  • Possible classloader leak through incomplete clearing of annotation caches #31176
  • Spring LogFactory implementation deviates from original Apache LogFactory in terms of abstract method declarations #31167
  • Bean injection fails due to nullSafeConciseToString() invoking isEmpty() on a Map/Collection proxy #31156
  • SpelExpressionParser throws IllegalStateException instead of ParseException for invalid expression #31099
  • @DynamicPropertySource in @Nested test class cannot override dynamic properties from enclosing class #31085
  • TransactionalApplicationListenerMethodAdapter should find @TransactionalEventListener on target class method #31037
  • ScheduledAnnotationBeanPostProcessor: graceful shutdown should not interrupt currently running jobs #31020
  • Permgen memory leak due to ClassInfo caching in java.beans.Introspector on JDK 11/17 #31005
  • MethodIntrospector.selectMethods(?) fails to find methods in case of special bridge method arrangement #30907

:notebook_with_decorative_cover: Documentation

  • Fix documentation: Passing in Lists of Values for IN Clause does not work with JdbcTemplate #31229
  • Refine CORS documentation for wildcard processing #31168
  • Propagation REQUIRES_NEW may cause connection pool deadlock #31040
  • Clarify R2DBC ConnectionAccessor and DatabasePopulator exception declarations #30933
  • Doc: Avoid deadlock in @PostConstruct through SmartInitializingSingleton or ContextRefreshedEvent #30889
Commits
  • e5d99ec Release v5.3.30
  • f7bf243 Clarify IN clause resolution with List/Iterable parameter
  • 40678bb Refine CORS documentation for wildcard processing
  • 75faf69 Refine CORS documentation for wildcard processing
  • 39c225c AnnotationUtils.clearCache() includes all annotation caches
  • 0c3d8d7 Align abstract method signatures with original Commons Logging API
  • ddcae04 Do not invoke [Map|Collection].isEmpty() in nullSafeConciseToString()
  • 994bbec Polishing
  • afb378a Consistently throw ParseException instead of IllegalStateException
  • a4fc7d3 Optimize ClassUtils#getMostSpecificMethod
  • Additional commits viewable in compare view


Updates org.springframework:spring-context from 5.3.29 to 5.3.30

Release notes

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

v5.3.30

:star: New Features

  • Optimize ClassUtils#getMostSpecificMethod #31100
  • Optimize whitespace checks in StringUtils #31069
  • Align validation metadata handling in PayloadMethodArgumentResolver #31056
  • Register an override for an existing adapter in ReactiveAdapterRegistry #31048
  • Make bean initialization deterministic for multiple @Autowired methods on same bean class #30994
  • Performance bottlenecks while creating scoped bean instances #30892

:lady_beetle: Bug Fixes

  • Possible classloader leak through incomplete clearing of annotation caches #31176
  • Spring LogFactory implementation deviates from original Apache LogFactory in terms of abstract method declarations #31167
  • Bean injection fails due to nullSafeConciseToString() invoking isEmpty() on a Map/Collection proxy #31156
  • SpelExpressionParser throws IllegalStateException instead of ParseException for invalid expression #31099
  • @DynamicPropertySource in @Nested test class cannot override dynamic properties from enclosing class #31085
  • TransactionalApplicationListenerMethodAdapter should find @TransactionalEventListener on target class method #31037
  • ScheduledAnnotationBeanPostProcessor: graceful shutdown should not interrupt currently running jobs #31020
  • Permgen memory leak due to ClassInfo caching in java.beans.Introspector on JDK 11/17 #31005
  • MethodIntrospector.selectMethods(?) fails to find methods in case of special bridge method arrangement #30907

:notebook_with_decorative_cover: Documentation

  • Fix documentation: Passing in Lists of Values for IN Clause does not work with JdbcTemplate #31229
  • Refine CORS documentation for wildcard processing #31168
  • Propagation REQUIRES_NEW may cause connection pool deadlock #31040
  • Clarify R2DBC ConnectionAccessor and DatabasePopulator exception declarations #30933
  • Doc: Avoid deadlock in @PostConstruct through SmartInitializingSingleton or ContextRefreshedEvent #30889
Commits
  • e5d99ec Release v5.3.30
  • f7bf243 Clarify IN clause resolution with List/Iterable parameter
  • 40678bb Refine CORS documentation for wildcard processing
  • 75faf69 Refine CORS documentation for wildcard processing
  • 39c225c AnnotationUtils.clearCache() includes all annotation caches
  • 0c3d8d7 Align abstract method signatures with original Commons Logging API
  • ddcae04 Do not invoke [Map|Collection].isEmpty() in nullSafeConciseToString()
  • 994bbec Polishing
  • afb378a Consistently throw ParseException instead of IllegalStateException
  • a4fc7d3 Optimize ClassUtils#getMostSpecificMethod
  • Additional commits viewable in compare view


Updates org.springframework:spring-context-support from 5.3.29 to 5.3.30

Release notes

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

v5.3.30

:star: New Features

  • Optimize ClassUtils#getMostSpecificMethod #31100
  • Optimize whitespace checks in StringUtils #31069
  • Align validation metadata handling in PayloadMethodArgumentResolver #31056
  • Register an override for an existing adapter in ReactiveAdapterRegistry #31048
  • Make bean initialization deterministic for multiple @Autowired methods on same bean class #30994
  • Performance bottlenecks while creating scoped bean instances #30892

:lady_beetle: Bug Fixes

  • Possible classloader leak through incomplete clearing of annotation caches #31176
  • Spring LogFactory implementation deviates from original Apache LogFactory in terms of abstract method declarations #31167
  • Bean injection fails due to nullSafeConciseToString() invoking isEmpty() on a Map/Collection proxy #31156
  • SpelExpressionParser throws IllegalStateException instead of ParseException for invalid expression #31099
  • @DynamicPropertySource in @Nested test class cannot override dynamic properties from enclosing class #31085
  • TransactionalApplicationListenerMethodAdapter should find @TransactionalEventListener on target class method #31037
  • ScheduledAnnotationBeanPostProcessor: graceful shutdown should not interrupt currently running jobs #31020
  • Permgen memory leak due to ClassInfo caching in java.beans.Introspector on JDK 11/17 #31005
  • MethodIntrospector.selectMethods(?) fails to find methods in case of special bridge method arrangement #30907

:notebook_with_decorative_cover: Documentation

  • Fix documentation: Passing in Lists of Values for IN Clause does not work with JdbcTemplate #31229
  • Refine CORS documentation for wildcard processing #31168
  • Propagation REQUIRES_NEW may cause connection pool deadlock #31040
  • Clarify R2DBC ConnectionAccessor and DatabasePopulator exception declarations #30933
  • Doc: Avoid deadlock in @PostConstruct through SmartInitializingSingleton or ContextRefreshedEvent #30889
Commits
  • e5d99ec Release v5.3.30
  • f7bf243 Clarify IN clause resolution with List/Iterable parameter
  • 40678bb Refine CORS documentation for wildcard processing
  • 75faf69 Refine CORS documentation for wildcard processing
  • 39c225c AnnotationUtils.clearCache() includes all annotation caches
  • 0c3d8d7 Align abstract method signatures with original Commons Logging API
  • ddcae04 Do not invoke [Map|Collection].isEmpty() in nullSafeConciseToString()
  • 994bbec Polishing
  • afb378a Consistently throw ParseException instead of IllegalStateException
  • a4fc7d3 Optimize ClassUtils#getMostSpecificMethod
  • Additional commits viewable in compare view


Updates org.springframework:spring-test from 5.3.29 to 5.3.30

Release notes

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

v5.3.30

:star: New Features

  • Optimize ClassUtils#getMostSpecificMethod #31100
  • Optimize whitespace checks in StringUtils #31069
  • Align validation metadata handling in PayloadMethodArgumentResolver #31056
  • Register an override for an existing adapter in ReactiveAdapterRegistry #31048
  • Make bean initialization deterministic for multiple @Autowired methods on same bean class #30994
  • Performance bottlenecks while creating scoped bean instances #30892

:lady_beetle: Bug Fixes

  • Possible classloader leak through incomplete clearing of annotation caches #31176
  • Spring LogFactory implementation deviates from original Apache LogFactory in terms of abstract method declarations #31167
  • Bean injection fails due to nullSafeConciseToString() invoking isEmpty() on a Map/Collection proxy #31156
  • SpelExpressionParser throws IllegalStateException instead of ParseException for invalid expression #31099
  • @DynamicPropertySource in @Nested test class cannot override dynamic properties from enclosing class #31085
  • TransactionalApplicationListenerMethodAdapter should find @TransactionalEventListener on target class method #31037
  • ScheduledAnnotationBeanPostProcessor: graceful shutdown should not interrupt currently running jobs #31020
  • Permgen memory leak due to ClassInfo caching in java.beans.Introspector on JDK 11/17 #31005
  • MethodIntrospector.selectMethods(?) fails to find methods in case of special bridge method arrangement #30907

:notebook_with_decorative_cover: Documentation

  • Fix documentation: Passing in Lists of Values for IN Clause does not work with JdbcTemplate #31229
  • Refine CORS documentation for wildcard processing #31168
  • Propagation REQUIRES_NEW may cause connection pool deadlock #31040
  • Clarify R2DBC ConnectionAccessor and DatabasePopulator exception declarations #30933
  • Doc: Avoid deadlock in @PostConstruct through SmartInitializingSingleton or ContextRefreshedEvent #30889
Commits
  • e5d99ec Release v5.3.30
  • f7bf243 Clarify IN clause resolution with List/Iterable parameter
  • 40678bb Refine CORS documentation for wildcard processing
  • 75faf69 Refine CORS documentation for wildcard processing
  • 39c225c AnnotationUtils.clearCache() includes all annotation caches
  • 0c3d8d7 Align abstract method signatures with original Commons Logging API
  • ddcae04 Do not invoke [Map|Collection].isEmpty() in nullSafeConciseToString()
  • 994bbec Polishing
  • afb378a Consistently throw ParseException instead of IllegalStateException
  • a4fc7d3 Optimize ClassUtils#getMostSpecificMethod
  • Additional commits viewable in compare view


Updates org.springframework:spring-aop from 5.3.29 to 5.3.30

Release notes

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

v5.3.30

:star: New Features

  • Optimize ClassUtils#getMostSpecificMethod #31100
  • Optimize whitespace checks in StringUtils #31069
  • Align validation metadata handling in PayloadMethodArgumentResolver #31056
  • Register an override for an existing adapter in ReactiveAdapterRegistry #31048
  • Make bean initialization deterministic for multiple @Autowired methods on same bean class #30994
  • Performance bottlenecks while creating scoped bean instances #30892

:lady_beetle: Bug Fixes

  • Possible classloader leak through incomplete clearing of annotation caches #31176
  • Spring LogFactory implementation deviates from original Apache LogFactory in terms of abstract method declarations #31167
  • Bean injection fails due to nullSafeConciseToString() invoking isEmpty() on a Map/Collection proxy #31156
  • SpelExpressionParser throws IllegalStateException instead of ParseException for invalid expression #31099
  • @DynamicPropertySource in @Nested test class cannot override dynamic properties from enclosing class #31085
  • TransactionalApplicationListenerMethodAdapter should find @TransactionalEventListener on target class method #31037
  • ScheduledAnnotationBeanPostProcessor: graceful shutdown should not interrupt currently running jobs #31020
  • Permgen memory leak due to ClassInfo caching in java.beans.Introspector on JDK 11/17 #31005
  • MethodIntrospector.selectMethods(?) fails to find methods in case of special bridge method arrangement #30907

:notebook_with_decorative_cover: Documentation

  • Fix documentation: Passing in Lists of Values for IN Clause does not work with JdbcTemplate #31229
  • Refine CORS documentation for wildcard processing #31168
  • Propagation REQUIRES_NEW may cause connection pool deadlock #31040
  • Clarify R2DBC ConnectionAccessor and DatabasePopulator exception declarations #30933
  • Doc: Avoid deadlock in @PostConstruct through SmartInitializingSingleton or ContextRefreshedEvent #30889
Commits
  • e5d99ec Release v5.3.30
  • f7bf243 Clarify IN clause resolution with List/Iterable parameter
  • 40678bb Refine CORS documentation for wildcard processing
  • 75faf69 Refine CORS documentation for wildcard processing
  • 39c225c AnnotationUtils.clearCache() includes all annotation caches
  • 0c3d8d7 Align abstract method signatures with original Commons Logging API
  • ddcae04 Do not invoke [Map|Collection].isEmpty() in nullSafeConciseToString()
  • 994bbec Polishing
  • afb378a Consistently throw ParseException instead of IllegalStateException
  • a4fc7d3 Optimize ClassUtils#getMostSpecificMethod
  • Additional commits viewable in compare view


Updates org.springframework:spring-aspects from 5.3.29 to 5.3.30

Release notes

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

v5.3.30

:star: New Features

  • Optimize ClassUtils#getMostSpecificMethod #31100
  • Optimize whitespace checks in StringUtils #31069
  • Align validation metadata handling in PayloadMethodArgumentResolver #31056
  • Register an override for an existing adapter in ReactiveAdapterRegistry #31048
  • Make bean initialization deterministic for multiple @Autowired methods on same bean class #30994
  • Performance bottlenecks while creating scoped bean instances #30892

:lady_beetle: Bug Fixes

  • Possible classloader leak through incomplete clearing of annotation caches #31176
  • Spring LogFactory implementation deviates from original Apache LogFactory in terms of abstract method declarations #31167
  • Bean injection fails due to nullSafeConciseToString() invoking isEmpty() on a Map/Collection proxy #31156
  • SpelExpressionParser throws IllegalStateException instead of ParseException for invalid expression #31099
  • @DynamicPropertySource in @Nested test class cannot override dynamic properties from enclosing class #31085
  • TransactionalApplicationListenerMethodAdapter should find @TransactionalEventListener on target class method #31037
  • ScheduledAnnotationBeanPostProcessor: graceful shutdown should not interrupt currently running jobs #31020
  • Permgen memory leak due to ClassInfo caching in java.beans.Introspector on JDK 11/17 #31005
  • MethodIntrospector.selectMethods(?) fails to find methods in case of special bridge method arrangement #30907

:notebook_with_decorative_cover: Documentation

  • Fix documentation: Passing in Lists of Values for IN Clause does not work with JdbcTemplate #31229
  • Refine CORS documentation for wildcard processing #31168
  • Propagation REQUIRES_NEW may cause connection pool deadlock #31040
  • Clarify R2DBC ConnectionAccessor and DatabasePopulator exception declarations #30933
  • Doc: Avoid deadlock in @PostConstruct through SmartInitializingSingleton or ContextRefreshedEvent #30889
Commits
  • e5d99ec Release v5.3.30
  • f7bf243 Clarify IN clause resolution with List/Iterable parameter
  • 40678bb Refine CORS documentation for wildcard processing
  • 75faf69 Refine CORS documentation for wildcard processing
  • 39c225c AnnotationUtils.clearCache() includes all annotation caches
  • 0c3d8d7 Align abstract method signatures with original Commons Logging API
  • ddcae04 Do not invoke [Map|Collection].isEmpty() in nullSafeConciseToString()
  • 994bbec Polishing
  • dependabot[bot] commented 8 months ago

    OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

    If you change your mind, just re-open this PR and I'll resolve any conflicts on it.