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

:dependabot: Bump the spring-boot group with 5 updates #402

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 27, 2024

Bumps the spring-boot group with 5 updates:

Package From To
org.springframework.boot:spring-boot-starter-jetty 3.4.0-M3 3.4.0-RC1
org.springframework.boot:spring-boot-starter-web 3.4.0-M3 3.4.0-RC1
org.springframework.boot:spring-boot-starter-thymeleaf 3.4.0-M3 3.4.0-RC1
org.springframework.boot:spring-boot-starter-test 3.4.0-M3 3.4.0-RC1
org.springframework.boot 3.4.0-M3 3.4.0-RC1

Updates org.springframework.boot:spring-boot-starter-jetty from 3.4.0-M3 to 3.4.0-RC1

Release notes

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

v3.4.0-RC1

⭐ New Features

  • Update web services support to make use of ClientHttpRequestFactoryBuilder #42886
  • Add requestFactorySettings method to RestTemplateBuilder #42885
  • Rename RestTemplateBuilder 'set' methods #42884
  • Unify default HTTP client redirect behavior and provide configuration option #42879
  • Add Testcontainers and docker compose support for ClickHouse #42837
  • Support ResourceLoader delegation from ApplicationResourceLoader #42835
  • Add support for ClickHouse JDBC driver in enum DatabaseDriver #42815
  • Add property to control export of OTLP logs #42813
  • Remove remaining functionality that has been deprecated for removal in 3.4.0 #42780
  • Add support for auto-configuring an indexed reactive session repository #42604
  • Detect accidental misconfiguration of JsonMixin annotation #42592
  • Support Reactor Netty in ClientHttpRequestFactories #42587
  • Add property to specify Docker Compose flags #42571
  • Rename OtlpAutoConfiguration to OtlpTracingAutoConfiguration #42529
  • Add connect timeout properties for OTLP logging and tracing #42528
  • Add management.otlp.logging.transport property #42527
  • Use builder-jammy-java-tiny when using Buildpacks #42508
  • Allow structure logging JSON to be customized #42486
  • Raise the minimum supported version of Gradle 8 to 8.4 #42481
  • Harmonize configuration properties that accept a comma-separated list of values #42478
  • Allow common messages to be specified for message sources #42472
  • Provide a configuration property for configuring Jetty's max form keys #42448
  • Provide service connection support for Hazelcast #42416
  • Make OtlpMeterRegistry virtual thread aware #42407
  • Improve SpringEnvironmentLookup exception to hint that the log4j2 file must have '-spring' suffix #42405
  • Allow auto-configured org.jooq.Configuration to be used to create a custom DSLContext #42400
  • Add support for partitioned cookies #42316
  • Deprecate support for injecting DynamicPropertyRegistry in favor of DynamicPropertyRegistrar beans #41996
  • Warn when the user provides volume mounts with sensitive targets when building images #41643
  • Shut down management server only once main server is shut down #41002
  • Export SBOM contained in native-image #40630
  • Introduce @BatchTaskExecutor to make it easier to configure Spring Batch to use a custom task executor #40040
  • Restrict actuator access based on read/write/delete operations via configuration #39046
  • Provide a way to further customize underlying ClientHttpRequestFactory components #39035
  • Autoconfigure Undertow/XNIO for virtual thread support #38819
  • Provide a mechanism for easily configuring global client HTTP request factory settings #36266

🐞 Bug Fixes

  • Running mvn spring-boot:run with classpaths that exceeds Windows' length limits leaves temporary files #42845
  • ClassNotFoundException is thrown when loading protocol resolvers from ForkJoinPool task #42839
  • Report produced by ConditionReportApplicationContextFailureProcessor is always empty in a failed test #42786
  • Case-insensitive comparisons may be adversely affected by the user's locale #42736
  • server.tomcat.reject-illegal-header has been deprecated since 2.7.12 and should have been removed in 3.3.0 #42731
  • DataSourceProperties#driverClassIsLoadable should not print a stacktrace to the error stream when it fails #42684
  • Some @ControllerEndpoint and @RestControllerEndpoint infrastructure remains undeprecated #42499
  • Auto-configuration for Rabbit Streams doesn't consider RabbitConnectionDetails #42491

