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 the maven-dependencies group across 1 directory with 18 updates #171

Merged
merged 2 commits into from
Jul 17, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 14, 2024

Bumps the maven-dependencies group with 18 updates in the / directory:

Package From To
org.springframework:spring-core 6.1.6 6.1.11
org.springframework:spring-core-test 6.1.6 6.1.11
org.springframework:spring-context 6.1.6 6.1.11
org.springframework:spring-test 6.1.6 6.1.11
org.springframework.boot:spring-boot-autoconfigure 3.2.5 3.3.1
org.springframework.boot:spring-boot-test 3.2.5 3.3.1
org.springframework.boot:spring-boot-starter-data-jpa 3.2.5 3.3.1
org.springframework.boot:spring-boot-starter-test 3.2.5 3.3.1
com.fasterxml.jackson.core:jackson-databind 2.17.1 2.17.2
org.assertj:assertj-core 3.25.3 3.26.3
org.mockito:mockito-core 5.11.0 5.12.0
io.netty:netty-transport-classes-epoll 4.1.109.Final 4.1.111.Final
org.apache.maven.plugins:maven-clean-plugin 3.3.2 3.4.0
org.apache.maven.plugins:maven-surefire-plugin 3.2.5 3.3.1
org.apache.maven.plugins:maven-jar-plugin 3.4.1 3.4.2
org.apache.maven.plugins:maven-javadoc-plugin 3.6.3 3.7.0
org.apache.maven.plugins:maven-release-plugin 3.0.1 3.1.0

Updates org.springframework:spring-core from 6.1.6 to 6.1.11

Release notes

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

v6.1.11

⭐ New Features

  • Ensure varargs component type for MethodHandle is not null in SpEL's ReflectionHelper #33193
  • Confusing WebClient exception message in case of Reactor-Netty PrematureCloseException during response #33127
  • Include the bean name in the exception when an invalid factoryBeanObjectType attribute is found #33117
  • Use error handler for reactive cache aspect #33073
  • getTypeForFactoryMethod should catch NoClassDefFoundError #33075

🐞 Bug Fixes

  • SpEL cannot invoke varargs MethodHandle function with an array #33191
  • SpEL cannot invoke varargs MethodHandle function with zero variable arguments #33190
  • Nested bean instance supplier invocation does not retain previous factory method #33180
  • DefaultErrorResponseBuilder does not implement headers(Consumer) #33156
  • Fix adaptation of violations on Set method parameter #33150
  • Web controller call with invalid body resulting in 500 instead of 400 when using kotlinx-serialization #33138
  • "file:." cannot be resolved to java.nio.file.Path (and plain "." value resolves to classpath root) #33124
  • Mockito mock falsely initialized as CGLIB proxy with AspectJ aspect #33113
  • Fix ClassCastException from return value validation with proxy when adaptConstraintViolations=true #33105
  • Spring coroutines AOP is not compatible with @Transactional #33095
  • ReactorClientHttpConnector creates new HttpClient for every request #33093
  • Trace and Span IDs are no longer propagated RequestBodyAdvice beans #33091
  • Early LocalContainerEntityManagerFactoryBean initialization fails in case of null bean definition #33082
  • ReactorNettyClientRequest.convertException should include original exception if cause is null #33080
  • SpEL incorrectly splits string arguments by comma for Object... varargs method #33013
  • ProtobufMessageConverter fails to parse JSON payload if byte array is used #27408

📔 Documentation

  • Harmonize phrasing in URI Encoding section #33166
  • Document that ModelMap is not a supported argument type in WebFlux #33107
  • Example in Method Injection section of Spring Framework documentation refers to wrong bean names #33096
  • Resource writer doesn't consider subclasses of InputStreamResource for content length bypass #33089
  • Improve documentation regarding encoding in FreeMarker support #33071
  • Exception for validation failure in WebFlux does not match the documentation #33061

🔨 Dependency Upgrades

  • Upgrade to Kotlin 1.9.24 #33177
  • Upgrade to Kotlin Serialization 1.6.3 #33175
  • Upgrade to Micrometer 1.12.8 #33168
  • Upgrade to Reactor 2023.0.8 #33169

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​TAKETODAY, @​hunhee98, @​imvtsl, @​snussbaumer, and @​zizare

... (truncated)

