codbex / codbex-kronos

SAP HANA XS Classic and ABAP Compatibility Platform
https://codbex.com
Eclipse Public License 2.0
5 stars 3 forks source link

Bump spring.boot.version from 2.7.5 to 3.1.3 #433

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 1 year ago

Bumps spring.boot.version from 2.7.5 to 3.1.3. Updates org.springframework.boot:spring-boot-starter-web from 2.7.5 to 3.1.3

Release notes

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

v3.1.3

:lady_beetle: Bug Fixes

  • Logging config URLs with query parameters are not detected as XML #37062
  • Changed environment variable name APP_PASSWORD to APP_USER_PASSWORD i? #37044
  • BindableRuntimeHintsRegistrar does not generate hints for all nested types of a ConfigurationProperties type #37022
  • server.max-http-request-header-size doesn't affect Netty server with http2 enabled #37015
  • AbstractAotMojo should not add source or target if they are null #36972
  • Exception message in ProcessTestAotMojo has a typo #36966
  • Docker Compose start fails with "unknown flag: --no-color" #36908
  • Script-based database initialization fails with an unhelpful error message when configured with a resource that points to a directory #36786
  • Artemis ConnectionFactory is not configured when CachingConnectionFactory is missing and enabled properties are false #36772
  • DatabaseDriver swallows real exception #36759
  • Defining a custom ElasticsearchTransport causes the auto-configured JsonpMapper to back off #36700
  • Auto-configuration's session repository customization may override that of SessionRepositoryCustomizer beans #36696
  • RabbitMQ smoke test is missing a test #36612
  • Tomcat warns about a missing +/- prefix when enabling multiple protocols through server.ssl.enabled-protocols #36584
  • management.metrics.export.stackdriver properties are incomplete #36559
  • management.wavefront.metrics.export properties are incomplete #36556
  • management.metrics.export.signalfx properties are incomplete #36553
  • JobLauncherApplicationRunner returns a success exit code even when no jobs have been run #36532
  • Remove use of jakarta.annotation.PostConstruct #36529
  • management.metrics.export.atlas properties are incomplete #36526
  • Descriptions of started and ready time metrics contain time units but the unit may change when the metrics are exported #36516
  • Unlike other Spring Boot goals, process-aot and process-test-aot run on Maven reactor projects #36494
  • @ServiceConnection on a @Bean method does not work in sliced tests #36037

:notebook_with_decorative_cover: Documentation

  • Fix broken links in the documentation #37071
  • Maven plugin docs contain invalid parameter for image building #37051
  • Align javadoc of AbstractFilterRegistrationBean#setDispatcherTypes #36969
  • Improve documentation of spring.cache.type=none #36962
  • Clarify that spring.security.filter properties only apply to servlet-based web apps #36865
  • Improve documentation to describe how @EntityScan and @Enable?Repositories can be used to tune scanning #36862
  • Describe quirks of JUL and Log4j2 in the javadoc of OutputCaptureExtension #36859
  • LogbackLoggingSystem does not report suppressed exception details #36856
  • Clarify table that shows how logging properties are transferred to system properties #36853
  • Review Google AppEngine documentation #36850
  • Rework Working with NoSQL Technologies to clarify which stores are supported by Spring Data #36813
  • Clarify how nested directories are treated for configtree with wildcards #36810
  • Clarify the effect of using @EnableWebMvc #36797
  • Document defaults for spring.mvc.format.* and spring.webflux.format.* properties #36793
  • Documentation describes how to opt in to using the path pattern parser but it's now the default #36789
  • Document that scripts for database initialization are optional by default and how they can be made mandatory #36783
  • Document @DataR2dbcTest support #36756
  • @since is missing from javadoc of values added to JavaVersion since its introduction #36735
  • Update Paketo builder references in documentation #36690
  • Document how to use Docker Compose integration when running tests #36636
  • Update RestTemplateBuilder#defaultHeader javadoc to reference correct client-side HTTP request class #36630

... (truncated)

Commits


Updates org.springframework.boot:spring-boot-starter-websocket from 2.7.5 to 3.1.3