... (truncated)

Commits

Updates org.springframework.boot:spring-boot-starter-web from 3.4.0-M3 to 3.4.0-RC1

Release notes

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

v3.4.0-RC1

⭐ New Features

  • Update web services support to make use of ClientHttpRequestFactoryBuilder #42886
  • Add requestFactorySettings method to RestTemplateBuilder #42885
  • Rename RestTemplateBuilder 'set' methods #42884
  • Unify default HTTP client redirect behavior and provide configuration option #42879
  • Add Testcontainers and docker compose support for ClickHouse #42837
  • Support ResourceLoader delegation from ApplicationResourceLoader #42835
  • Add support for ClickHouse JDBC driver in enum DatabaseDriver #42815
  • Add property to control export of OTLP logs #42813
  • Remove remaining functionality that has been deprecated for removal in 3.4.0 #42780
  • Add support for auto-configuring an indexed reactive session repository #42604
  • Detect accidental misconfiguration of JsonMixin annotation #42592
  • Support Reactor Netty in ClientHttpRequestFactories #42587
  • Add property to specify Docker Compose flags #42571
  • Rename OtlpAutoConfiguration to OtlpTracingAutoConfiguration #42529
  • Add connect timeout properties for OTLP logging and tracing #42528
  • Add management.otlp.logging.transport property #42527
  • Use builder-jammy-java-tiny when using Buildpacks #42508
  • Allow structure logging JSON to be customized #42486
  • Raise the minimum supported version of Gradle 8 to 8.4 #42481
  • Harmonize configuration properties that accept a comma-separated list of values #42478
  • Allow common messages to be specified for message sources #42472
  • Provide a configuration property for configuring Jetty's max form keys #42448
  • Provide service connection support for Hazelcast #42416
  • Make OtlpMeterRegistry virtual thread aware #42407
  • Improve SpringEnvironmentLookup exception to hint that the log4j2 file must have '-spring' suffix #42405
  • Allow auto-configured org.jooq.Configuration to be used to create a custom DSLContext #42400
  • Add support for partitioned cookies #42316
  • Deprecate support for injecting DynamicPropertyRegistry in favor of DynamicPropertyRegistrar beans #41996
  • Warn when the user provides volume mounts with sensitive targets when building images #41643
  • Shut down management server only once main server is shut down #41002
  • Export SBOM contained in native-image #40630
  • Introduce @BatchTaskExecutor to make it easier to configure Spring Batch to use a custom task executor #40040
  • Restrict actuator access based on read/write/delete operations via configuration #39046
  • Provide a way to further customize underlying ClientHttpRequestFactory components #39035
  • Autoconfigure Undertow/XNIO for virtual thread support #38819
  • Provide a mechanism for easily configuring global client HTTP request factory settings #36266

🐞 Bug Fixes

  • Running mvn spring-boot:run with classpaths that exceeds Windows' length limits leaves temporary files #42845
  • ClassNotFoundException is thrown when loading protocol resolvers from ForkJoinPool task #42839
  • Report produced by ConditionReportApplicationContextFailureProcessor is always empty in a failed test #42786
  • Case-insensitive comparisons may be adversely affected by the user's locale #42736
  • server.tomcat.reject-illegal-header has been deprecated since 2.7.12 and should have been removed in 3.3.0 #42731
  • DataSourceProperties#driverClassIsLoadable should not print a stacktrace to the error stream when it fails #42684
  • Some @ControllerEndpoint and @RestControllerEndpoint infrastructure remains undeprecated #42499
  • Auto-configuration for Rabbit Streams doesn't consider RabbitConnectionDetails #42491

... (truncated)

Commits

Updates org.springframework.boot:spring-boot-starter-thymeleaf from 3.4.0-M3 to 3.4.0-RC1

Release notes

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

v3.4.0-RC1

⭐ New Features

  • Update web services support to make use of ClientHttpRequestFactoryBuilder #42886
  • Add requestFactorySettings method to RestTemplateBuilder #42885
  • Rename RestTemplateBuilder 'set' methods #42884
  • Unify default HTTP client redirect behavior and provide configuration option #42879
  • Add Testcontainers and docker compose support for ClickHouse #42837
  • Support ResourceLoader delegation from ApplicationResourceLoader #42835
  • Add support for ClickHouse JDBC driver in enum DatabaseDriver #42815
  • Add property to control export of OTLP logs #42813
  • Remove remaining functionality that has been deprecated for removal in 3.4.0 #42780
  • Add support for auto-configuring an indexed reactive session repository #42604
  • Detect accidental misconfiguration of JsonMixin annotation #42592
  • Support Reactor Netty in ClientHttpRequestFactories #42587
  • Add property to specify Docker Compose flags #42571
  • Rename OtlpAutoConfiguration to OtlpTracingAutoConfiguration #42529
  • Add connect timeout properties for OTLP logging and tracing #42528
  • Add management.otlp.logging.transport property #42527
  • Use builder-jammy-java-tiny when using Buildpacks #42508
  • Allow structure logging JSON to be customized #42486
  • Raise the minimum supported version of Gradle 8 to 8.4 #42481
  • Harmonize configuration properties that accept a comma-separated list of values #42478
  • Allow common messages to be specified for message sources #42472
  • Provide a configuration property for configuring Jetty's max form keys #42448
  • Provide service connection support for Hazelcast #42416
  • Make OtlpMeterRegistry virtual thread aware #42407
  • Improve SpringEnvironmentLookup exception to hint that the log4j2 file must have '-spring' suffix #42405
  • Allow auto-configured org.jooq.Configuration to be used to create a custom DSLContext #42400
  • Add support for partitioned cookies #42316
  • Deprecate support for injecting DynamicPropertyRegistry in favor of DynamicPropertyRegistrar beans #41996
  • Warn when the user provides volume mounts with sensitive targets when building images #41643
  • Shut down management server only once main server is shut down #41002
  • Export SBOM contained in native-image #40630
  • Introduce @BatchTaskExecutor to make it easier to configure Spring Batch to use a custom task executor #40040
  • Restrict actuator access based on read/write/delete operations via configuration #39046
  • Provide a way to further customize underlying ClientHttpRequestFactory components #39035
  • Autoconfigure Undertow/XNIO for virtual thread support #38819
  • Provide a mechanism for easily configuring global client HTTP request factory settings #36266

🐞 Bug Fixes

  • Running mvn spring-boot:run with classpaths that exceeds Windows' length limits leaves temporary files #42845
  • ClassNotFoundException is thrown when loading protocol resolvers from ForkJoinPool task #42839
  • Report produced by ConditionReportApplicationContextFailureProcessor is always empty in a failed test #42786
  • Case-insensitive comparisons may be adversely affected by the user's locale #42736
  • server.tomcat.reject-illegal-header has been deprecated since 2.7.12 and should have been removed in 3.3.0 #42731
  • DataSourceProperties#driverClassIsLoadable should not print a stacktrace to the error stream when it fails #42684
  • Some @ControllerEndpoint and @RestControllerEndpoint infrastructure remains undeprecated #42499
  • Auto-configuration for Rabbit Streams doesn't consider RabbitConnectionDetails #42491

... (truncated)

Commits

Updates org.springframework.boot:spring-boot-starter-test from 3.4.0-M3 to 3.4.0-RC1

Release notes

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

v3.4.0-RC1

⭐ New Features

  • Update web services support to make use of ClientHttpRequestFactoryBuilder #42886
  • Add requestFactorySettings method to RestTemplateBuilder #42885
  • Rename RestTemplateBuilder 'set' methods #42884
  • Unify default HTTP client redirect behavior and provide configuration option #42879
  • Add Testcontainers and docker compose support for ClickHouse #42837
  • Support ResourceLoader delegation from ApplicationResourceLoader #42835
  • Add support for ClickHouse JDBC driver in enum DatabaseDriver #42815
  • Add property to control export of OTLP logs #42813
  • Remove remaining functionality that has been deprecated for removal in 3.4.0 #42780
  • Add support for auto-configuring an indexed reactive session repository #42604
  • Detect accidental misconfiguration of JsonMixin annotation #42592
  • Support Reactor Netty in ClientHttpRequestFactories #42587
  • Add property to specify Docker Compose flags #42571
  • Rename OtlpAutoConfiguration to OtlpTracingAutoConfiguration #42529
  • Add connect timeout properties for OTLP logging and tracing #42528
  • Add management.otlp.logging.transport property #42527
  • Use builder-jammy-java-tiny when using Buildpacks #42508
  • Allow structure logging JSON to be customized #42486
  • Raise the minimum supported version of Gradle 8 to 8.4 #42481
  • Harmonize configuration properties that accept a comma-separated list of values #42478
  • Allow common messages to be specified for message sources #42472
  • Provide a configuration property for configuring Jetty's max form keys #42448
  • Provide service connection support for Hazelcast #42416
  • Make OtlpMeterRegistry virtual thread aware #42407
  • Improve SpringEnvironmentLookup exception to hint that the log4j2 file must have '-spring' suffix #42405
  • Allow auto-configured org.jooq.Configuration to be used to create a custom DSLContext #42400
  • Add support for partitioned cookies #42316
  • Deprecate support for injecting DynamicPropertyRegistry in favor of DynamicPropertyRegistrar beans #41996
  • Warn when the user provides volume mounts with sensitive targets when building images #41643
  • Shut down management server only once main server is shut down #41002
  • Export SBOM contained in native-image #40630
  • Introduce @BatchTaskExecutor to make it easier to configure Spring Batch to use a custom task executor #40040
  • Restrict actuator access based on read/write/delete operations via configuration #39046
  • Provide a way to further customize underlying ClientHttpRequestFactory components #39035
  • Autoconfigure Undertow/XNIO for virtual thread support #38819
  • Provide a mechanism for easily configuring global client HTTP request factory settings #36266

🐞 Bug Fixes

  • Running mvn spring-boot:run with classpaths that exceeds Windows' length limits leaves temporary files #42845
  • ClassNotFoundException is thrown when loading protocol resolvers from ForkJoinPool task #42839
  • Report produced by ConditionReportApplicationContextFailureProcessor is always empty in a failed test #42786
  • Case-insensitive comparisons may be adversely affected by the user's locale #42736
  • server.tomcat.reject-illegal-header has been deprecated since 2.7.12 and should have been removed in 3.3.0 #42731
  • DataSourceProperties#driverClassIsLoadable should not print a stacktrace to the error stream when it fails #42684
  • Some @ControllerEndpoint and @RestControllerEndpoint infrastructure remains undeprecated #42499
  • Auto-configuration for Rabbit Streams doesn't consider RabbitConnectionDetails #42491

... (truncated)

Commits

Updates org.springframework.boot from 3.4.0-M3 to 3.4.0-RC1

Release notes

Sourced from org.springframework.boot's releases.

v3.4.0-RC1

⭐ New Features

  • Update web services support to make use of ClientHttpRequestFactoryBuilder #42886
  • Add requestFactorySettings method to RestTemplateBuilder #42885
  • Rename RestTemplateBuilder 'set' methods #42884
  • Unify default HTTP client redirect behavior and provide configuration option #42879
  • Add Testcontainers and docker compose support for ClickHouse #42837
  • Support ResourceLoader delegation from ApplicationResourceLoader #42835
  • Add support for ClickHouse JDBC driver in enum DatabaseDriver #42815
  • Add property to control export of OTLP logs #42813
  • Remove remaining functionality that has been deprecated for removal in 3.4.0 #42780
  • Add support for auto-configuring an indexed reactive session repository #42604
  • Detect accidental misconfiguration of JsonMixin annotation #42592
  • Support Reactor Netty in ClientHttpRequestFactories #42587
  • Add property to specify Docker Compose flags #42571
  • Rename OtlpAutoConfiguration to OtlpTracingAutoConfiguration #42529
  • Add connect timeout properties for OTLP logging and tracing #42528
  • Add management.otlp.logging.transport property #42527
  • Use builder-jammy-java-tiny when using Buildpacks #42508
  • Allow structure logging JSON to be customized #42486
  • Raise the minimum supported version of Gradle 8 to 8.4 #42481
  • Harmonize configuration properties that accept a comma-separated list of values #42478
  • Allow common messages to be specified for message sources #42472
  • Provide a configuration property for configuring Jetty's max form keys #42448
  • Provide service connection support for Hazelcast #42416
  • Make OtlpMeterRegistry virtual thread aware #42407
  • Improve SpringEnvironmentLookup exception to hint that the log4j2 file must have '-spring' suffix #42405
  • Allow auto-configured org.jooq.Configuration to be used to create a custom DSLContext #42400
  • Add support for partitioned cookies #42316
  • Deprecate support for injecting DynamicPropertyRegistry in favor of DynamicPropertyRegistrar beans #41996
  • Warn when the user provides volume mounts with sensitive targets when building images #41643
  • Shut down management server only once main server is shut down #41002
  • Export SBOM contained in native-image #40630
  • Introduce @BatchTaskExecutor to make it easier to configure Spring Batch to use a custom task executor #40040
  • Restrict actuator access based on read/write/delete operations via configuration #39046
  • Provide a way to further customize underlying ClientHttpRequestFactory components #39035
  • Autoconfigure Undertow/XNIO for virtual thread support #38819
  • Provide a mechanism for easily configuring global client HTTP request factory settings #36266

🐞 Bug Fixes

  • Running mvn spring-boot:run with classpaths that exceeds Windows' length limits leaves temporary files #42845
  • ClassNotFoundException is thrown when loading protocol resolvers from ForkJoinPool task #42839
  • Report produced by ConditionReportApplicationContextFailureProcessor is always empty in a failed test #42786
  • Case-insensitive comparisons may be adversely affected by the user's locale #42736
  • server.tomcat.reject-illegal-header has been deprecated since 2.7.12 and should have been removed in 3.3.0 #42731
  • DataSourceProperties#driverClassIsLoadable should not print a stacktrace to the error stream when it fails #42684
  • Some @ControllerEndpoint and @RestControllerEndpoint infrastructure remains undeprecated #42499
  • Auto-configuration for Rabbit Streams doesn't consider RabbitConnectionDetails #42491

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 27, 2024
@dependabot dependabot bot requested a review from JKatzwinkel October 27, 2024 11:07
Bumps the spring-boot group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [org.springframework.boot:spring-boot-starter-jetty](https://github.com/spring-projects/spring-boot) | `3.4.0-M3` | `3.4.0-RC1` |
| [org.springframework.boot:spring-boot-starter-web](https://github.com/spring-projects/spring-boot) | `3.4.0-M3` | `3.4.0-RC1` |
| [org.springframework.boot:spring-boot-starter-thymeleaf](https://github.com/spring-projects/spring-boot) | `3.4.0-M3` | `3.4.0-RC1` |
| [org.springframework.boot:spring-boot-starter-test](https://github.com/spring-projects/spring-boot) | `3.4.0-M3` | `3.4.0-RC1` |
| [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.4.0-M3` | `3.4.0-RC1` |


Updates `org.springframework.boot:spring-boot-starter-jetty` from 3.4.0-M3 to 3.4.0-RC1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.4.0-M3...v3.4.0-RC1)

Updates `org.springframework.boot:spring-boot-starter-web` from 3.4.0-M3 to 3.4.0-RC1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.4.0-M3...v3.4.0-RC1)

Updates `org.springframework.boot:spring-boot-starter-thymeleaf` from 3.4.0-M3 to 3.4.0-RC1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.4.0-M3...v3.4.0-RC1)

Updates `org.springframework.boot:spring-boot-starter-test` from 3.4.0-M3 to 3.4.0-RC1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.4.0-M3...v3.4.0-RC1)

Updates `org.springframework.boot` from 3.4.0-M3 to 3.4.0-RC1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.4.0-M3...v3.4.0-RC1)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-jetty
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: spring-boot
- dependency-name: org.springframework.boot:spring-boot-starter-web
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: spring-boot
- dependency-name: org.springframework.boot:spring-boot-starter-thymeleaf
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: spring-boot
- dependency-name: org.springframework.boot:spring-boot-starter-test
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: spring-boot
- dependency-name: org.springframework.boot
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: spring-boot
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/spring-boot-8063f93d93 branch from be139ad to 2d52eed Compare November 4, 2024 11:21
@JKatzwinkel JKatzwinkel merged commit 675ee44 into main Nov 5, 2024
4 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/spring-boot-8063f93d93 branch November 5, 2024 11:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant