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 13 updates #166

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 2, 2024

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

Package From To
org.springframework:spring-core 6.1.6 6.1.8
org.springframework:spring-core-test 6.1.6 6.1.8
org.springframework:spring-context 6.1.6 6.1.8
org.springframework:spring-test 6.1.6 6.1.8
org.springframework.boot:spring-boot-autoconfigure 3.2.5 3.3.0
org.springframework.boot:spring-boot-test 3.2.5 3.3.0
org.springframework.boot:spring-boot-starter-data-jpa 3.2.5 3.3.0
org.springframework.boot:spring-boot-starter-test 3.2.5 3.3.0
jakarta.persistence:jakarta.persistence-api 3.1.0 3.2.0
org.assertj:assertj-core 3.25.3 3.26.0
org.mockito:mockito-core 5.11.0 5.12.0
io.netty:netty-transport-classes-epoll 4.1.109.Final 4.1.110.Final
org.apache.maven.plugins:maven-javadoc-plugin 3.6.3 3.7.0

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

Release notes

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

v6.1.8

⭐ New Features

  • Avoid creation of SAXParserFactory for every read operation in Jaxb2Marshaller and co #32851
  • Suppress deprecation warning for AOT-generated code that refers to a deprecated bean type #32850

🐞 Bug Fixes

  • Overridden aspect method runs twice #32865
  • @DateTimeFormat(iso = DateTimeFormat.ISO.DATE\_TIME) cannot convert UTC without milliseconds to java.util.Date #32856
  • Spring AOP fails against registered @Configurable aspect #32838
  • MockHttpServletRequest should not use a shared reader when no content is available #32820

📔 Documentation

  • Modernize Antora Build #32864
  • Modernize Antora Build #32863
  • Refine CDS documentation #32843
  • Revisit validation documentation to better explain when method validation is invoked #32807

❤️ Contributors

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

@​rwinch

v6.1.7

⭐ New Features

  • ResponseEntity is not reliably closed with InputStreamResource #32802
  • Accept ajc-compiled @Aspect classes for Spring AOP proxy usage #32793
  • Failure to process a bean definition ahead-of-time with an instance supplier should provide more contextual information #32775
  • Provide methods to unambiguously send form data with MockMvc #32757
  • Introduce NoOp implementation for ResponseErrorHandler #32750
  • Support varargs invocations in SpEL for varargs array subtype #32704
  • StreamUtils.copyRange overreads source stream in some cases #32695
  • Modify error message when timeout is less than TIMEOUT_DEFAULT #32635
  • Jetty HttpConnections not closed with SSE on Jetty 12.0.7+ when clients close the connection #32629
  • Prevent duplicate subscription ID's in destinationCache of DefaultSubscriptionRegistry #32625
  • When retrieval of a LoadTimeWeaverAware bean fails the resulting exception message may not indicate why it was being created #32470

🐞 Bug Fixes

  • Do not send Cookie header in reactive JdkClientHttpRequest if no cookies added #32799
  • Inconsistent use of cleaned URLs in PathMatchingResourcePatternResolver #32828
  • DeferredQueryInvocationHandler fails to unwrap QuerySqmImpl class outside of transaction #32766
  • BindingReflectionHintsRegistrar#registerReflectionHints can be invoked with a null type #32753
  • AnnotationConfigWebApplicationContext should propagate ApplicationStartup to BeanFactory #32747
  • Ignore non-String keys in PropertiesPropertySource.getPropertyNames() #32742
  • MergedAnnotations search does not find container for repeatable annotation #32731

... (truncated)

Commits
  • f85d5bd Release v6.1.8
  • 89dd247 Improve docs on controller method validation
  • 39dd1e4 Remove outdated Javadoc links
  • 34f4ad3 Modernize Antora Build
  • ea596aa Select most specific advice method in case of override
  • 58da30c Upgrade to Jetty Reactive HttpClient 4.0.4
  • cd33b4e Polishing
  • 20dea0d Polishing
  • fee17e1 Default fallback parsing for UTC without milliseconds
  • 65e1337 Polishing
  • Additional commits viewable in compare view

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

Release notes

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