Commits
  • 9b59345 Release v6.1.11
  • 611d3e5 Correct type names in docs on Validation in WebFlux
  • fa2a58b Ensure varargs component type for MethodHandle is not null in SpEL
  • 83ca2c0 Support MethodHandle function invocation with varargs array in SpEL
  • dc16f3c Polish SpEL function invocation support
  • f2b3263 Polishing
  • 1d890a8 Make coroutines with custom AOP aspects work with @Transactional
  • 3ccaefe Polishing
  • 300f458 Update spring.jdbc.getParameterType.ignore note for 6.1.2
  • a0f5c16 Support MethodHandle function invocation with zero varargs in SpEL
  • Additional commits viewable in compare view

Updates org.springframework:spring-core-test from 6.1.6 to 6.1.11

Release notes

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

v6.1.11

⭐ New Features

  • Ensure varargs component type for MethodHandle is not null in SpEL's ReflectionHelper #33193
  • Confusing WebClient exception message in case of Reactor-Netty PrematureCloseException during response #33127
  • Include the bean name in the exception when an invalid factoryBeanObjectType attribute is found #33117
  • Use error handler for reactive cache aspect #33073
  • getTypeForFactoryMethod should catch NoClassDefFoundError #33075

🐞 Bug Fixes

  • SpEL cannot invoke varargs MethodHandle function with an array #33191
  • SpEL cannot invoke varargs MethodHandle function with zero variable arguments #33190
  • Nested bean instance supplier invocation does not retain previous factory method #33180
  • DefaultErrorResponseBuilder does not implement headers(Consumer) #33156
  • Fix adaptation of violations on Set method parameter #33150
  • Web controller call with invalid body resulting in 500 instead of 400 when using kotlinx-serialization #33138
  • "file:." cannot be resolved to java.nio.file.Path (and plain "." value resolves to classpath root) #33124
  • Mockito mock falsely initialized as CGLIB proxy with AspectJ aspect #33113
  • Fix ClassCastException from return value validation with proxy when adaptConstraintViolations=true #33105
  • Spring coroutines AOP is not compatible with @Transactional #33095
  • ReactorClientHttpConnector creates new HttpClient for every request #33093
  • Trace and Span IDs are no longer propagated RequestBodyAdvice beans #33091
  • Early LocalContainerEntityManagerFactoryBean initialization fails in case of null bean definition #33082
  • ReactorNettyClientRequest.convertException should include original exception if cause is null #33080
  • SpEL incorrectly splits string arguments by comma for Object... varargs method #33013
  • ProtobufMessageConverter fails to parse JSON payload if byte array is used #27408

📔 Documentation

  • Harmonize phrasing in URI Encoding section #33166
  • Document that ModelMap is not a supported argument type in WebFlux #33107
  • Example in Method Injection section of Spring Framework documentation refers to wrong bean names #33096
  • Resource writer doesn't consider subclasses of InputStreamResource for content length bypass #33089
  • Improve documentation regarding encoding in FreeMarker support #33071
  • Exception for validation failure in WebFlux does not match the documentation #33061

🔨 Dependency Upgrades

  • Upgrade to Kotlin 1.9.24 #33177
  • Upgrade to Kotlin Serialization 1.6.3 #33175
  • Upgrade to Micrometer 1.12.8 #33168
  • Upgrade to Reactor 2023.0.8 #33169

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​TAKETODAY, @​hunhee98, @​imvtsl, @​snussbaumer, and @​zizare

... (truncated)

Commits
  • 9b59345 Release v6.1.11
  • 611d3e5 Correct type names in docs on Validation in WebFlux
  • fa2a58b Ensure varargs component type for MethodHandle is not null in SpEL
  • 83ca2c0 Support MethodHandle function invocation with varargs array in SpEL
  • dc16f3c Polish SpEL function invocation support
  • f2b3263 Polishing
  • 1d890a8 Make coroutines with custom AOP aspects work with @Transactional
  • 3ccaefe Polishing
  • 300f458 Update spring.jdbc.getParameterType.ignore note for 6.1.2
  • a0f5c16 Support MethodHandle function invocation with zero varargs in SpEL
  • Additional commits viewable in compare view

Updates org.springframework:spring-context from 6.1.6 to 6.1.11

Release notes

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

v6.1.11