Release notes

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

v3.1.3

:lady_beetle: Bug Fixes

  • Logging config URLs with query parameters are not detected as XML #37062
  • Changed environment variable name APP_PASSWORD to APP_USER_PASSWORD i? #37044
  • BindableRuntimeHintsRegistrar does not generate hints for all nested types of a ConfigurationProperties type #37022
  • server.max-http-request-header-size doesn't affect Netty server with http2 enabled #37015
  • AbstractAotMojo should not add source or target if they are null #36972
  • Exception message in ProcessTestAotMojo has a typo #36966
  • Docker Compose start fails with "unknown flag: --no-color" #36908
  • Script-based database initialization fails with an unhelpful error message when configured with a resource that points to a directory #36786
  • Artemis ConnectionFactory is not configured when CachingConnectionFactory is missing and enabled properties are false #36772
  • DatabaseDriver swallows real exception #36759
  • Defining a custom ElasticsearchTransport causes the auto-configured JsonpMapper to back off #36700
  • Auto-configuration's session repository customization may override that of SessionRepositoryCustomizer beans #36696
  • RabbitMQ smoke test is missing a test #36612
  • Tomcat warns about a missing +/- prefix when enabling multiple protocols through server.ssl.enabled-protocols #36584
  • management.metrics.export.stackdriver properties are incomplete #36559
  • management.wavefront.metrics.export properties are incomplete #36556
  • management.metrics.export.signalfx properties are incomplete #36553
  • JobLauncherApplicationRunner returns a success exit code even when no jobs have been run #36532
  • Remove use of jakarta.annotation.PostConstruct #36529
  • management.metrics.export.atlas properties are incomplete #36526
  • Descriptions of started and ready time metrics contain time units but the unit may change when the metrics are exported #36516
  • Unlike other Spring Boot goals, process-aot and process-test-aot run on Maven reactor projects #36494
  • @ServiceConnection on a @Bean method does not work in sliced tests #36037

:notebook_with_decorative_cover: Documentation

  • Fix broken links in the documentation #37071
  • Maven plugin docs contain invalid parameter for image building #37051
  • Align javadoc of AbstractFilterRegistrationBean#setDispatcherTypes #36969
  • Improve documentation of spring.cache.type=none #36962
  • Clarify that spring.security.filter properties only apply to servlet-based web apps #36865
  • Improve documentation to describe how @EntityScan and @Enable?Repositories can be used to tune scanning #36862
  • Describe quirks of JUL and Log4j2 in the javadoc of OutputCaptureExtension #36859
  • LogbackLoggingSystem does not report suppressed exception details #36856
  • Clarify table that shows how logging properties are transferred to system properties #36853
  • Review Google AppEngine documentation #36850
  • Rework Working with NoSQL Technologies to clarify which stores are supported by Spring Data #36813
  • Clarify how nested directories are treated for configtree with wildcards #36810
  • Clarify the effect of using @EnableWebMvc #36797
  • Document defaults for spring.mvc.format.* and spring.webflux.format.* properties #36793
  • Documentation describes how to opt in to using the path pattern parser but it's now the default #36789
  • Document that scripts for database initialization are optional by default and how they can be made mandatory #36783
  • Document @DataR2dbcTest support #36756
  • @since is missing from javadoc of values added to JavaVersion since its introduction #36735
  • Update Paketo builder references in documentation #36690
  • Document how to use Docker Compose integration when running tests #36636
  • Update RestTemplateBuilder#defaultHeader javadoc to reference correct client-side HTTP request class #36630

... (truncated)

Commits


Updates org.springframework.boot:spring-boot-starter-data-jdbc from 2.7.5 to 3.1.3

Release notes

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

v3.1.3