v6.1.8

⭐ New Features

  • Avoid creation of SAXParserFactory for every read operation in Jaxb2Marshaller and co #32851
  • Suppress deprecation warning for AOT-generated code that refers to a deprecated bean type #32850

🐞 Bug Fixes

  • Overridden aspect method runs twice #32865
  • @DateTimeFormat(iso = DateTimeFormat.ISO.DATE\_TIME) cannot convert UTC without milliseconds to java.util.Date #32856
  • Spring AOP fails against registered @Configurable aspect #32838
  • MockHttpServletRequest should not use a shared reader when no content is available #32820

📔 Documentation

  • Modernize Antora Build #32864
  • Modernize Antora Build #32863
  • Refine CDS documentation #32843
  • Revisit validation documentation to better explain when method validation is invoked #32807

❤️ Contributors

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

@​rwinch

v6.1.7

⭐ New Features

  • ResponseEntity is not reliably closed with InputStreamResource #32802
  • Accept ajc-compiled @Aspect classes for Spring AOP proxy usage #32793
  • Failure to process a bean definition ahead-of-time with an instance supplier should provide more contextual information #32775
  • Provide methods to unambiguously send form data with MockMvc #32757
  • Introduce NoOp implementation for ResponseErrorHandler #32750
  • Support varargs invocations in SpEL for varargs array subtype #32704
  • StreamUtils.copyRange overreads source stream in some cases #32695
  • Modify error message when timeout is less than TIMEOUT_DEFAULT #32635
  • Jetty HttpConnections not closed with SSE on Jetty 12.0.7+ when clients close the connection #32629
  • Prevent duplicate subscription ID's in destinationCache of DefaultSubscriptionRegistry #32625
  • When retrieval of a LoadTimeWeaverAware bean fails the resulting exception message may not indicate why it was being created #32470

🐞 Bug Fixes

  • Do not send Cookie header in reactive JdkClientHttpRequest if no cookies added #32799
  • Inconsistent use of cleaned URLs in PathMatchingResourcePatternResolver #32828
  • DeferredQueryInvocationHandler fails to unwrap QuerySqmImpl class outside of transaction #32766
  • BindingReflectionHintsRegistrar#registerReflectionHints can be invoked with a null type #32753
  • AnnotationConfigWebApplicationContext should propagate ApplicationStartup to BeanFactory #32747
  • Ignore non-String keys in PropertiesPropertySource.getPropertyNames() #32742
  • MergedAnnotations search does not find container for repeatable annotation #32731

... (truncated)

Commits
  • f85d5bd Release v6.1.8
  • 89dd247 Improve docs on controller method validation
  • 39dd1e4 Remove outdated Javadoc links
  • 34f4ad3 Modernize Antora Build
  • ea596aa Select most specific advice method in case of override
  • 58da30c Upgrade to Jetty Reactive HttpClient 4.0.4
  • cd33b4e Polishing
  • 20dea0d Polishing
  • fee17e1 Default fallback parsing for UTC without milliseconds
  • 65e1337 Polishing
  • Additional commits viewable in compare view

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

Release notes

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

v6.1.8

⭐ New Features

  • Avoid creation of SAXParserFactory for every read operation in Jaxb2Marshaller and co #32851
  • Suppress deprecation warning for AOT-generated code that refers to a deprecated bean type #32850

🐞 Bug Fixes

  • Overridden aspect method runs twice #32865
  • @DateTimeFormat(iso = DateTimeFormat.ISO.DATE\_TIME) cannot convert UTC without milliseconds to java.util.Date #32856
  • Spring AOP fails against registered @Configurable aspect #32838
  • MockHttpServletRequest should not use a shared reader when no content is available #32820

📔 Documentation

  • Modernize Antora Build #32864
  • Modernize Antora Build #32863
  • Refine CDS documentation #32843
  • Revisit validation documentation to better explain when method validation is invoked #32807

❤️ Contributors

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

@​rwinch

v6.1.7

⭐ New Features

  • ResponseEntity is not reliably closed with InputStreamResource #32802
  • Accept ajc-compiled @Aspect classes for Spring AOP proxy usage #32793
  • Failure to process a bean definition ahead-of-time with an instance supplier should provide more contextual information #32775
  • Provide methods to unambiguously send form data with MockMvc #32757
  • Introduce NoOp implementation for ResponseErrorHandler #32750
  • Support varargs invocations in SpEL for varargs array subtype #32704
  • StreamUtils.copyRange overreads source stream in some cases #32695
  • Modify error message when timeout is less than TIMEOUT_DEFAULT #32635
  • Jetty HttpConnections not closed with SSE on Jetty 12.0.7+ when clients close the connection #32629
  • Prevent duplicate subscription ID's in destinationCache of DefaultSubscriptionRegistry #32625
  • When retrieval of a LoadTimeWeaverAware bean fails the resulting exception message may not indicate why it was being created #32470

🐞 Bug Fixes

  • Do not send Cookie header in reactive JdkClientHttpRequest if no cookies added #32799
  • Inconsistent use of cleaned URLs in PathMatchingResourcePatternResolver #32828
  • DeferredQueryInvocationHandler fails to unwrap QuerySqmImpl class outside of transaction #32766
  • BindingReflectionHintsRegistrar#registerReflectionHints can be invoked with a null type #32753
  • AnnotationConfigWebApplicationContext should propagate ApplicationStartup to BeanFactory #32747
  • Ignore non-String keys in PropertiesPropertySource.getPropertyNames() #32742
  • MergedAnnotations search does not find container for repeatable annotation #32731

... (truncated)

Commits
  • f85d5bd Release v6.1.8
  • 89dd247 Improve docs on controller method validation
  • 39dd1e4 Remove outdated Javadoc links
  • 34f4ad3 Modernize Antora Build
  • ea596aa Select most specific advice method in case of override
  • 58da30c Upgrade to Jetty Reactive HttpClient 4.0.4
  • cd33b4e Polishing
  • 20dea0d Polishing
  • fee17e1 Default fallback parsing for UTC without milliseconds
  • 65e1337 Polishing
  • Additional commits viewable in compare view

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

Release notes

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

v6.1.8

⭐ New Features

  • Avoid creation of SAXParserFactory for every read operation in Jaxb2Marshaller and co #32851
  • Suppress deprecation warning for AOT-generated code that refers to a deprecated bean type #32850

🐞 Bug Fixes

  • Overridden aspect method runs twice #32865
  • @DateTimeFormat(iso = DateTimeFormat.ISO.DATE\_TIME) cannot convert UTC without milliseconds to java.util.Date #32856
  • Spring AOP fails against registered @Configurable aspect #32838
  • MockHttpServletRequest should not use a shared reader when no content is available #32820

📔 Documentation

  • Modernize Antora Build #32864
  • Modernize Antora Build #32863
  • Refine CDS documentation #32843
  • Revisit validation documentation to better explain when method validation is invoked #32807

❤️ Contributors

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

@​rwinch

v6.1.7

⭐ New Features

  • ResponseEntity is not reliably closed with InputStreamResource #32802
  • Accept ajc-compiled @Aspect classes for Spring AOP proxy usage #32793
  • Failure to process a bean definition ahead-of-time with an instance supplier should provide more contextual information #32775
  • Provide methods to unambiguously send form data with MockMvc #32757
  • Introduce NoOp implementation for ResponseErrorHandler #32750
  • Support varargs invocations in SpEL for varargs array subtype #32704
  • StreamUtils.copyRange overreads source stream in some cases #32695
  • Modify error message when timeout is less than TIMEOUT_DEFAULT #32635
  • Jetty HttpConnections not closed with SSE on Jetty 12.0.7+ when clients close the connection #32629
  • Prevent duplicate subscription ID's in destinationCache of DefaultSubscriptionRegistry #32625
  • When retrieval of a LoadTimeWeaverAware bean fails the resulting exception message may not indicate why it was being created #32470

🐞 Bug Fixes

  • Do not send Cookie header in reactive JdkClientHttpRequest if no cookies added #32799
  • Inconsistent use of cleaned URLs in PathMatchingResourcePatternResolver #32828
  • DeferredQueryInvocationHandler fails to unwrap QuerySqmImpl class outside of transaction #32766
  • BindingReflectionHintsRegistrar#registerReflectionHints can be invoked with a null type #32753
  • AnnotationConfigWebApplicationContext should propagate ApplicationStartup to BeanFactory #32747
  • Ignore non-String keys in PropertiesPropertySource.getPropertyNames() #32742
  • MergedAnnotations search does not find container for repeatable annotation #32731

... (truncated)

Commits
  • f85d5bd Release v6.1.8
  • 89dd247 Improve docs on controller method validation
  • 39dd1e4 Remove outdated Javadoc links
  • 34f4ad3 Modernize Antora Build
  • ea596aa Select most specific advice method in case of override
  • 58da30c Upgrade to Jetty Reactive HttpClient 4.0.4
  • cd33b4e Polishing
  • 20dea0d Polishing
  • fee17e1 Default fallback parsing for UTC without milliseconds
  • 65e1337 Polishing
  • Additional commits viewable in compare view

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

Release notes

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

v6.1.8

⭐ New Features

  • Avoid creation of SAXParserFactory for every read operation in Jaxb2Marshaller and co #32851
  • Suppress deprecation warning for AOT-generated code that refers to a deprecated bean type #32850

🐞 Bug Fixes

  • Overridden aspect method runs twice #32865
  • @DateTimeFormat(iso = DateTimeFormat.ISO.DATE\_TIME) cannot convert UTC without milliseconds to java.util.Date #32856
  • Spring AOP fails against registered @Configurable aspect #32838
  • MockHttpServletRequest should not use a shared reader when no content is available #32820

📔 Documentation

  • Modernize Antora Build #32864
  • Modernize Antora Build #32863
  • Refine CDS documentation #32843
  • Revisit validation documentation to better explain when method validation is invoked #32807

❤️ Contributors

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

@​rwinch

v6.1.7

⭐ New Features

  • ResponseEntity is not reliably closed with InputStreamResource #32802
  • Accept ajc-compiled @Aspect classes for Spring AOP proxy usage #32793
  • Failure to process a bean definition ahead-of-time with an instance supplier should provide more contextual information #32775
  • Provide methods to unambiguously send form data with MockMvc #32757
  • Introduce NoOp implementation for ResponseErrorHandler #32750
  • Support varargs invocations in SpEL for varargs array subtype #32704
  • StreamUtils.copyRange overreads source stream in some cases #32695
  • Modify error message when timeout is less than TIMEOUT_DEFAULT #32635
  • Jetty HttpConnections not closed with SSE on Jetty 12.0.7+ when clients close the connection #32629
  • Prevent duplicate subscription ID's in destinationCache of DefaultSubscriptionRegistry #32625
  • When retrieval of a LoadTimeWeaverAware bean fails the resulting exception message may not indicate why it was being created #32470

🐞 Bug Fixes

  • Do not send Cookie header in reactive JdkClientHttpRequest if no cookies added #32799
  • Inconsistent use of cleaned URLs in PathMatchingResourcePatternResolver #32828
  • DeferredQueryInvocationHandler fails to unwrap QuerySqmImpl class outside of transaction #32766
  • BindingReflectionHintsRegistrar#registerReflectionHints can be invoked with a null type #32753
  • AnnotationConfigWebApplicationContext should propagate ApplicationStartup to BeanFactory #32747
  • Ignore non-String keys in PropertiesPropertySource.getPropertyNames() #32742
  • MergedAnnotations search does not find container for repeatable annotation #32731

... (truncated)

Commits
  • f85d5bd Release v6.1.8
  • 89dd247 Improve docs on controller method validation
  • 39dd1e4 Remove outdated Javadoc links
  • 34f4ad3 Modernize Antora Build
  • ea596aa Select most specific advice method in case of override
  • 58da30c Upgrade to Jetty Reactive HttpClient 4.0.4
  • cd33b4e Polishing
  • 20dea0d Polishing
  • fee17e1 Default fallback parsing for UTC without milliseconds
  • 65e1337 Polishing
  • Additional commits viewable in compare view

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

Release notes

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

v6.1.8

⭐ New Features

  • Avoid creation of SAXParserFactory for every read operation in Jaxb2Marshaller and co #32851
  • Suppress deprecation warning for AOT-generated code that refers to a deprecated bean type #32850

🐞 Bug Fixes

  • Overridden aspect method runs twice #32865
  • @DateTimeFormat(iso = DateTimeFormat.ISO.DATE\_TIME) cannot convert UTC without milliseconds to java.util.Date #32856
  • Spring AOP fails against registered @Configurable aspect #32838
  • MockHttpServletRequest should not use a shared reader when no content is available #32820

📔 Documentation

  • Modernize Antora Build #32864
  • Modernize Antora Build #32863
  • Refine CDS documentation #32843
  • Revisit validation documentation to better explain when method validation is invoked #32807

❤️ Contributors

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

@​rwinch

v6.1.7

⭐ New Features

  • ResponseEntity is not reliably closed with InputStreamResource #32802
  • Accept ajc-compiled @Aspect classes for Spring AOP proxy usage #32793
  • Failure to process a bean definition ahead-of-time with an instance supplier should provide more contextual information #32775
  • Provide methods to unambiguously send form data with MockMvc #32757
  • Introduce NoOp implementation for ResponseErrorHandler #32750
  • Support varargs invocations in SpEL for varargs array subtype #32704
  • StreamUtils.copyRange overreads source stream in some cases #32695
  • Modify error message when timeout is less than TIMEOUT_DEFAULT #32635
  • Jetty HttpConnections not closed with SSE on Jetty 12.0.7+ when clients close the connection #32629
  • Prevent duplicate subscription ID's in destinationCache of DefaultSubscriptionRegistry #32625
  • When retrieval of a LoadTimeWeaverAware bean fails the resulting exception message may not indicate why it was being created #32470

🐞 Bug Fixes

  • Do not send Cookie header in reactive JdkClientHttpRequest if no cookies added #32799
  • Inconsistent use of cleaned URLs in PathMatchingResourcePatternResolver #32828
  • DeferredQueryInvocationHandler fails to unwrap QuerySqmImpl class outside of transaction #32766
  • BindingReflectionHintsRegistrar#registerReflectionHints can be invoked with a null type #32753
  • AnnotationConfigWebApplicationContext should propagate ApplicationStartup to BeanFactory #32747
  • Ignore non-String keys in PropertiesPropertySource.getPropertyNames() #32742
  • MergedAnnotations search does not find container for repeatable annotation #32731

... (truncated)

Commits
  • f85d5bd Release v6.1.8
  • 89dd247 Improve docs on controller method validation
  • 39dd1e4 Remove outdated Javadoc links
  • 34f4ad3 Modernize Antora Build
  • ea596aa Select most specific advice method in case of override
  • 58da30c Upgrade to Jetty Reactive HttpClient 4.0.4
  • cd33b4e Polishing
  • 20dea0d Polishing
  • fee17e1 Default fallback parsing for UTC without milliseconds
  • 65e1337 Polishing
  • Additional commits viewable in compare view

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

Release notes

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

v6.1.8

⭐ New Features

  • Avoid creation of SAXParserFactory for every read operation in Jaxb2Marshaller and co #32851
  • Suppress deprecation warning for AOT-generated code that refers to a deprecated bean type #32850

🐞 Bug Fixes

  • Overridden aspect method runs twice #32865
  • @DateTimeFormat(iso = DateTimeFormat.ISO.DATE\_TIME) cannot convert UTC without milliseconds to java.util.Date #32856
  • Spring AOP fails against registered @Configurable aspect #32838
  • MockHttpServletRequest should not use a shared reader when no content is available #32820

📔 Documentation

  • Modernize Antora Build #32864
  • Modernize Antora Build #32863
  • Refine CDS documentation #32843
  • Revisit validation documentation to better explain when method validation is invoked #32807

❤️ Contributors

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

@​rwinch

v6.1.7

⭐ New Features

  • ResponseEntity is not reliably closed with InputStreamResource #32802
  • Accept ajc-compiled @Aspect classes for Spring AOP proxy usage #32793
  • Failure to process a bean definition ahead-of-time with an instance supplier should provide more contextual information #32775
  • Provide methods to unambiguously send form data with MockMvc #32757
  • Introduce NoOp implementation for ResponseErrorHandler #32750
  • Support varargs invocations in SpEL for varargs array subtype #32704
  • StreamUtils.copyRange overreads source stream in some cases #32695
  • Modify error message when timeout is less than TIMEOUT_DEFAULT #32635
  • Jetty HttpConnections not closed with SSE on Jetty 12.0.7+ when clients close the connection #32629
  • Prevent duplicate subscription ID's in destinationCache of DefaultSubscriptionRegistry #32625
  • When retrieval of a LoadTimeWeaverAware bean fails the resulting exception message may not indicate why it was being created #32470

🐞 Bug Fixes

  • Do not send Cookie header in reactive JdkClientHttpRequest if no cookies added #32799
  • Inconsistent use of cleaned URLs in PathMatchingResourcePatternResolver #32828
  • DeferredQueryInvocationHandler fails to unwrap QuerySqmImpl class outside of transaction #32766
  • BindingReflectionHintsRegistrar#registerReflectionHints can be invoked with a null type #32753
  • AnnotationConfigWebApplicationContext should propagate ApplicationStartup to BeanFactory #32747
  • Ignore non-String keys in PropertiesPropertySource.getPropertyNames() #32742
  • MergedAnnotations search does not find container for repeatable annotation #32731

... (truncated)

Commits
  • f85d5bd Release v6.1.8
  • 89dd247 Improve docs on controller method validation
  • 39dd1e4 Remove outdated Javadoc links
  • 34f4ad3 Modernize Antora Build
  • ea596aa Select most specific advice method in case of override
  • 58da30c Upgrade to Jetty Reactive HttpClient 4.0.4
  • cd33b4e Polishing
  • 20dea0d Polishing
  • fee17e1 Default fallback parsing for UTC without milliseconds
  • 65e1337 Polishing
  • Additional commits viewable in compare view

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

Release notes

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

v3.3.0

⭐ New Features

  • Add support for descriptions of record components in configuration metadata generation #29403

🐞 Bug Fixes

  • gradlew bootBuildImage fails with Podman on macOS Sonoma #40871
  • Pulsar auth parameters don't properly encode JSON values #40869
  • When using JPA and ImportTestcontainers, test context may fail to refresh due to "Mapped port can only be obtained after the container is started" #40863
  • Default MIME mappings are not loaded unless additional mappings are configured #40860
  • Starting from 3.2.x, @SpyBean is not able to initialise MongoRepository bean of the generic type #40855
  • Auto-configuration ordering change breaks DocumentReference (in non-reactive MongoTemplate) when depending on mongodb-driver-reactivestreams #40851
  • Neo4jReactiveDataAutoConfiguration creates incorrectly named bean #40836
  • Image building fails during cleanup when bind mount has read-only content #40799
  • Failure Analysis for InvalidConfigurationPropertyValueException is skipped when the property is not set #40691
  • IllegalArgumentException can be thrown when running an uber jar on a shared drive #40643
  • setReadTimeout can't be set via Reflective factory on JettyClientHttpRequestFactory #40638
  • URISyntaxException is raised if the spring boot application is started in a location that contains invalid URI characters #40616
  • resolveMainClassName fails when building with Gradle using Java 22 #40613
  • AnsiOutput.detectIfAnsiCapable broken on JDK22 #40609
  • Help information for spring init's build option has the wrong default #40606
  • JarUrlConnection.getPermission() can throw NullPointerException if jarFileConnection is null #40599
  • Whitespace is not correctly trimmed when generating configuration properties metadata from records #40593
  • In some situations, the failure when the AOT-generated initializer cannot be loaded is less helpful than before #40584
  • Properties binding eagerly creates superfluous maps #40561
  • Configuring SSL bundle reload for non-file resource types causes errors that are difficult to diagnose #40560
  • spring-boot-dependencies cannot be used with repositories that ban com.oracle.database.jdbc:ojdbc-bom #40535
  • Buildpacks do not support Docker with containerd image store #40526
  • SpringBootMockMvcBuilderCustomizer can crash cryptically while collecting data that it would have discarded anyway #40517
  • Containers not shut down between tests when using .withReuse(true) but env. does not support reuse (e.g. CI builds) #40509
  • CookieSameSiteSupplier influences session cookie #40501
  • <springProperty> and <springProfile> do not work in <include> after Logback upgrade #40491
  • Runtime hint registration for property binding should not fail when parameter information is unavailable #40486
  • ServiceLevelObjectiveBoundary properties cannot be bound in a native image application #40483
  • server.error.include-binding-errors does not recognize MethodValidationResult exceptions #40474
  • spring.data.redis.cluster.nodes and spring.data.redis.sentinel.nodes do not handle IPv6 addresses correctly #40467
  • Using relative paths to describe the classpath in the error message from ResolveMainClassName hinders problem diagnosis #40465
  • Jartools extract command doesn't extract all files from META-INF #40456
  • Native image doesn't start and doesn't log anything if an environment post processor throws an exception #40451
  • Unlike DataSourceAutoConfiguration, DevToolsDataSourceAutoConfiguration assumes that javax.sql.DataSource will always be available #40441

📔 Documentation

  • Improve graceful shutdown documentation to remove ambiguity #40846
  • Document ways to opt out from immutable @ConfigurationProperties binding with single constructor #40844
  • Document that a custom HttpMessageConverters bean can be used to reorder json message converters when needed #40839
  • Address ambiguity now that Testcontainers has two classes named KafkaContainer #40756
  • Publish API documentation for Spring Boot's Kotlin APIs #40692
  • Fix typo in features doc #40631

... (truncated)

Commits

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

| Package | From | To |
| --- | --- | --- |
| [org.springframework:spring-core](https://github.com/spring-projects/spring-framework) | `6.1.6` | `6.1.8` |
| [org.springframework:spring-core-test](https://github.com/spring-projects/spring-framework) | `6.1.6` | `6.1.8` |
| [org.springframework:spring-context](https://github.com/spring-projects/spring-framework) | `6.1.6` | `6.1.8` |
| [org.springframework:spring-test](https://github.com/spring-projects/spring-framework) | `6.1.6` | `6.1.8` |
| [org.springframework.boot:spring-boot-autoconfigure](https://github.com/spring-projects/spring-boot) | `3.2.5` | `3.3.0` |
| [org.springframework.boot:spring-boot-test](https://github.com/spring-projects/spring-boot) | `3.2.5` | `3.3.0` |
| [org.springframework.boot:spring-boot-starter-data-jpa](https://github.com/spring-projects/spring-boot) | `3.2.5` | `3.3.0` |
| [org.springframework.boot:spring-boot-starter-test](https://github.com/spring-projects/spring-boot) | `3.2.5` | `3.3.0` |
| [jakarta.persistence:jakarta.persistence-api](https://github.com/jakartaee/persistence) | `3.1.0` | `3.2.0` |
| [org.assertj:assertj-core](https://github.com/assertj/assertj) | `3.25.3` | `3.26.0` |
| [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.110.Final` |
| [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) | `3.6.3` | `3.7.0` |



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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 `org.assertj:assertj-core` from 3.25.3 to 3.26.0
- [Release notes](https://github.com/assertj/assertj/releases)
- [Commits](assertj/assertj@assertj-build-3.25.3...assertj-build-3.26.0)

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.110.Final
- [Commits](netty/netty@netty-4.1.109.Final...netty-4.1.110.Final)

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)

---
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: 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-javadoc-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested review from a team, gklijs, CodeDrivenMitch and smcvb and removed request for a team June 2, 2024 14:33
@dependabot dependabot bot added this to the Release 4.10.0 milestone Jun 2, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 16, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jun 16, 2024
@dependabot dependabot bot deleted the dependabot/maven/maven-dependencies-9f1da74908 branch June 16, 2024 14:03
@smcvb
Copy link
Member

smcvb commented Jul 17, 2024

Made obsolete by #167

@smcvb smcvb removed this from the Release 4.10.0 milestone Jul 17, 2024
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