⭐ New Features

  • Ensure varargs component type for MethodHandle is not null in SpEL's ReflectionHelper #33193
  • Confusing WebClient exception message in case of Reactor-Netty PrematureCloseException during response #33127
  • Include the bean name in the exception when an invalid factoryBeanObjectType attribute is found #33117
  • Use error handler for reactive cache aspect #33073
  • getTypeForFactoryMethod should catch NoClassDefFoundError #33075

🐞 Bug Fixes

  • SpEL cannot invoke varargs MethodHandle function with an array #33191
  • SpEL cannot invoke varargs MethodHandle function with zero variable arguments #33190
  • Nested bean instance supplier invocation does not retain previous factory method #33180
  • DefaultErrorResponseBuilder does not implement headers(Consumer) #33156
  • Fix adaptation of violations on Set method parameter #33150
  • Web controller call with invalid body resulting in 500 instead of 400 when using kotlinx-serialization #33138
  • "file:." cannot be resolved to java.nio.file.Path (and plain "." value resolves to classpath root) #33124
  • Mockito mock falsely initialized as CGLIB proxy with AspectJ aspect #33113
  • Fix ClassCastException from return value validation with proxy when adaptConstraintViolations=true #33105
  • Spring coroutines AOP is not compatible with @Transactional #33095
  • ReactorClientHttpConnector creates new HttpClient for every request #33093
  • Trace and Span IDs are no longer propagated RequestBodyAdvice beans #33091
  • Early LocalContainerEntityManagerFactoryBean initialization fails in case of null bean definition #33082
  • ReactorNettyClientRequest.convertException should include original exception if cause is null #33080
  • SpEL incorrectly splits string arguments by comma for Object... varargs method #33013
  • ProtobufMessageConverter fails to parse JSON payload if byte array is used #27408

📔 Documentation

  • Harmonize phrasing in URI Encoding section #33166
  • Document that ModelMap is not a supported argument type in WebFlux #33107
  • Example in Method Injection section of Spring Framework documentation refers to wrong bean names #33096
  • Resource writer doesn't consider subclasses of InputStreamResource for content length bypass #33089
  • Improve documentation regarding encoding in FreeMarker support #33071
  • Exception for validation failure in WebFlux does not match the documentation #33061

🔨 Dependency Upgrades

  • Upgrade to Kotlin 1.9.24 #33177
  • Upgrade to Kotlin Serialization 1.6.3 #33175
  • Upgrade to Micrometer 1.12.8 #33168
  • Upgrade to Reactor 2023.0.8 #33169

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​TAKETODAY, @​hunhee98, @​imvtsl, @​snussbaumer, and @​zizare

... (truncated)

Commits
  • 9b59345 Release v6.1.11
  • 611d3e5 Correct type names in docs on Validation in WebFlux
  • fa2a58b Ensure varargs component type for MethodHandle is not null in SpEL
  • 83ca2c0 Support MethodHandle function invocation with varargs array in SpEL
  • dc16f3c Polish SpEL function invocation support
  • f2b3263 Polishing
  • 1d890a8 Make coroutines with custom AOP aspects work with @Transactional
  • 3ccaefe Polishing
  • 300f458 Update spring.jdbc.getParameterType.ignore note for 6.1.2
  • a0f5c16 Support MethodHandle function invocation with zero varargs in SpEL
  • Additional commits viewable in compare view

Updates org.springframework:spring-test from 6.1.6 to 6.1.11

Release notes

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

v6.1.11

⭐ New Features

  • Ensure varargs component type for MethodHandle is not null in SpEL's ReflectionHelper #33193
  • Confusing WebClient exception message in case of Reactor-Netty PrematureCloseException during response #33127
  • Include the bean name in the exception when an invalid factoryBeanObjectType attribute is found #33117
  • Use error handler for reactive cache aspect #33073
  • getTypeForFactoryMethod should catch NoClassDefFoundError #33075