:lady_beetle: Bug Fixes

  • Logging config URLs with query parameters are not detected as XML #37062
  • Changed environment variable name APP_PASSWORD to APP_USER_PASSWORD i? #37044
  • BindableRuntimeHintsRegistrar does not generate hints for all nested types of a ConfigurationProperties type #37022
  • server.max-http-request-header-size doesn't affect Netty server with http2 enabled #37015
  • AbstractAotMojo should not add source or target if they are null #36972
  • Exception message in ProcessTestAotMojo has a typo #36966
  • Docker Compose start fails with "unknown flag: --no-color" #36908
  • Script-based database initialization fails with an unhelpful error message when configured with a resource that points to a directory #36786
  • Artemis ConnectionFactory is not configured when CachingConnectionFactory is missing and enabled properties are false #36772
  • DatabaseDriver swallows real exception #36759
  • Defining a custom ElasticsearchTransport causes the auto-configured JsonpMapper to back off #36700
  • Auto-configuration's session repository customization may override that of SessionRepositoryCustomizer beans #36696
  • RabbitMQ smoke test is missing a test #36612
  • Tomcat warns about a missing +/- prefix when enabling multiple protocols through server.ssl.enabled-protocols #36584
  • management.metrics.export.stackdriver properties are incomplete #36559
  • management.wavefront.metrics.export properties are incomplete #36556
  • management.metrics.export.signalfx properties are incomplete #36553
  • JobLauncherApplicationRunner returns a success exit code even when no jobs have been run #36532
  • Remove use of jakarta.annotation.PostConstruct #36529
  • management.metrics.export.atlas properties are incomplete #36526
  • Descriptions of started and ready time metrics contain time units but the unit may change when the metrics are exported #36516
  • Unlike other Spring Boot goals, process-aot and process-test-aot run on Maven reactor projects #36494
  • @ServiceConnection on a @Bean method does not work in sliced tests #36037

:notebook_with_decorative_cover: Documentation

  • Fix broken links in the documentation #37071
  • Maven plugin docs contain invalid parameter for image building #37051
  • Align javadoc of AbstractFilterRegistrationBean#setDispatcherTypes #36969
  • Improve documentation of spring.cache.type=none #36962
  • Clarify that spring.security.filter properties only apply to servlet-based web apps #36865
  • Improve documentation to describe how @EntityScan and @Enable?Repositories can be used to tune scanning #36862
  • Describe quirks of JUL and Log4j2 in the javadoc of OutputCaptureExtension #36859
  • LogbackLoggingSystem does not report suppressed exception details #36856
  • Clarify table that shows how logging properties are transferred to system properties #36853
  • Review Google AppEngine documentation #36850
  • Rework Working with NoSQL Technologies to clarify which stores are supported by Spring Data #36813
  • Clarify how nested directories are treated for configtree with wildcards #36810
  • Clarify the effect of using @EnableWebMvc #36797
  • Document defaults for spring.mvc.format.* and spring.webflux.format.* properties #36793
  • Documentation describes how to opt in to using the path pattern parser but it's now the default #36789
  • Document that scripts for database initialization are optional by default and how they can be made mandatory #36783
  • Document @DataR2dbcTest support #36756
  • @since is missing from javadoc of values added to JavaVersion since its introduction #36735
  • Update Paketo builder references in documentation #36690
  • Document how to use Docker Compose integration when running tests #36636
  • Update RestTemplateBuilder#defaultHeader javadoc to reference correct client-side HTTP request class #36630

... (truncated)

Commits


Updates org.springframework.boot:spring-boot-starter-data-jpa from 2.7.5 to 3.1.3

Release notes

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

v3.1.3

:lady_beetle: Bug Fixes

  • Logging config URLs with query parameters are not detected as XML #37062
  • Changed environment variable name APP_PASSWORD to APP_USER_PASSWORD i? #37044
  • BindableRuntimeHintsRegistrar does not generate hints for all nested types of a ConfigurationProperties type #37022
  • server.max-http-request-header-size doesn't affect Netty server with http2 enabled #37015
  • AbstractAotMojo should not add source or target if they are null #36972
  • Exception message in ProcessTestAotMojo has a typo #36966
  • Docker Compose start fails with "unknown flag: --no-color" #36908
  • Script-based database initialization fails with an unhelpful error message when configured with a resource that points to a directory #36786
  • Artemis ConnectionFactory is not configured when CachingConnectionFactory is missing and enabled properties are false #36772
  • DatabaseDriver swallows real exception #36759
  • Defining a custom ElasticsearchTransport causes the auto-configured JsonpMapper to back off #36700
  • Auto-configuration's session repository customization may override that of SessionRepositoryCustomizer beans #36696
  • RabbitMQ smoke test is missing a test #36612
  • Tomcat warns about a missing +/- prefix when enabling multiple protocols through server.ssl.enabled-protocols #36584
  • management.metrics.export.stackdriver properties are incomplete #36559
  • management.wavefront.metrics.export properties are incomplete #36556
  • management.metrics.export.signalfx properties are incomplete #36553
  • JobLauncherApplicationRunner returns a success exit code even when no jobs have been run #36532
  • Remove use of jakarta.annotation.PostConstruct #36529
  • management.metrics.export.atlas properties are incomplete #36526
  • Descriptions of started and ready time metrics contain time units but the unit may change when the metrics are exported #36516
  • Unlike other Spring Boot goals, process-aot and process-test-aot run on Maven reactor projects #36494
  • @ServiceConnection on a @Bean method does not work in sliced tests #36037

:notebook_with_decorative_cover: Documentation

  • Fix broken links in the documentation #37071
  • Maven plugin docs contain invalid parameter for image building #37051
  • Align javadoc of AbstractFilterRegistrationBean#setDispatcherTypes #36969
  • Improve documentation of spring.cache.type=none #36962
  • Clarify that spring.security.filter properties only apply to servlet-based web apps #36865
  • Improve documentation to describe how @EntityScan and @Enable?Repositories can be used to tune scanning #36862
  • Describe quirks of JUL and Log4j2 in the javadoc of OutputCaptureExtension #36859
  • LogbackLoggingSystem does not report suppressed exception details #36856
  • Clarify table that shows how logging properties are transferred to system properties #36853
  • Review Google AppEngine documentation #36850
  • Rework Working with NoSQL Technologies to clarify which stores are supported by Spring Data #36813
  • Clarify how nested directories are treated for configtree with wildcards #36810
  • Clarify the effect of using @EnableWebMvc #36797
  • Document defaults for spring.mvc.format.* and spring.webflux.format.* properties #36793
  • Documentation describes how to opt in to using the path pattern parser but it's now the default #36789
  • Document that scripts for database initialization are optional by default and how they can be made mandatory #36783
  • Document @DataR2dbcTest support #36756
  • @since is missing from javadoc of values added to JavaVersion since its introduction #36735
  • Update Paketo builder references in documentation #36690
  • Document how to use Docker Compose integration when running tests #36636
  • Update RestTemplateBuilder#defaultHeader javadoc to reference correct client-side HTTP request class #36630

... (truncated)

Commits


Updates org.springframework.boot:spring-boot-starter-security from 2.7.5 to 3.1.3

Release notes

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

v3.1.3

:lady_beetle: Bug Fixes

  • Logging config URLs with query parameters are not detected as XML #37062
  • Changed environment variable name APP_PASSWORD to APP_USER_PASSWORD i? #37044
  • BindableRuntimeHintsRegistrar does not generate hints for all nested types of a ConfigurationProperties type #37022
  • server.max-http-request-header-size doesn't affect Netty server with http2 enabled #37015
  • AbstractAotMojo should not add source or target if they are null #36972
  • Exception message in ProcessTestAotMojo has a typo #36966
  • Docker Compose start fails with "unknown flag: --no-color" #36908
  • Script-based database initialization fails with an unhelpful error message when configured with a resource that points to a directory #36786
  • Artemis ConnectionFactory is not configured when CachingConnectionFactory is missing and enabled properties are false #36772
  • DatabaseDriver swallows real exception #36759
  • Defining a custom ElasticsearchTransport causes the auto-configured JsonpMapper to back off #36700
  • Auto-configuration's session repository customization may override that of SessionRepositoryCustomizer beans #36696
  • RabbitMQ smoke test is missing a test #36612
  • Tomcat warns about a missing +/- prefix when enabling multiple protocols through server.ssl.enabled-protocols #36584
  • management.metrics.export.stackdriver properties are incomplete #36559
  • management.wavefront.metrics.export properties are incomplete #36556
  • management.metrics.export.signalfx properties are incomplete #36553
  • JobLauncherApplicationRunner returns a success exit code even when no jobs have been run #36532
  • Remove use of jakarta.annotation.PostConstruct #36529
  • management.metrics.export.atlas properties are incomplete #36526
  • Descriptions of started and ready time metrics contain time units but the unit may change when the metrics are exported #36516
  • Unlike other Spring Boot goals, process-aot and process-test-aot run on Maven reactor projects #36494
  • @ServiceConnection on a @Bean method does not work in sliced tests #36037

:notebook_with_decorative_cover: Documentation

  • Fix broken links in the documentation #37071
  • Maven plugin docs contain invalid parameter for image building #37051
  • Align javadoc of AbstractFilterRegistrationBean#setDispatcherTypes #36969
  • Improve documentation of spring.cache.type=none #36962
  • Clarify that spring.security.filter properties only apply to servlet-based web apps #36865
  • Improve documentation to describe how @EntityScan and @Enable?Repositories can be used to tune scanning #36862
  • Describe quirks of JUL and Log4j2 in the javadoc of OutputCaptureExtension #36859
  • LogbackLoggingSystem does not report suppressed exception details #36856
  • Clarify table that shows how logging properties are transferred to system properties #36853
  • Review Google AppEngine documentation #36850
  • Rework Working with NoSQL Technologies to clarify which stores are supported by Spring Data #36813
  • Clarify how nested directories are treated for configtree with wildcards #36810
  • Clarify the effect of using @EnableWebMvc #36797
  • Document defaults for spring.mvc.format.* and spring.webflux.format.* properties #36793
  • Documentation describes how to opt in to using the path pattern parser but it's now the default #36789
  • Document that scripts for database initialization are optional by default and how they can be made mandatory #36783
  • Document @DataR2dbcTest support #36756
  • @since is missing from javadoc of values added to JavaVersion since its introduction #36735
  • Update Paketo builder references in documentation #36690
  • Document how to use Docker Compose integration when running tests #36636
  • Update RestTemplateBuilder#defaultHeader javadoc to reference correct client-side HTTP request class #36630

... (truncated)

Commits


Updates org.springframework.boot:spring-boot-starter-validation from 2.7.5 to 3.1.3

Release notes

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

v3.1.3

:lady_beetle: Bug Fixes

  • Logging config URLs with query parameters are not detected as XML #37062
  • Changed environment variable name APP_PASSWORD to APP_USER_PASSWORD i? #37044
  • BindableRuntimeHintsRegistrar does not generate hints for all nested types of a ConfigurationProperties type #37022
  • server.max-http-request-header-size doesn't affect Netty server with http2 enabled #37015
  • AbstractAotMojo should not add source or target if they are null #36972
  • Exception message in ProcessTestAotMojo has a typo #36966
  • Docker Compose start fails with "unknown flag: --no-color" #36908
  • Script-based database initialization fails with an unhelpful error message when configured with a resource that points to a directory #36786
  • Artemis ConnectionFactory is not configured when CachingConnectionFactory is missing and enabled properties are false #36772
  • DatabaseDriver swallows real exception #36759
  • Defining a custom ElasticsearchTransport causes the auto-configured JsonpMapper to back off #36700
  • Auto-configuration's session repository customization may override that of SessionRepositoryCustomizer beans #36696
  • RabbitMQ smoke test is missing a test #36612
  • Tomcat warns about a missing +/- prefix when enabling multiple protocols through server.ssl.enabled-protocols #36584
  • management.metrics.export.stackdriver properties are incomplete #36559
  • management.wavefront.metrics.export properties are incomplete #36556
  • management.metrics.export.signalfx properties are incomplete #36553
  • JobLauncherApplicationRunner returns a success exit code even when no jobs have been run #36532
  • Remove use of jakarta.annotation.PostConstruct #36529
  • management.metrics.export.atlas properties are incomplete #36526
  • Descriptions of started and ready time metrics contain time units but the unit may change when the metrics are exported #36516
  • Unlike other Spring Boot goals, process-aot and process-test-aot run on Maven reactor projects #36494
  • @ServiceConnection on a @Bean method does not work in sliced tests #36037

:notebook_with_decorative_cover: Documentation

  • Fix broken links in the documentation #37071
  • Maven plugin docs contain invalid parameter for image building #37051
  • Align javadoc of AbstractFilterRegistrationBean#setDispatcherTypes #36969
  • Improve documentation of spring.cache.type=none #36962
  • Clarify that spring.security.filter properties only apply to servlet-based web apps #36865
  • Improve documentation to describe how @EntityScan and @Enable?Repositories can be used to tune scanning #36862
  • Describe quirks of JUL and Log4j2 in the javadoc of OutputCaptureExtension #36859
  • LogbackLoggingSystem does not report suppressed exception details #36856
  • Clarify table that shows how logging properties are transferred to system properties #36853
  • Review Google AppEngine documentation #36850
  • Rework Working with NoSQL Technologies to clarify which stores are supported by Spring Data #36813
  • Clarify how nested directories are treated for configtree with wildcards #36810
  • Clarify the effect of using @EnableWebMvc #36797
  • Document defaults for spring.mvc.format.* and spring.webflux.format.* properties #36793
  • Documentation describes how to opt in to using the path pattern parser but it's now the default #36789
  • Document that scripts for database initialization are optional by default and how they can be made mandatory #36783
  • Document @DataR2dbcTest support #36756
  • @since is missing from javadoc of values added to JavaVersion since its introduction #36735
  • Update Paketo builder references in documentation #36690
  • Document how to use Docker Compose integration when running tests #36636
  • Update RestTemplateBuilder#defaultHeader javadoc to reference correct client-side HTTP request class #36630

... (truncated)

Commits


Updates org.springframework.boot:spring-boot-starter-actuator from 2.7.5 to 3.1.3

Release notes

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

v3.1.3

:lady_beetle: Bug Fixes

  • Logging config URLs with query parameters are not detected as XML #37062
  • Changed environment variable name APP_PASSWORD to APP_USER_PASSWORD i? #37044
  • BindableRuntimeHintsRegistrar does not generate hints for all nested types of a ConfigurationProperties type #37022
  • server.max-http-request-header-size doesn't affect Netty server with http2 enabled #37015
  • AbstractAotMojo should not add source or target if they are null #36972
  • Exception message in ProcessTestAotMojo has a typo #36966
  • Docker Compose start fails with "unknown flag: --no-color" #36908
  • Script-based database initialization fails with an unhelpful error message when configured with a resource that points to a directory #36786
  • Artemis ConnectionFactory is not configured when CachingConnectionFactory is missing and enabled properties are false #36772
  • DatabaseDriver swallows real exception #36759
  • Defining a custom ElasticsearchTransport causes the auto-configured JsonpMapper to back off #36700
  • Auto-configuration's session repository customization may override that of SessionRepositoryCustomizer beans #36696
  • RabbitMQ smoke test is missing a test #36612
  • Tomcat warns about a missing +/- prefix when enabling multiple protocols through server.ssl.enabled-protocols #36584
  • management.metrics.export.stackdriver properties are incomplete #36559
  • management.wavefront.metrics.export properties are incomplete #36556
  • management.metrics.export.signalfx properties are incomplete #36553
  • JobLauncherApplicationRunner returns a success exit code even when no jobs have been run #36532
  • Remove use of jakarta.annotation.PostConstruct #36529
  • management.metrics.export.atlas properties are incomplete #36526
  • Descriptions of started and ready time metrics contain time units but the unit may change when the metrics are exported #36516
  • Unlike other Spring Boot goals, process-aot and process-test-aot run on Maven reactor projects #36494
  • @ServiceConnection on a @Bean method does not work in sliced tests #36037

:notebook_with_decorative_cover: Documentation

  • Fix broken links in the documentation
    dependabot[bot] commented 11 months ago

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

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