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 8 updates #199

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 26, 2024

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

Package From To
org.springframework:spring-core 6.1.14 6.1.15
org.springframework:spring-core-test 6.1.14 6.1.15
org.springframework:spring-context 6.1.14 6.1.15
org.springframework:spring-test 6.1.14 6.1.15
org.springframework.boot:spring-boot-autoconfigure 3.3.5 3.4.0
org.springframework.boot:spring-boot-test 3.3.5 3.4.0
org.springframework.boot:spring-boot-starter-data-jpa 3.3.5 3.4.0
org.springframework.boot:spring-boot-starter-test 3.3.5 3.4.0

Updates org.springframework:spring-core from 6.1.14 to 6.1.15

Release notes

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

v6.1.15

⭐ New Features

  • Use UriUtils to process static resource paths #33859
  • Prefer modified resources over the originals in TestCompiler #33850
  • Improve iteration methods in native headers to MultiValueMap adapters #33823
  • Deregister empty Cache from CacheManager #33813
  • Rename aopAvailable constants in TransactionSynchronizationUtils for better GraalVM native image support #33796
  • Load-time weaving support for WildFly 24+ #33728

🐞 Bug Fixes

  • DefaultClientRequestObservationConvention generates wrong uri tag when missing path #33867
  • HttpComponentsClientHttpRequestFactory setReadTimeout not working with httpclient 5.4 #33806
  • HttpHeaders.writeableHttpHeaders(new HttpHeaders(readOnlyHttpHeaders)) is not writeable #33789
  • RestClient exchange methods are not nullable #33779
  • Throw SpelParseException for unsupported character in SpelExpressionParser #33767
  • DefaultMessageListenerContainer reports incorrect jms.process.message count #33758
  • Autowiring fails if multiple non-highest @Priority beans exist with same priority #33733
  • Jackson2Decoder leaks on WebClient timeout #33731
  • DefaultServerRequestObservationConvention throws when response status is zero #33725
  • Aspect executed twice - @AfterThrowing #33704
  • parts w/o filename in Content-Disposition header are not cleaned from temp folder (skipped by StandardServletMultipartResolver) #33511

📔 Documentation

  • Resources link points to wrong section of reference guide #33882
  • Remove mentions of Joda-Time support #33881
  • SimpleAsyncTaskExecutor blocks calling thread when concurrencyLimit set #33873
  • Fix formatting issue in validation section of reference guide #33871
  • Fix typo in reference documentation #33865
  • Fix XML bean reference example in reference manual #33855
  • Fix a typo in documentation #33846
  • Numerous warnings when injecting dependencies into configuration that implements CachingConfigurer #33834
  • @Async documentation should not suggest deprecated classes #33805
  • Document that circular dependencies should be avoided in AOT mode #33786
  • Inconsistent Lifecycle Management with Virtual Threads in Spring Boot Async Configuration #33780
  • Fix incorrect regex rendering in MVC controller documentation #33766
  • Improve documentation for allowEagerInit parameter in getBeanNamesForType() #33740
  • Fix Javadoc in ReactorNetty2ResourceFactory #33735
  • Document options for handling Date/Time parsing and formatting issues with JDK 20+ #33151

🔨 Dependency Upgrades

  • Upgrade to Micrometer 1.12.12 #33877
  • Upgrade to Reactor 2023.0.12 #33879

❤️ Contributors

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

... (truncated)

Commits
  • c160cba Release v6.1.15
  • 6cb41dc Upgrade to Netty 4.1.115
  • 1e95332 Fix link to "Resources" section in reference guide
  • fec6ba4 Polishing
  • bfde33a Document options for Date/Time parsing & formatting issues with JDK 20+
  • 14b9865 Remove ineffective JettyByteBufferIterator from WebSocket adapter
  • 62eb21f Add note on declaring autowired fields as ObjectProvider
  • 01c85b1 Add explicit note on blocking in case of concurrency limit
  • df376d9 Upgrade to Micrometer 1.12.12 and Reactor 2023.0.12
  • 4d792d0 Remove mentions of Joda-Time support
  • Additional commits viewable in compare view

Updates org.springframework:spring-core-test from 6.1.14 to 6.1.15

Release notes

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

v6.1.15

⭐ New Features

  • Use UriUtils to process static resource paths #33859
  • Prefer modified resources over the originals in TestCompiler #33850
  • Improve iteration methods in native headers to MultiValueMap adapters #33823
  • Deregister empty Cache from CacheManager #33813
  • Rename aopAvailable constants in TransactionSynchronizationUtils for better GraalVM native image support #33796
  • Load-time weaving support for WildFly 24+ #33728

🐞 Bug Fixes

  • DefaultClientRequestObservationConvention generates wrong uri tag when missing path #33867
  • HttpComponentsClientHttpRequestFactory setReadTimeout not working with httpclient 5.4 #33806
  • HttpHeaders.writeableHttpHeaders(new HttpHeaders(readOnlyHttpHeaders)) is not writeable #33789
  • RestClient exchange methods are not nullable #33779
  • Throw SpelParseException for unsupported character in SpelExpressionParser #33767
  • DefaultMessageListenerContainer reports incorrect jms.process.message count #33758
  • Autowiring fails if multiple non-highest @Priority beans exist with same priority #33733
  • Jackson2Decoder leaks on WebClient timeout #33731
  • DefaultServerRequestObservationConvention throws when response status is zero #33725
  • Aspect executed twice - @AfterThrowing #33704
  • parts w/o filename in Content-Disposition header are not cleaned from temp folder (skipped by StandardServletMultipartResolver) #33511

📔 Documentation

  • Resources link points to wrong section of reference guide #33882
  • Remove mentions of Joda-Time support #33881
  • SimpleAsyncTaskExecutor blocks calling thread when concurrencyLimit set #33873
  • Fix formatting issue in validation section of reference guide #33871
  • Fix typo in reference documentation #33865
  • Fix XML bean reference example in reference manual #33855
  • Fix a typo in documentation #33846
  • Numerous warnings when injecting dependencies into configuration that implements CachingConfigurer #33834
  • @Async documentation should not suggest deprecated classes #33805
  • Document that circular dependencies should be avoided in AOT mode #33786
  • Inconsistent Lifecycle Management with Virtual Threads in Spring Boot Async Configuration #33780
  • Fix incorrect regex rendering in MVC controller documentation #33766
  • Improve documentation for allowEagerInit parameter in getBeanNamesForType() #33740
  • Fix Javadoc in ReactorNetty2ResourceFactory #33735
  • Document options for handling Date/Time parsing and formatting issues with JDK 20+ #33151

🔨 Dependency Upgrades

  • Upgrade to Micrometer 1.12.12 #33877
  • Upgrade to Reactor 2023.0.12 #33879

❤️ Contributors

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

... (truncated)

Commits
  • c160cba Release v6.1.15
  • 6cb41dc Upgrade to Netty 4.1.115
  • 1e95332 Fix link to "Resources" section in reference guide
  • fec6ba4 Polishing
  • bfde33a Document options for Date/Time parsing & formatting issues with JDK 20+
  • 14b9865 Remove ineffective JettyByteBufferIterator from WebSocket adapter
  • 62eb21f Add note on declaring autowired fields as ObjectProvider
  • 01c85b1 Add explicit note on blocking in case of concurrency limit
  • df376d9 Upgrade to Micrometer 1.12.12 and Reactor 2023.0.12
  • 4d792d0 Remove mentions of Joda-Time support
  • Additional commits viewable in compare view

Updates org.springframework:spring-context from 6.1.14 to 6.1.15

Release notes

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

v6.1.15

⭐ New Features

  • Use UriUtils to process static resource paths #33859
  • Prefer modified resources over the originals in TestCompiler #33850
  • Improve iteration methods in native headers to MultiValueMap adapters #33823
  • Deregister empty Cache from CacheManager #33813
  • Rename aopAvailable constants in TransactionSynchronizationUtils for better GraalVM native image support #33796
  • Load-time weaving support for WildFly 24+ #33728

🐞 Bug Fixes

  • DefaultClientRequestObservationConvention generates wrong uri tag when missing path #33867
  • HttpComponentsClientHttpRequestFactory setReadTimeout not working with httpclient 5.4 #33806
  • HttpHeaders.writeableHttpHeaders(new HttpHeaders(readOnlyHttpHeaders)) is not writeable #33789
  • RestClient exchange methods are not nullable #33779
  • Throw SpelParseException for unsupported character in SpelExpressionParser #33767
  • DefaultMessageListenerContainer reports incorrect jms.process.message count #33758
  • Autowiring fails if multiple non-highest @Priority beans exist with same priority #33733
  • Jackson2Decoder leaks on WebClient timeout #33731
  • DefaultServerRequestObservationConvention throws when response status is zero #33725
  • Aspect executed twice - @AfterThrowing #33704
  • parts w/o filename in Content-Disposition header are not cleaned from temp folder (skipped by StandardServletMultipartResolver) #33511

📔 Documentation

  • Resources link points to wrong section of reference guide #33882
  • Remove mentions of Joda-Time support #33881
  • SimpleAsyncTaskExecutor blocks calling thread when concurrencyLimit set #33873
  • Fix formatting issue in validation section of reference guide #33871
  • Fix typo in reference documentation #33865
  • Fix XML bean reference example in reference manual #33855
  • Fix a typo in documentation #33846
  • Numerous warnings when injecting dependencies into configuration that implements CachingConfigurer #33834
  • @Async documentation should not suggest deprecated classes #33805
  • Document that circular dependencies should be avoided in AOT mode #33786
  • Inconsistent Lifecycle Management with Virtual Threads in Spring Boot Async Configuration #33780
  • Fix incorrect regex rendering in MVC controller documentation #33766
  • Improve documentation for allowEagerInit parameter in getBeanNamesForType() #33740
  • Fix Javadoc in ReactorNetty2ResourceFactory #33735
  • Document options for handling Date/Time parsing and formatting issues with JDK 20+ #33151

🔨 Dependency Upgrades

  • Upgrade to Micrometer 1.12.12 #33877
  • Upgrade to Reactor 2023.0.12 #33879

❤️ Contributors

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

... (truncated)

Commits
  • c160cba Release v6.1.15
  • 6cb41dc Upgrade to Netty 4.1.115
  • 1e95332 Fix link to "Resources" section in reference guide
  • fec6ba4 Polishing
  • bfde33a Document options for Date/Time parsing & formatting issues with JDK 20+
  • 14b9865 Remove ineffective JettyByteBufferIterator from WebSocket adapter
  • 62eb21f Add note on declaring autowired fields as ObjectProvider
  • 01c85b1 Add explicit note on blocking in case of concurrency limit
  • df376d9 Upgrade to Micrometer 1.12.12 and Reactor 2023.0.12
  • 4d792d0 Remove mentions of Joda-Time support
  • Additional commits viewable in compare view

Updates org.springframework:spring-test from 6.1.14 to 6.1.15

Release notes

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

v6.1.15

⭐ New Features

  • Use UriUtils to process static resource paths #33859
  • Prefer modified resources over the originals in TestCompiler #33850
  • Improve iteration methods in native headers to MultiValueMap adapters #33823
  • Deregister empty Cache from CacheManager #33813
  • Rename aopAvailable constants in TransactionSynchronizationUtils for better GraalVM native image support #33796
  • Load-time weaving support for WildFly 24+ #33728

🐞 Bug Fixes

  • DefaultClientRequestObservationConvention generates wrong uri tag when missing path #33867
  • HttpComponentsClientHttpRequestFactory setReadTimeout not working with httpclient 5.4 #33806
  • HttpHeaders.writeableHttpHeaders(new HttpHeaders(readOnlyHttpHeaders)) is not writeable #33789
  • RestClient exchange methods are not nullable #33779
  • Throw SpelParseException for unsupported character in SpelExpressionParser #33767
  • DefaultMessageListenerContainer reports incorrect jms.process.message count #33758
  • Autowiring fails if multiple non-highest @Priority beans exist with same priority #33733
  • Jackson2Decoder leaks on WebClient timeout #33731
  • DefaultServerRequestObservationConvention throws when response status is zero #33725
  • Aspect executed twice - @AfterThrowing #33704
  • parts w/o filename in Content-Disposition header are not cleaned from temp folder (skipped by StandardServletMultipartResolver) #33511

📔 Documentation

  • Resources link points to wrong section of reference guide #33882
  • Remove mentions of Joda-Time support #33881
  • SimpleAsyncTaskExecutor blocks calling thread when concurrencyLimit set #33873
  • Fix formatting issue in validation section of reference guide #33871
  • Fix typo in reference documentation #33865
  • Fix XML bean reference example in reference manual #33855
  • Fix a typo in documentation #33846
  • Numerous warnings when injecting dependencies into configuration that implements CachingConfigurer #33834
  • @Async documentation should not suggest deprecated classes #33805
  • Document that circular dependencies should be avoided in AOT mode #33786
  • Inconsistent Lifecycle Management with Virtual Threads in Spring Boot Async Configuration #33780
  • Fix incorrect regex rendering in MVC controller documentation #33766
  • Improve documentation for allowEagerInit parameter in getBeanNamesForType() #33740
  • Fix Javadoc in ReactorNetty2ResourceFactory #33735
  • Document options for handling Date/Time parsing and formatting issues with JDK 20+ #33151

🔨 Dependency Upgrades

  • Upgrade to Micrometer 1.12.12 #33877
  • Upgrade to Reactor 2023.0.12 #33879

❤️ Contributors

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

... (truncated)

Commits
  • c160cba Release v6.1.15
  • 6cb41dc Upgrade to Netty 4.1.115
  • 1e95332 Fix link to "Resources" section in reference guide
  • fec6ba4 Polishing
  • bfde33a Document options for Date/Time parsing & formatting issues with JDK 20+
  • 14b9865 Remove ineffective JettyByteBufferIterator from WebSocket adapter
  • 62eb21f Add note on declaring autowired fields as ObjectProvider
  • 01c85b1 Add explicit note on blocking in case of concurrency limit
  • df376d9 Upgrade to Micrometer 1.12.12 and Reactor 2023.0.12
  • 4d792d0 Remove mentions of Joda-Time support
  • Additional commits viewable in compare view

Updates org.springframework:spring-core-test from 6.1.14 to 6.1.15

Release notes

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

v6.1.15

⭐ New Features

  • Use UriUtils to process static resource paths #33859
  • Prefer modified resources over the originals in TestCompiler #33850
  • Improve iteration methods in native headers to MultiValueMap adapters #33823
  • Deregister empty Cache from CacheManager #33813
  • Rename aopAvailable constants in TransactionSynchronizationUtils for better GraalVM native image support #33796
  • Load-time weaving support for WildFly 24+ #33728

🐞 Bug Fixes

  • DefaultClientRequestObservationConvention generates wrong uri tag when missing path #33867
  • HttpComponentsClientHttpRequestFactory setReadTimeout not working with httpclient 5.4 #33806
  • HttpHeaders.writeableHttpHeaders(new HttpHeaders(readOnlyHttpHeaders)) is not writeable #33789
  • RestClient exchange methods are not nullable #33779
  • Throw SpelParseException for unsupported character in SpelExpressionParser #33767
  • DefaultMessageListenerContainer reports incorrect jms.process.message count #33758
  • Autowiring fails if multiple non-highest @Priority beans exist with same priority #33733
  • Jackson2Decoder leaks on WebClient timeout #33731
  • DefaultServerRequestObservationConvention throws when response status is zero #33725
  • Aspect executed twice - @AfterThrowing #33704
  • parts w/o filename in Content-Disposition header are not cleaned from temp folder (skipped by StandardServletMultipartResolver) #33511

📔 Documentation

  • Resources link points to wrong section of reference guide #33882
  • Remove mentions of Joda-Time support #33881
  • SimpleAsyncTaskExecutor blocks calling thread when concurrencyLimit set #33873
  • Fix formatting issue in validation section of reference guide #33871
  • Fix typo in reference documentation #33865
  • Fix XML bean reference example in reference manual #33855
  • Fix a typo in documentation #33846
  • Numerous warnings when injecting dependencies into configuration that implements CachingConfigurer #33834
  • @Async documentation should not suggest deprecated classes #33805
  • Document that circular dependencies should be avoided in AOT mode #33786
  • Inconsistent Lifecycle Management with Virtual Threads in Spring Boot Async Configuration #33780
  • Fix incorrect regex rendering in MVC controller documentation #33766
  • Improve documentation for allowEagerInit parameter in getBeanNamesForType() #33740
  • Fix Javadoc in ReactorNetty2ResourceFactory #33735
  • Document options for handling Date/Time parsing and formatting issues with JDK 20+ #33151

🔨 Dependency Upgrades

  • Upgrade to Micrometer 1.12.12 #33877
  • Upgrade to Reactor 2023.0.12 #33879

❤️ Contributors

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

... (truncated)

Commits
  • c160cba Release v6.1.15
  • 6cb41dc Upgrade to Netty 4.1.115
  • 1e95332 Fix link to "Resources" section in reference guide
  • fec6ba4 Polishing
  • bfde33a Document options for Date/Time parsing & formatting issues with JDK 20+
  • 14b9865 Remove ineffective JettyByteBufferIterator from WebSocket adapter
  • 62eb21f Add note on declaring autowired fields as ObjectProvider
  • 01c85b1 Add explicit note on blocking in case of concurrency limit
  • df376d9 Upgrade to Micrometer 1.12.12 and Reactor 2023.0.12
  • 4d792d0 Remove mentions of Joda-Time support
  • Additional commits viewable in compare view

Updates org.springframework:spring-context from 6.1.14 to 6.1.15

Release notes

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

v6.1.15

⭐ New Features

  • Use UriUtils to process static resource paths #33859
  • Prefer modified resources over the originals in TestCompiler #33850
  • Improve iteration methods in native headers to MultiValueMap adapters #33823
  • Deregister empty Cache from CacheManager #33813
  • Rename aopAvailable constants in TransactionSynchronizationUtils for better GraalVM native image support #33796
  • Load-time weaving support for WildFly 24+ #33728

🐞 Bug Fixes

  • DefaultClientRequestObservationConvention generates wrong uri tag when missing path #33867
  • HttpComponentsClientHttpRequestFactory setReadTimeout not working with httpclient 5.4 #33806
  • HttpHeaders.writeableHttpHeaders(new HttpHeaders(readOnlyHttpHeaders)) is not writeable #33789
  • RestClient exchange methods are not nullable #33779
  • Throw SpelParseException for unsupported character in SpelExpressionParser #33767
  • DefaultMessageListenerContainer reports incorrect jms.process.message count #33758
  • Autowiring fails if multiple non-highest @Priority beans exist with same priority #33733
  • Jackson2Decoder leaks on WebClient timeout #33731
  • DefaultServerRequestObservationConvention throws when response status is zero #33725
  • Aspect executed twice - @AfterThrowing #33704
  • parts w/o filename in Content-Disposition header are not cleaned from temp folder (skipped by StandardServletMultipartResolver) #33511

📔 Documentation

  • Resources link points to wrong section of reference guide #33882
  • Remove mentions of Joda-Time support #33881
  • SimpleAsyncTaskExecutor blocks calling thread when concurrencyLimit set #33873
  • Fix formatting issue in validation section of reference guide #33871
  • Fix typo in reference documentation #33865
  • Fix XML bean reference example in reference manual #33855
  • Fix a typo in documentation #33846
  • Numerous warnings when injecting dependencies into configuration that implements CachingConfigurer #33834
  • @Async documentation should not suggest deprecated classes #33805
  • Document that circular dependencies should be avoided in AOT mode #33786
  • Inconsistent Lifecycle Management with Virtual Threads in Spring Boot Async Configuration #33780
  • Fix incorrect regex rendering in MVC controller documentation #33766
  • Improve documentation for allowEagerInit parameter in getBeanNamesForType() #33740
  • Fix Javadoc in ReactorNetty2ResourceFactory #33735
  • Document options for handling Date/Time parsing and formatting issues with JDK 20+ #33151

🔨 Dependency Upgrades

  • Upgrade to Micrometer 1.12.12 #33877
  • Upgrade to Reactor 2023.0.12 #33879

❤️ Contributors

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

... (truncated)

Commits
  • c160cba Release v6.1.15
  • 6cb41dc Upgrade to Netty 4.1.115
  • 1e95332 Fix link to "Resources" section in reference guide
  • fec6ba4 Polishing
  • bfde33a Document options for Date/Time parsing & formatting issues with JDK 20+
  • 14b9865 Remove ineffective JettyByteBufferIterator from WebSocket adapter
  • 62eb21f Add note on declaring autowired fields as ObjectProvider
  • 01c85b1 Add explicit note on blocking in case of concurrency limit
  • df376d9 Upgrade to Micrometer 1.12.12 and Reactor 2023.0.12
  • 4d792d0 Remove mentions of Joda-Time support
  • Additional commits viewable in compare view

Updates org.springframework:spring-test from 6.1.14 to 6.1.15

Release notes

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

v6.1.15

⭐ New Features

  • Use UriUtils to process static resource paths #33859
  • Prefer modified resources over the originals in TestCompiler #33850
  • Improve iteration methods in native headers to MultiValueMap adapters #33823
  • Deregister empty Cache from CacheManager #33813
  • Rename aopAvailable constants in TransactionSynchronizationUtils for better GraalVM native image support #33796
  • Load-time weaving support for WildFly 24+ #33728

🐞 Bug Fixes

  • DefaultClientRequestObservationConvention generates wrong uri tag when missing path #33867
  • HttpComponentsClientHttpRequestFactory setReadTimeout not working with httpclient 5.4 #33806
  • HttpHeaders.writeableHttpHeaders(new HttpHeaders(readOnlyHttpHeaders)) is not writeable #33789
  • RestClient exchange methods are not nullable #33779
  • Throw SpelParseException for unsupported character in SpelExpressionParser #33767
  • DefaultMessageListenerContainer reports incorrect jms.process.message count #33758
  • Autowiring fails if multiple non-highest @Priority beans exist with same priority #33733
  • Jackson2Decoder leaks on WebClient timeout #33731
  • DefaultServerRequestObservationConvention throws when response status is zero #33725
  • Aspect executed twice - @AfterThrowing #33704
  • parts w/o filename in Content-Disposition header are not cleaned from temp folder (skipped by StandardServletMultipartResolver) #33511

📔 Documentation

  • Resources link points to wrong section of reference guide #33882
  • Remove mentions of Joda-Time support #33881
  • SimpleAsyncTaskExecutor blocks calling thread when concurrencyLimit set #33873
  • Fix formatting issue in validation section of reference guide #33871
  • Fix typo in reference documentation #33865
  • Fix XML bean reference example in reference manual #33855
  • Fix a typo in documentation #33846
  • Numerous warnings when injecting dependencies into configuration that implements CachingConfigurer #33834
  • @Async documentation should not suggest deprecated classes #33805
  • Document that circular dependencies should be avoided in AOT mode #33786
  • Inconsistent Lifecycle Management with Virtual Threads in Spring Boot Async Configuration #33780
  • Fix incorrect regex rendering in MVC controller documentation #33766
  • Improve documentation for allowEagerInit parameter in getBeanNamesForType() #33740
  • Fix Javadoc in ReactorNetty2ResourceFactory #33735
  • Document options for handling Date/Time parsing and formatting issues with JDK 20+ #33151

🔨 Dependency Upgrades

  • Upgrade to Micrometer 1.12.12 #33877
  • Upgrade to Reactor 2023.0.12 #33879

❤️ Contributors

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

... (truncated)

Commits
  • c160cba Release v6.1.15
  • 6cb41dc Upgrade to Netty 4.1.115
  • 1e95332 Fix link to "Resources" section in reference guide
  • fec6ba4 Polishing
  • bfde33a Document options for Date/Time parsing & formatting issues with JDK 20+
  • 14b9865 Remove ineffective JettyByteBufferIterator from WebSocket adapter
  • 62eb21f Add note on declaring autowired fields as ObjectProvider
  • 01c85b1 Add explicit note on blocking in case of concurrency limit
  • df376d9 Upgrade to Micrometer 1.12.12 and Reactor 2023.0.12
  • 4d792d0 Remove mentions of Joda-Time support
  • Additional commits viewable in compare view

Updates org.springframework.boot:spring-boot-autoconfigure from 3.3.5 to 3.4.0

Release notes

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

v3.4.0

⭐ New Features

  • Add withDefaultRequestConfigCustomizer method to HttpComponentsClientHttpRequestFactoryBuilder #43139
  • Fail JsonWriter if duplicate names are detected #43041
  • Add JsonObjectDeserializer.nullSafeValue method that accepts a mapper Function #42972
  • Support timeout property for GraphQL over SSE #42966
  • Improve performance of ConfigurationPropertiesBinder by storing bind handlers on first access #42950
  • Improve performance of ConcurrentReferenceCachingMetadataReaderFactory #42949
  • Log warning in HikariCheckpointRestoreLifecycle if pool suspension isn't configured #42937
  • Remove spring-boot-starter-aop dependency from spring-boot-starter-data-jpa and spring-boot-starter-integration #42934

🐞 Bug Fixes

  • Jersey body handling is inconsistent with Spring Webflux and Spring MVC #43209
  • Classes are accidentally named "structure logging" instead of "structured logging" #43203
  • StructuredLoggingJsonProperties customizer should be a Class reference rather than a String #43202
  • Cannot package OCI image when 'docker.io/paketobuildpacks/new-relic' is provided as a buildpack #43171
  • Incorrect Type for 'management.endpoints.access.default' defined in additional-spring-configuration-metadata.json #43154
  • WebServerPortFileWriter fails when using a portfile without extension #43117
  • SslOptions.isSpecified() only returns true if ciphers and enabled protocols are set #43084
  • SslHealthIndicator throws NullPointerException when using SslBundle with SslStoreBundle.NONE #43078
  • JdkClientHttpRequestFactoryBuilder and JettyClientHttpRequestFactoryBuilder do not set Ciphers or Enabled Protocols #43077
  • Root cause of errors is hidden when loading images from archive #43070
  • mvn spring-boot:run fails on Windows with "Could Not Find or Load Main Class" when path contains non-ASCII characters #43062
  • A @SpyBean on the output ...

    Description has been truncated

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

| Package | From | To |
| --- | --- | --- |
| [org.springframework:spring-core](https://github.com/spring-projects/spring-framework) | `6.1.14` | `6.1.15` |
| [org.springframework:spring-core-test](https://github.com/spring-projects/spring-framework) | `6.1.14` | `6.1.15` |
| [org.springframework:spring-context](https://github.com/spring-projects/spring-framework) | `6.1.14` | `6.1.15` |
| [org.springframework:spring-test](https://github.com/spring-projects/spring-framework) | `6.1.14` | `6.1.15` |
| [org.springframework.boot:spring-boot-autoconfigure](https://github.com/spring-projects/spring-boot) | `3.3.5` | `3.4.0` |
| [org.springframework.boot:spring-boot-test](https://github.com/spring-projects/spring-boot) | `3.3.5` | `3.4.0` |
| [org.springframework.boot:spring-boot-starter-data-jpa](https://github.com/spring-projects/spring-boot) | `3.3.5` | `3.4.0` |
| [org.springframework.boot:spring-boot-starter-test](https://github.com/spring-projects/spring-boot) | `3.3.5` | `3.4.0` |



Updates `org.springframework:spring-core` from 6.1.14 to 6.1.15
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.14...v6.1.15)

Updates `org.springframework:spring-core-test` from 6.1.14 to 6.1.15
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.14...v6.1.15)

Updates `org.springframework:spring-context` from 6.1.14 to 6.1.15
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.14...v6.1.15)

Updates `org.springframework:spring-test` from 6.1.14 to 6.1.15
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.14...v6.1.15)

Updates `org.springframework:spring-core-test` from 6.1.14 to 6.1.15
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.14...v6.1.15)

Updates `org.springframework:spring-context` from 6.1.14 to 6.1.15
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.14...v6.1.15)

Updates `org.springframework:spring-test` from 6.1.14 to 6.1.15
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.14...v6.1.15)

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

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

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

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

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

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

Updates `org.springframework.boot:spring-boot-starter-test` from 3.3.5 to 3.4.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.5...v3.4.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
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested review from a team, CodeDrivenMitch and smcvb and removed request for a team November 26, 2024 08:55
@dependabot dependabot bot added this to the Release 4.11.0 milestone Nov 26, 2024
@smcvb smcvb self-assigned this Nov 26, 2024
@smcvb
Copy link
Member

smcvb commented Nov 26, 2024

@dependabot ignore org.springframework.boot:spring-boot-autoconfigure patch version

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 26, 2024

OK, I won't notify you about version 3.4.0 of org.springframework.boot:spring-boot-autoconfigure again, unless you unignore it.

@smcvb
Copy link
Member

smcvb commented Nov 26, 2024

@dependabot ignore org.springframework.boot:spring-boot-test patch version

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 26, 2024

OK, I won't notify you about version 3.4.0 of org.springframework.boot:spring-boot-test again, unless you unignore it.

@smcvb
Copy link
Member

smcvb commented Nov 26, 2024

@dependabot ignore org.springframework.boot:spring-boot-starter-data-jpa patch version

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 26, 2024

OK, I won't notify you about version 3.4.0 of org.springframework.boot:spring-boot-starter-data-jpa again, unless you unignore it.

@smcvb
Copy link
Member

smcvb commented Nov 26, 2024

@dependabot ignore org.springframework.boot:spring-boot-starter-test patch version

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 26, 2024

OK, I won't notify you about version 3.4.0 of org.springframework.boot:spring-boot-starter-test again, unless you unignore it.

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 26, 2024

Superseded by #200.

@dependabot dependabot bot closed this Nov 26, 2024
@dependabot dependabot bot deleted the dependabot/maven/maven-dependencies-d3e66d5766 branch November 26, 2024 13:04
@smcvb smcvb removed this from the Release 4.11.0 milestone Nov 26, 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.

1 participant