🐞 Bug Fixes

  • SpEL cannot invoke varargs MethodHandle function with an array #33191
  • SpEL cannot invoke varargs MethodHandle function with zero variable arguments #33190
  • Nested bean instance supplier invocation does not retain previous factory method #33180
  • DefaultErrorResponseBuilder does not implement headers(Consumer) #33156
  • Fix adaptation of violations on Set method parameter #33150
  • Web controller call with invalid body resulting in 500 instead of 400 when using kotlinx-serialization #33138
  • "file:." cannot be resolved to java.nio.file.Path (and plain "." value resolves to classpath root) #33124
  • Mockito mock falsely initialized as CGLIB proxy with AspectJ aspect #33113
  • Fix ClassCastException from return value validation with proxy when adaptConstraintViolations=true #33105
  • Spring coroutines AOP is not compatible with @Transactional #33095
  • ReactorClientHttpConnector creates new HttpClient for every request #33093
  • Trace and Span IDs are no longer propagated RequestBodyAdvice beans #33091
  • Early LocalContainerEntityManagerFactoryBean initialization fails in case of null bean definition #33082
  • ReactorNettyClientRequest.convertException should include original exception if cause is null #33080
  • SpEL incorrectly splits string arguments by comma for Object... varargs method #33013
  • ProtobufMessageConverter fails to parse JSON payload if byte array is used #27408

📔 Documentation

  • Harmonize phrasing in URI Encoding section #33166
  • Document that ModelMap is not a supported argument type in WebFlux #33107
  • Example in Method Injection section of Spring Framework documentation refers to wrong bean names #33096
  • Resource writer doesn't consider subclasses of InputStreamResource for content length bypass #33089
  • Improve documentation regarding encoding in FreeMarker support #33071
  • Exception for validation failure in WebFlux does not match the documentation #33061

🔨 Dependency Upgrades

  • Upgrade to Kotlin 1.9.24 #33177
  • Upgrade to Kotlin Serialization 1.6.3 #33175
  • Upgrade to Micrometer 1.12.8 #33168
  • Upgrade to Reactor 2023.0.8 #33169

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​TAKETODAY, @​hunhee98, @​imvtsl, @​snussbaumer, and @​zizare

... (truncated)

Commits
  • 9b59345 Release v6.1.11
  • 611d3e5 Correct type names in docs on Validation in WebFlux
  • fa2a58b Ensure varargs component type for MethodHandle is not null in SpEL
  • 83ca2c0 Support MethodHandle function invocation with varargs array in SpEL
  • dc16f3c Polish SpEL function invocation support
  • f2b3263 Polishing
  • 1d890a8 Make coroutines with custom AOP aspects work with @Transactional
  • 3ccaefe Polishing
  • 300f458 Update spring.jdbc.getParameterType.ignore note for 6.1.2
  • a0f5c16 Support MethodHandle function invocation with zero varargs in SpEL
  • Additional commits viewable in compare view

Updates org.springframework:spring-core-test from 6.1.6 to 6.1.11

Release notes

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

v6.1.11

⭐ New Features

  • Ensure varargs component type for MethodHandle is not null in SpEL's ReflectionHelper #33193
  • Confusing WebClient exception message in case of Reactor-Netty PrematureCloseException during response #33127
  • Include the bean name in the exception when an invalid factoryBeanObjectType attribute is found #33117
  • Use error handler for reactive cache aspect #33073
  • getTypeForFactoryMethod should catch NoClassDefFoundError #33075

🐞 Bug Fixes

  • SpEL cannot invoke varargs MethodHandle function with an array #33191
  • SpEL cannot invoke varargs MethodHandle function with zero variable arguments #33190
  • Nested bean instance supplier invocation does not retain previous factory method #33180
  • DefaultErrorResponseBuilder does not implement headers(Consumer) #33156
  • Fix adaptation of violations on Set method parameter #33150
  • Web controller call with invalid body resulting in 500 instead of 400 when using kotlinx-serialization #33138
  • "file:." cannot be resolved to java.nio.file.Path (and plain "." value resolves to classpath root) #33124
  • Mockito mock falsely initialized as CGLIB proxy with AspectJ aspect #33113
  • Fix ClassCastException from return value validation with proxy when adaptConstraintViolations=true #33105
  • Spring coroutines AOP is not compatible with @Transactional #33095
  • ReactorClientHttpConnector creates new HttpClient for every request #33093
  • Trace and Span IDs are no longer propagated RequestBodyAdvice beans #33091
  • Early LocalContainerEntityManagerFactoryBean initialization fails in case of null bean definition #33082
  • ReactorNettyClientRequest.convertException should include original exception if cause is null #33080
  • SpEL incorrectly splits string arguments by comma for Object... varargs method #33013
  • ProtobufMessageConverter fails to parse JSON payload if byte array is used #27408

📔 Documentation

  • Harmonize phrasing in URI Encoding section #33166
  • Document that ModelMap is not a supported argument type in WebFlux #33107
  • Example in Method Injection section of Spring Framework documentation refers to wrong bean names #33096
  • Resource writer doesn't consider subclasses of InputStreamResource for content length bypass #33089
  • Improve documentation regarding encoding in FreeMarker support #33071
  • Exception for validation failure in WebFlux does not match the documentation #33061

🔨 Dependency Upgrades

  • Upgrade to Kotlin 1.9.24 #33177
  • Upgrade to Kotlin Serialization 1.6.3 #33175
  • Upgrade to Micrometer 1.12.8 #33168
  • Upgrade to Reactor 2023.0.8 #33169

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​TAKETODAY, @​hunhee98, @​imvtsl, @​snussbaumer, and @​zizare

... (truncated)

Commits
  • 9b59345 Release v6.1.11
  • 611d3e5 Correct type names in docs on Validation in WebFlux
  • fa2a58b Ensure varargs component type for MethodHandle is not null in SpEL
  • 83ca2c0 Support MethodHandle function invocation with varargs array in SpEL
  • dc16f3c Polish SpEL function invocation support
  • f2b3263 Polishing
  • 1d890a8 Make coroutines with custom AOP aspects work with @Transactional
  • 3ccaefe Polishing
  • 300f458 Update spring.jdbc.getParameterType.ignore note for 6.1.2
  • a0f5c16 Support MethodHandle function invocation with zero varargs in SpEL
  • Additional commits viewable in compare view

Updates org.springframework:spring-context from 6.1.6 to 6.1.11

Release notes

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

v6.1.11

⭐ New Features

  • Ensure varargs component type for MethodHandle is not null in SpEL's ReflectionHelper #33193
  • Confusing WebClient exception message in case of Reactor-Netty PrematureCloseException during response #33127
  • Include the bean name in the exception when an invalid factoryBeanObjectType attribute is found #33117
  • Use error handler for reactive cache aspect #33073
  • getTypeForFactoryMethod should catch NoClassDefFoundError #33075

🐞 Bug Fixes

  • SpEL cannot invoke varargs MethodHandle function with an array #33191
  • SpEL cannot invoke varargs MethodHandle function with zero variable arguments #33190
  • Nested bean instance supplier invocation does not retain previous factory method #33180
  • DefaultErrorResponseBuilder does not implement headers(Consumer) #33156
  • Fix adaptation of violations on Set method parameter #33150
  • Web controller call with invalid body resulting in 500 instead of 400 when using kotlinx-serialization #33138
  • "file:." cannot be resolved to java.nio.file.Path (and plain "." value resolves to classpath root) #33124
  • Mockito mock falsely initialized as CGLIB proxy with AspectJ aspect #33113
  • Fix ClassCastException from return value validation with proxy when adaptConstraintViolations=true #33105
  • Spring coroutines AOP is not compatible with @Transactional #33095
  • ReactorClientHttpConnector creates new HttpClient for every request #33093
  • Trace and Span IDs are no longer propagated RequestBodyAdvice beans #33091
  • Early LocalContainerEntityManagerFactoryBean initialization fails in case of null bean definition #33082
  • ReactorNettyClientRequest.convertException should include original exception if cause is null #33080
  • SpEL incorrectly splits string arguments by comma for Object... varargs method #33013
  • ProtobufMessageConverter fails to parse JSON payload if byte array is used #27408

📔 Documentation

  • Harmonize phrasing in URI Encoding section #33166
  • Document that ModelMap is not a supported argument type in WebFlux #33107
  • Example in Method Injection section of Spring Framework documentation refers to wrong bean names #33096
  • Resource writer doesn't consider subclasses of InputStreamResource for content length bypass #33089
  • Improve documentation regarding encoding in FreeMarker support #33071
  • Exception for validation failure in WebFlux does not match the documentation #33061

🔨 Dependency Upgrades

  • Upgrade to Kotlin 1.9.24 #33177
  • Upgrade to Kotlin Serialization 1.6.3 #33175
  • Upgrade to Micrometer 1.12.8 #33168
  • Upgrade to Reactor 2023.0.8 #33169

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​TAKETODAY, @​hunhee98, @​imvtsl, @​snussbaumer, and @​zizare

... (truncated)

Commits
  • 9b59345 Release v6.1.11
  • 611d3e5 Correct type names in docs on Validation in WebFlux
  • fa2a58b Ensure varargs component type for MethodHandle is not null in SpEL
  • 83ca2c0 Support MethodHandle function invocation with varargs array in SpEL
  • dc16f3c Polish SpEL function invocation support
  • f2b3263 Polishing
  • 1d890a8 Make coroutines with custom AOP aspects work with @Transactional
  • 3ccaefe Polishing
  • 300f458 Update spring.jdbc.getParameterType.ignore note for 6.1.2
  • a0f5c16 Support MethodHandle function invocation with zero varargs in SpEL
  • Additional commits viewable in compare view

Updates org.springframework:spring-test from 6.1.6 to 6.1.11

Release notes

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

v6.1.11

⭐ New Features

  • Ensure varargs component type for MethodHandle is not null in SpEL's ReflectionHelper #33193
  • Confusing WebClient exception message in case of Reactor-Netty PrematureCloseException during response #33127
  • Include the bean name in the exception when an invalid factoryBeanObjectType attribute is found #33117
  • Use error handler for reactive cache aspect #33073
  • getTypeForFactoryMethod should catch NoClassDefFoundError #33075

🐞 Bug Fixes

  • SpEL cannot invoke varargs MethodHandle function with an array #33191
  • SpEL cannot invoke varargs MethodHandle function with zero variable arguments #33190
  • Nested bean instance supplier invocation does not retain previous factory method #33180
  • DefaultErrorResponseBuilder does not implement headers(Consumer) #33156
  • Fix adaptation of violations on Set method parameter #33150
  • Web controller call with invalid body resulting in 500 instead of 400 when using kotlinx-serialization #33138
  • "file:." cannot be resolved to java.nio.file.Path (and plain "." value resolves to classpath root) #33124
  • Mockito mock falsely initialized as CGLIB proxy with AspectJ aspect #33113
  • Fix ClassCastException from return value validation with proxy when adaptConstraintViolations=true #33105
  • Spring coroutines AOP is not compatible with @Transactional #33095
  • ReactorClientHttpConnector creates new HttpClient for every request #33093
  • Trace and Span IDs are no longer propagated RequestBodyAdvice beans #33091
  • Early LocalContainerEntityManagerFactoryBean initialization fails in case of null bean definition #33082
  • ReactorNettyClientRequest.convertException should include original exception if cause is null #33080
  • SpEL incorrectly splits string arguments by comma for Object... varargs method #33013
  • ProtobufMessageConverter fails to parse JSON payload if byte array is used #27408

📔 Documentation

  • Harmonize phrasing in URI Encoding section #33166
  • Document that ModelMap is not a supported argument type in WebFlux #33107
  • Example in Method Injection section of Spring Framework documentation refers to wrong bean names #33096
  • Resource writer doesn't consider subclasses of InputStreamResource for content length bypass #33089
  • Improve documentation regarding encoding in FreeMarker support #33071
  • Exception for validation failure in WebFlux does not match the documentation #33061

🔨 Dependency Upgrades

  • Upgrade to Kotlin 1.9.24 #33177
  • Upgrade to Kotlin Serialization 1.6.3 #33175
  • Upgrade to Micrometer 1.12.8 #33168
  • Upgrade to Reactor 2023.0.8 #33169

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​TAKETODAY, @​hunhee98, @​imvtsl, @​snussbaumer, and @​zizare

... (truncated)

Commits
  • 9b59345 Release v6.1.11
  • 611d3e5 Correct type names in docs on Validation in WebFlux
  • fa2a58b Ensure varargs component type for MethodHandle is not null in SpEL
  • 83ca2c0 Support MethodHandle function invocation with varargs array in SpEL
  • dc16f3c Polish SpEL function invocation support
  • f2b3263 Polishing
  • 1d890a8 Make coroutines with custom AOP aspects work with @Transactional
  • 3ccaefe Polishing
  • 300f458 Update spring.jdbc.getParameterType.ignore note for 6.1.2
  • a0f5c16 Support MethodHandle function invocation with zero varargs in SpEL
  • Additional commits viewable in compare view

Updates org.springframework.boot:spring-boot-autoconfigure from 3.2.5 to 3.3.1

Release notes

Sourced from org.springframework.boot:spring-boot-autoconfigure's releases.

v3.3.1

🐞 Bug Fixes

  • SQL Server JDBC URL is malformed after adding org.springframework.boot.jdbc.parameters label #41169
  • Git instant properties cannot be coerced following git-commit-id Maven plugin upgrade #41152
  • Excluding status code from DefaultErrorAttributes throws NPE #41141
  • Spring Boot remote restart with devtools causes 'factory already defined' Tomcat error when running with 'java -jar' #41107
  • MongoHealthIndicator not compliant with Mongo stable API with strict setting #41104
  • Service connection for bitnami mongodb fails to connect #41097
  • Image building requires builder to specify a stack #41091
  • DataSourceProperties fail to bind if java.sql module isn't included #41084
  • AOT causes Logback configuration error when using include #41081
  • Image building hangs when builder and buildpack are configured

Bumps the maven-dependencies group with 18 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [org.springframework:spring-core](https://github.com/spring-projects/spring-framework) | `6.1.6` | `6.1.11` |
| [org.springframework:spring-core-test](https://github.com/spring-projects/spring-framework) | `6.1.6` | `6.1.11` |
| [org.springframework:spring-context](https://github.com/spring-projects/spring-framework) | `6.1.6` | `6.1.11` |
| [org.springframework:spring-test](https://github.com/spring-projects/spring-framework) | `6.1.6` | `6.1.11` |
| [org.springframework.boot:spring-boot-autoconfigure](https://github.com/spring-projects/spring-boot) | `3.2.5` | `3.3.1` |
| [org.springframework.boot:spring-boot-test](https://github.com/spring-projects/spring-boot) | `3.2.5` | `3.3.1` |
| [org.springframework.boot:spring-boot-starter-data-jpa](https://github.com/spring-projects/spring-boot) | `3.2.5` | `3.3.1` |
| [org.springframework.boot:spring-boot-starter-test](https://github.com/spring-projects/spring-boot) | `3.2.5` | `3.3.1` |
| [jakarta.persistence:jakarta.persistence-api](https://github.com/jakartaee/persistence) | `3.1.0` | `3.2.0` |
| [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.17.1` | `2.17.2` |
| [org.assertj:assertj-core](https://github.com/assertj/assertj) | `3.25.3` | `3.26.3` |
| [org.mockito:mockito-core](https://github.com/mockito/mockito) | `5.11.0` | `5.12.0` |
| [io.netty:netty-transport-classes-epoll](https://github.com/netty/netty) | `4.1.109.Final` | `4.1.111.Final` |
| [org.apache.maven.plugins:maven-clean-plugin](https://github.com/apache/maven-clean-plugin) | `3.3.2` | `3.4.0` |
| [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.2.5` | `3.3.1` |
| [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) | `3.4.1` | `3.4.2` |
| [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) | `3.6.3` | `3.7.0` |
| [org.apache.maven.plugins:maven-release-plugin](https://github.com/apache/maven-release) | `3.0.1` | `3.1.0` |



Updates `org.springframework:spring-core` from 6.1.6 to 6.1.11
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.6...v6.1.11)

Updates `org.springframework:spring-core-test` from 6.1.6 to 6.1.11
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.6...v6.1.11)

Updates `org.springframework:spring-context` from 6.1.6 to 6.1.11
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.6...v6.1.11)

Updates `org.springframework:spring-test` from 6.1.6 to 6.1.11
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.6...v6.1.11)

Updates `org.springframework:spring-core-test` from 6.1.6 to 6.1.11
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.6...v6.1.11)

Updates `org.springframework:spring-context` from 6.1.6 to 6.1.11
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.6...v6.1.11)

Updates `org.springframework:spring-test` from 6.1.6 to 6.1.11
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.6...v6.1.11)

Updates `org.springframework.boot:spring-boot-autoconfigure` from 3.2.5 to 3.3.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.5...v3.3.1)

Updates `org.springframework.boot:spring-boot-test` from 3.2.5 to 3.3.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.5...v3.3.1)

Updates `org.springframework.boot:spring-boot-starter-data-jpa` from 3.2.5 to 3.3.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.5...v3.3.1)

Updates `org.springframework.boot:spring-boot-starter-test` from 3.2.5 to 3.3.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.5...v3.3.1)

Updates `org.springframework.boot:spring-boot-test` from 3.2.5 to 3.3.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.5...v3.3.1)

Updates `org.springframework.boot:spring-boot-starter-data-jpa` from 3.2.5 to 3.3.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.5...v3.3.1)

Updates `org.springframework.boot:spring-boot-starter-test` from 3.2.5 to 3.3.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.5...v3.3.1)

Updates `jakarta.persistence:jakarta.persistence-api` from 3.1.0 to 3.2.0
- [Release notes](https://github.com/jakartaee/persistence/releases)
- [Commits](https://github.com/jakartaee/persistence/commits)

Updates `com.fasterxml.jackson.core:jackson-databind` from 2.17.1 to 2.17.2
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `org.assertj:assertj-core` from 3.25.3 to 3.26.3
- [Release notes](https://github.com/assertj/assertj/releases)
- [Commits](assertj/assertj@assertj-build-3.25.3...assertj-build-3.26.3)

Updates `org.mockito:mockito-core` from 5.11.0 to 5.12.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.11.0...v5.12.0)

Updates `io.netty:netty-transport-classes-epoll` from 4.1.109.Final to 4.1.111.Final
- [Commits](netty/netty@netty-4.1.109.Final...netty-4.1.111.Final)

Updates `org.apache.maven.plugins:maven-clean-plugin` from 3.3.2 to 3.4.0
- [Release notes](https://github.com/apache/maven-clean-plugin/releases)
- [Commits](apache/maven-clean-plugin@maven-clean-plugin-3.3.2...maven-clean-plugin-3.4.0)

Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.2.5 to 3.3.1
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.2.5...surefire-3.3.1)

Updates `org.apache.maven.plugins:maven-jar-plugin` from 3.4.1 to 3.4.2
- [Release notes](https://github.com/apache/maven-jar-plugin/releases)
- [Commits](apache/maven-jar-plugin@maven-jar-plugin-3.4.1...maven-jar-plugin-3.4.2)

Updates `org.apache.maven.plugins:maven-javadoc-plugin` from 3.6.3 to 3.7.0
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.6.3...maven-javadoc-plugin-3.7.0)

Updates `org.apache.maven.plugins:maven-release-plugin` from 3.0.1 to 3.1.0
- [Release notes](https://github.com/apache/maven-release/releases)
- [Commits](apache/maven-release@maven-release-3.0.1...maven-release-3.1.0)

---
updated-dependencies:
- dependency-name: org.springframework:spring-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.springframework:spring-core-test
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.springframework:spring-context
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.springframework:spring-test
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.springframework:spring-core-test
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.springframework:spring-context
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.springframework:spring-test
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.springframework.boot:spring-boot-autoconfigure
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.springframework.boot:spring-boot-test
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.springframework.boot:spring-boot-starter-data-jpa
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.springframework.boot:spring-boot-starter-test
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.springframework.boot:spring-boot-test
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.springframework.boot:spring-boot-starter-data-jpa
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.springframework.boot:spring-boot-starter-test
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: jakarta.persistence:jakarta.persistence-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.assertj:assertj-core
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: io.netty:netty-transport-classes-epoll
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.apache.maven.plugins:maven-clean-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.apache.maven.plugins:maven-jar-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.apache.maven.plugins:maven-release-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Downgrade Jakarta Persistence to 3.1.0 for SB compatibility. Based this
decision on a Spring Boot GitHub issue and StackOverflow question:
SB issue: spring-projects/spring-boot#39753
SO question: https://stackoverflow.com/questions/78073522/spring-boot-3-2-2-entitymanagerfactory-interface-org-hibernate-sessionfactory-s

#171
@smcvb smcvb self-assigned this Jul 17, 2024
Copy link

sonarcloud bot commented Jul 17, 2024

Copy link
Member

@smcvb smcvb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me 👍

@smcvb smcvb merged commit f0760a4 into main Jul 17, 2024
5 checks passed
@dependabot dependabot bot deleted the dependabot/maven/maven-dependencies-8b37c7861b branch July 17, 2024 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant