You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by GitBox <gi...@apache.org> on 2022/12/22 17:13:11 UTC

[GitHub] [shiro] dependabot[bot] opened a new pull request, #583: Bump spring-boot.version from 2.7.5 to 3.0.0

dependabot[bot] opened a new pull request, #583:
URL: https://github.com/apache/shiro/pull/583

   Bumps `spring-boot.version` from 2.7.5 to 3.0.0.
   Updates `spring-boot-starter` from 2.7.5 to 3.0.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/spring-projects/spring-boot/releases">spring-boot-starter's releases</a>.</em></p>
   <blockquote>
   <h2>v3.0.0</h2>
   <p>See the <a href="https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0-Release-Notes">Release notes for 3.0</a> for upgrade instructions and details of new features.</p>
   <h2>:star: New Features</h2>
   <ul>
   <li>Provide a configuration property for the observation patterns of Spring Integration components <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/33099">#33099</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>io.micrometer.tracing.Tracer on the classpath breaks AOT processing for tests <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33298">#33298</a></li>
   <li>Tracer library HTTP instrumentation is auto-configured unnecessarily <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/33287">#33287</a></li>
   <li>Auto-configuration ignores user-provided ObservationConventions <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33285">#33285</a></li>
   <li><code>ScheduledBeanLazyInitializationExcludeFilter</code> is auto-configured even when annotation-based scheduled has not been enabled <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33284">#33284</a></li>
   <li>SpringBootContextLoader prints banner twice when using a <code>@ContextHierarchy</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33263">#33263</a></li>
   <li>Properties migrator causes an application to fail to start if it tries to map a property whose metadata data entry contains an invalid configuration property name <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33250">#33250</a></li>
   <li>Wavefront MeterRegistryCustomizer is not applying application tags from application.properties <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33244">#33244</a></li>
   <li>Actuator responses no longer format timestamps as ISO-8601 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33236">#33236</a></li>
   <li>Configuration property is not bound in a native image when property has get, set, and is methods <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33232">#33232</a></li>
   <li>Configuration property binding does not deal with bridge methods <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33212">#33212</a></li>
   <li>Contribute missing resource hints for GraphQL schema files and GraphiQL HTML page <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33208">#33208</a></li>
   <li>Hints for ClientHttpRequestFactory should only be generated for matching methods  <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33203">#33203</a></li>
   <li>Native profile should configure execution in pluginManagement <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33184">#33184</a></li>
   <li>Configuring management.server.port via a config tree results in a ConverterNotFoundException when the management context is refreshed <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33169">#33169</a></li>
   <li>JBoss logging does not route directly to SLF4J when using Logback <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33155">#33155</a></li>
   <li>Test with UseMainMethod.Always do not work with Kotlin main functions <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33114">#33114</a></li>
   <li>Maven process-aot does not specify source and target release when compiling generated sources <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33112">#33112</a></li>
   <li>Some Actuator beans are ineligible for post-processing <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33110">#33110</a></li>
   <li>AOT-generated source fails to compile when Actuator is enabled on a WebFlux project <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33106">#33106</a></li>
   <li><code>@ContextHierarchy</code> should never be used with main method <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33078">#33078</a></li>
   <li>Maven process-aot fails when compiler plugin has been configured with --enable-preview <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33012">#33012</a></li>
   <li>Wavefront application tags differ from those used in a Spring Boot 2.x application <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/32844">#32844</a></li>
   <li>Maven goal <code>spring-boot:build-image</code> runs package phase twice <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/26455">#26455</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Document observation for R2DBC <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/33335">#33335</a></li>
   <li>Align Tomcat multiple connectors example with recommendation to configure SSL declaratively <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33333">#33333</a></li>
   <li>Actuator document is misleading about k8s startup probe <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33327">#33327</a></li>
   <li>Update documented for <code>@Timed</code> to reflect narrower support <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33282">#33282</a></li>
   <li>Update reference documentation to replace mentions of tags providers and contributors with their Observation-based equivalents <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33281">#33281</a></li>
   <li>Link to Micrometer's <code>@Timed</code> documentation <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33266">#33266</a></li>
   <li>Clarify use of the <code>spring.cache.type</code> property with Hazelcast <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33258">#33258</a></li>
   <li>Example git.commit.time in the Actuator API documentation is thousands of years in the future <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33256">#33256</a></li>
   <li>Update Spring Security filter dispatcher types docs to reflect change in default value <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/33252">#33252</a></li>
   <li>Documentation for nested configuration properties in a native image uses <code>@NestedConfigurationProperty</code> too widely <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33239">#33239</a></li>
   <li>Document that the <code>jar</code> task should not be disabled when building a native image <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33238">#33238</a></li>
   <li>Document nesting configuration properties using records or Kotlin data classes and how and when to use <code>@NestedConfigurationProperty</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33235">#33235</a></li>
   <li>Links to Features describes sections that have moved elsewhere <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33214">#33214</a></li>
   <li>Fix broken links in docs <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/33209">#33209</a></li>
   <li>Document the need for compilation with -parameters when targeting a native image <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33182">#33182</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/c9c359fd271d1b51bf16f50d685c49fa40ca1b8a"><code>c9c359f</code></a> Release v3.0.0</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/fb2cc7314d474faf5a3ae7c18782bac5e382d716"><code>fb2cc73</code></a> Work around Thymeleaf's dependency on spring-security-bom:6.0.0-RC2</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/355b428d5d8f696d08cad756edf27cdfe97117e0"><code>355b428</code></a> Merge branch '2.7.x'</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/7ea58810660e45cd89e7b1a6e7b9a623de67586e"><code>7ea5881</code></a> Update LATEST_GA to false to prepare for 3.0.0's release</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/1de09f493f8c1692f5241e47df1a87991d95e9fc"><code>1de09f4</code></a> Merge branch '2.6.x' into 2.7.x</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/e9226508772068c9af5ab5aa0218011d442598e3"><code>e922650</code></a> Upgrade to Spring Framework 6.0.2</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/4b8a28acdf894d7ba043d34eb7c5d37fe4960d95"><code>4b8a28a</code></a> Next development version (v2.7.7-SNAPSHOT)</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/14ba9b18dfa94155cc27ec964eae2d020fb3e305"><code>14ba9b1</code></a> Start building against Spring Framework 6.0.2 snapshots</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/d4a91004b5b04f0151e9b5df65dceb6443a35e42"><code>d4a9100</code></a> Next development version (v2.6.15-SNAPSHOT)</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/28cb225ac8c7ab601554b8583c10c85a1eb1ed83"><code>28cb225</code></a> Merge branch '2.7.x'</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-boot/compare/v2.7.5...v3.0.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-boot-autoconfigure` from 2.7.5 to 3.0.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/spring-projects/spring-boot/releases">spring-boot-autoconfigure's releases</a>.</em></p>
   <blockquote>
   <h2>v3.0.0</h2>
   <p>See the <a href="https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0-Release-Notes">Release notes for 3.0</a> for upgrade instructions and details of new features.</p>
   <h2>:star: New Features</h2>
   <ul>
   <li>Provide a configuration property for the observation patterns of Spring Integration components <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/33099">#33099</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>io.micrometer.tracing.Tracer on the classpath breaks AOT processing for tests <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33298">#33298</a></li>
   <li>Tracer library HTTP instrumentation is auto-configured unnecessarily <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/33287">#33287</a></li>
   <li>Auto-configuration ignores user-provided ObservationConventions <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33285">#33285</a></li>
   <li><code>ScheduledBeanLazyInitializationExcludeFilter</code> is auto-configured even when annotation-based scheduled has not been enabled <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33284">#33284</a></li>
   <li>SpringBootContextLoader prints banner twice when using a <code>@ContextHierarchy</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33263">#33263</a></li>
   <li>Properties migrator causes an application to fail to start if it tries to map a property whose metadata data entry contains an invalid configuration property name <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33250">#33250</a></li>
   <li>Wavefront MeterRegistryCustomizer is not applying application tags from application.properties <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33244">#33244</a></li>
   <li>Actuator responses no longer format timestamps as ISO-8601 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33236">#33236</a></li>
   <li>Configuration property is not bound in a native image when property has get, set, and is methods <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33232">#33232</a></li>
   <li>Configuration property binding does not deal with bridge methods <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33212">#33212</a></li>
   <li>Contribute missing resource hints for GraphQL schema files and GraphiQL HTML page <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33208">#33208</a></li>
   <li>Hints for ClientHttpRequestFactory should only be generated for matching methods  <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33203">#33203</a></li>
   <li>Native profile should configure execution in pluginManagement <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33184">#33184</a></li>
   <li>Configuring management.server.port via a config tree results in a ConverterNotFoundException when the management context is refreshed <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33169">#33169</a></li>
   <li>JBoss logging does not route directly to SLF4J when using Logback <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33155">#33155</a></li>
   <li>Test with UseMainMethod.Always do not work with Kotlin main functions <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33114">#33114</a></li>
   <li>Maven process-aot does not specify source and target release when compiling generated sources <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33112">#33112</a></li>
   <li>Some Actuator beans are ineligible for post-processing <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33110">#33110</a></li>
   <li>AOT-generated source fails to compile when Actuator is enabled on a WebFlux project <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33106">#33106</a></li>
   <li><code>@ContextHierarchy</code> should never be used with main method <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33078">#33078</a></li>
   <li>Maven process-aot fails when compiler plugin has been configured with --enable-preview <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33012">#33012</a></li>
   <li>Wavefront application tags differ from those used in a Spring Boot 2.x application <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/32844">#32844</a></li>
   <li>Maven goal <code>spring-boot:build-image</code> runs package phase twice <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/26455">#26455</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Document observation for R2DBC <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/33335">#33335</a></li>
   <li>Align Tomcat multiple connectors example with recommendation to configure SSL declaratively <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33333">#33333</a></li>
   <li>Actuator document is misleading about k8s startup probe <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33327">#33327</a></li>
   <li>Update documented for <code>@Timed</code> to reflect narrower support <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33282">#33282</a></li>
   <li>Update reference documentation to replace mentions of tags providers and contributors with their Observation-based equivalents <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33281">#33281</a></li>
   <li>Link to Micrometer's <code>@Timed</code> documentation <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33266">#33266</a></li>
   <li>Clarify use of the <code>spring.cache.type</code> property with Hazelcast <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33258">#33258</a></li>
   <li>Example git.commit.time in the Actuator API documentation is thousands of years in the future <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33256">#33256</a></li>
   <li>Update Spring Security filter dispatcher types docs to reflect change in default value <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/33252">#33252</a></li>
   <li>Documentation for nested configuration properties in a native image uses <code>@NestedConfigurationProperty</code> too widely <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33239">#33239</a></li>
   <li>Document that the <code>jar</code> task should not be disabled when building a native image <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33238">#33238</a></li>
   <li>Document nesting configuration properties using records or Kotlin data classes and how and when to use <code>@NestedConfigurationProperty</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33235">#33235</a></li>
   <li>Links to Features describes sections that have moved elsewhere <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33214">#33214</a></li>
   <li>Fix broken links in docs <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/33209">#33209</a></li>
   <li>Document the need for compilation with -parameters when targeting a native image <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33182">#33182</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/c9c359fd271d1b51bf16f50d685c49fa40ca1b8a"><code>c9c359f</code></a> Release v3.0.0</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/fb2cc7314d474faf5a3ae7c18782bac5e382d716"><code>fb2cc73</code></a> Work around Thymeleaf's dependency on spring-security-bom:6.0.0-RC2</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/355b428d5d8f696d08cad756edf27cdfe97117e0"><code>355b428</code></a> Merge branch '2.7.x'</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/7ea58810660e45cd89e7b1a6e7b9a623de67586e"><code>7ea5881</code></a> Update LATEST_GA to false to prepare for 3.0.0's release</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/1de09f493f8c1692f5241e47df1a87991d95e9fc"><code>1de09f4</code></a> Merge branch '2.6.x' into 2.7.x</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/e9226508772068c9af5ab5aa0218011d442598e3"><code>e922650</code></a> Upgrade to Spring Framework 6.0.2</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/4b8a28acdf894d7ba043d34eb7c5d37fe4960d95"><code>4b8a28a</code></a> Next development version (v2.7.7-SNAPSHOT)</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/14ba9b18dfa94155cc27ec964eae2d020fb3e305"><code>14ba9b1</code></a> Start building against Spring Framework 6.0.2 snapshots</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/d4a91004b5b04f0151e9b5df65dceb6443a35e42"><code>d4a9100</code></a> Next development version (v2.6.15-SNAPSHOT)</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/28cb225ac8c7ab601554b8583c10c85a1eb1ed83"><code>28cb225</code></a> Merge branch '2.7.x'</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-boot/compare/v2.7.5...v3.0.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-boot-configuration-processor` from 2.7.5 to 3.0.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/spring-projects/spring-boot/releases">spring-boot-configuration-processor's releases</a>.</em></p>
   <blockquote>
   <h2>v3.0.0</h2>
   <p>See the <a href="https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0-Release-Notes">Release notes for 3.0</a> for upgrade instructions and details of new features.</p>
   <h2>:star: New Features</h2>
   <ul>
   <li>Provide a configuration property for the observation patterns of Spring Integration components <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/33099">#33099</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>io.micrometer.tracing.Tracer on the classpath breaks AOT processing for tests <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33298">#33298</a></li>
   <li>Tracer library HTTP instrumentation is auto-configured unnecessarily <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/33287">#33287</a></li>
   <li>Auto-configuration ignores user-provided ObservationConventions <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33285">#33285</a></li>
   <li><code>ScheduledBeanLazyInitializationExcludeFilter</code> is auto-configured even when annotation-based scheduled has not been enabled <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33284">#33284</a></li>
   <li>SpringBootContextLoader prints banner twice when using a <code>@ContextHierarchy</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33263">#33263</a></li>
   <li>Properties migrator causes an application to fail to start if it tries to map a property whose metadata data entry contains an invalid configuration property name <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33250">#33250</a></li>
   <li>Wavefront MeterRegistryCustomizer is not applying application tags from application.properties <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33244">#33244</a></li>
   <li>Actuator responses no longer format timestamps as ISO-8601 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33236">#33236</a></li>
   <li>Configuration property is not bound in a native image when property has get, set, and is methods <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33232">#33232</a></li>
   <li>Configuration property binding does not deal with bridge methods <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33212">#33212</a></li>
   <li>Contribute missing resource hints for GraphQL schema files and GraphiQL HTML page <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33208">#33208</a></li>
   <li>Hints for ClientHttpRequestFactory should only be generated for matching methods  <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33203">#33203</a></li>
   <li>Native profile should configure execution in pluginManagement <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33184">#33184</a></li>
   <li>Configuring management.server.port via a config tree results in a ConverterNotFoundException when the management context is refreshed <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33169">#33169</a></li>
   <li>JBoss logging does not route directly to SLF4J when using Logback <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33155">#33155</a></li>
   <li>Test with UseMainMethod.Always do not work with Kotlin main functions <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33114">#33114</a></li>
   <li>Maven process-aot does not specify source and target release when compiling generated sources <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33112">#33112</a></li>
   <li>Some Actuator beans are ineligible for post-processing <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33110">#33110</a></li>
   <li>AOT-generated source fails to compile when Actuator is enabled on a WebFlux project <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33106">#33106</a></li>
   <li><code>@ContextHierarchy</code> should never be used with main method <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33078">#33078</a></li>
   <li>Maven process-aot fails when compiler plugin has been configured with --enable-preview <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33012">#33012</a></li>
   <li>Wavefront application tags differ from those used in a Spring Boot 2.x application <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/32844">#32844</a></li>
   <li>Maven goal <code>spring-boot:build-image</code> runs package phase twice <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/26455">#26455</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Document observation for R2DBC <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/33335">#33335</a></li>
   <li>Align Tomcat multiple connectors example with recommendation to configure SSL declaratively <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33333">#33333</a></li>
   <li>Actuator document is misleading about k8s startup probe <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33327">#33327</a></li>
   <li>Update documented for <code>@Timed</code> to reflect narrower support <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33282">#33282</a></li>
   <li>Update reference documentation to replace mentions of tags providers and contributors with their Observation-based equivalents <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33281">#33281</a></li>
   <li>Link to Micrometer's <code>@Timed</code> documentation <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33266">#33266</a></li>
   <li>Clarify use of the <code>spring.cache.type</code> property with Hazelcast <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33258">#33258</a></li>
   <li>Example git.commit.time in the Actuator API documentation is thousands of years in the future <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33256">#33256</a></li>
   <li>Update Spring Security filter dispatcher types docs to reflect change in default value <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/33252">#33252</a></li>
   <li>Documentation for nested configuration properties in a native image uses <code>@NestedConfigurationProperty</code> too widely <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33239">#33239</a></li>
   <li>Document that the <code>jar</code> task should not be disabled when building a native image <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33238">#33238</a></li>
   <li>Document nesting configuration properties using records or Kotlin data classes and how and when to use <code>@NestedConfigurationProperty</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33235">#33235</a></li>
   <li>Links to Features describes sections that have moved elsewhere <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33214">#33214</a></li>
   <li>Fix broken links in docs <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/33209">#33209</a></li>
   <li>Document the need for compilation with -parameters when targeting a native image <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33182">#33182</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/c9c359fd271d1b51bf16f50d685c49fa40ca1b8a"><code>c9c359f</code></a> Release v3.0.0</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/fb2cc7314d474faf5a3ae7c18782bac5e382d716"><code>fb2cc73</code></a> Work around Thymeleaf's dependency on spring-security-bom:6.0.0-RC2</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/355b428d5d8f696d08cad756edf27cdfe97117e0"><code>355b428</code></a> Merge branch '2.7.x'</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/7ea58810660e45cd89e7b1a6e7b9a623de67586e"><code>7ea5881</code></a> Update LATEST_GA to false to prepare for 3.0.0's release</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/1de09f493f8c1692f5241e47df1a87991d95e9fc"><code>1de09f4</code></a> Merge branch '2.6.x' into 2.7.x</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/e9226508772068c9af5ab5aa0218011d442598e3"><code>e922650</code></a> Upgrade to Spring Framework 6.0.2</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/4b8a28acdf894d7ba043d34eb7c5d37fe4960d95"><code>4b8a28a</code></a> Next development version (v2.7.7-SNAPSHOT)</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/14ba9b18dfa94155cc27ec964eae2d020fb3e305"><code>14ba9b1</code></a> Start building against Spring Framework 6.0.2 snapshots</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/d4a91004b5b04f0151e9b5df65dceb6443a35e42"><code>d4a9100</code></a> Next development version (v2.6.15-SNAPSHOT)</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/28cb225ac8c7ab601554b8583c10c85a1eb1ed83"><code>28cb225</code></a> Merge branch '2.7.x'</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-boot/compare/v2.7.5...v3.0.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-boot-test` from 2.7.5 to 3.0.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/spring-projects/spring-boot/releases">spring-boot-test's releases</a>.</em></p>
   <blockquote>
   <h2>v3.0.0</h2>
   <p>See the <a href="https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0-Release-Notes">Release notes for 3.0</a> for upgrade instructions and details of new features.</p>
   <h2>:star: New Features</h2>
   <ul>
   <li>Provide a configuration property for the observation patterns of Spring Integration components <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/33099">#33099</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>io.micrometer.tracing.Tracer on the classpath breaks AOT processing for tests <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33298">#33298</a></li>
   <li>Tracer library HTTP instrumentation is auto-configured unnecessarily <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/33287">#33287</a></li>
   <li>Auto-configuration ignores user-provided ObservationConventions <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33285">#33285</a></li>
   <li><code>ScheduledBeanLazyInitializationExcludeFilter</code> is auto-configured even when annotation-based scheduled has not been enabled <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33284">#33284</a></li>
   <li>SpringBootContextLoader prints banner twice when using a <code>@ContextHierarchy</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33263">#33263</a></li>
   <li>Properties migrator causes an application to fail to start if it tries to map a property whose metadata data entry contains an invalid configuration property name <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33250">#33250</a></li>
   <li>Wavefront MeterRegistryCustomizer is not applying application tags from application.properties <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33244">#33244</a></li>
   <li>Actuator responses no longer format timestamps as ISO-8601 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33236">#33236</a></li>
   <li>Configuration property is not bound in a native image when property has get, set, and is methods <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33232">#33232</a></li>
   <li>Configuration property binding does not deal with bridge methods <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33212">#33212</a></li>
   <li>Contribute missing resource hints for GraphQL schema files and GraphiQL HTML page <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33208">#33208</a></li>
   <li>Hints for ClientHttpRequestFactory should only be generated for matching methods  <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33203">#33203</a></li>
   <li>Native profile should configure execution in pluginManagement <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33184">#33184</a></li>
   <li>Configuring management.server.port via a config tree results in a ConverterNotFoundException when the management context is refreshed <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33169">#33169</a></li>
   <li>JBoss logging does not route directly to SLF4J when using Logback <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33155">#33155</a></li>
   <li>Test with UseMainMethod.Always do not work with Kotlin main functions <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33114">#33114</a></li>
   <li>Maven process-aot does not specify source and target release when compiling generated sources <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33112">#33112</a></li>
   <li>Some Actuator beans are ineligible for post-processing <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33110">#33110</a></li>
   <li>AOT-generated source fails to compile when Actuator is enabled on a WebFlux project <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33106">#33106</a></li>
   <li><code>@ContextHierarchy</code> should never be used with main method <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33078">#33078</a></li>
   <li>Maven process-aot fails when compiler plugin has been configured with --enable-preview <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33012">#33012</a></li>
   <li>Wavefront application tags differ from those used in a Spring Boot 2.x application <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/32844">#32844</a></li>
   <li>Maven goal <code>spring-boot:build-image</code> runs package phase twice <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/26455">#26455</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Document observation for R2DBC <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/33335">#33335</a></li>
   <li>Align Tomcat multiple connectors example with recommendation to configure SSL declaratively <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33333">#33333</a></li>
   <li>Actuator document is misleading about k8s startup probe <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33327">#33327</a></li>
   <li>Update documented for <code>@Timed</code> to reflect narrower support <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33282">#33282</a></li>
   <li>Update reference documentation to replace mentions of tags providers and contributors with their Observation-based equivalents <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33281">#33281</a></li>
   <li>Link to Micrometer's <code>@Timed</code> documentation <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33266">#33266</a></li>
   <li>Clarify use of the <code>spring.cache.type</code> property with Hazelcast <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33258">#33258</a></li>
   <li>Example git.commit.time in the Actuator API documentation is thousands of years in the future <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33256">#33256</a></li>
   <li>Update Spring Security filter dispatcher types docs to reflect change in default value <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/33252">#33252</a></li>
   <li>Documentation for nested configuration properties in a native image uses <code>@NestedConfigurationProperty</code> too widely <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33239">#33239</a></li>
   <li>Document that the <code>jar</code> task should not be disabled when building a native image <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33238">#33238</a></li>
   <li>Document nesting configuration properties using records or Kotlin data classes and how and when to use <code>@NestedConfigurationProperty</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33235">#33235</a></li>
   <li>Links to Features describes sections that have moved elsewhere <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33214">#33214</a></li>
   <li>Fix broken links in docs <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/33209">#33209</a></li>
   <li>Document the need for compilation with -parameters when targeting a native image <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33182">#33182</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/c9c359fd271d1b51bf16f50d685c49fa40ca1b8a"><code>c9c359f</code></a> Release v3.0.0</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/fb2cc7314d474faf5a3ae7c18782bac5e382d716"><code>fb2cc73</code></a> Work around Thymeleaf's dependency on spring-security-bom:6.0.0-RC2</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/355b428d5d8f696d08cad756edf27cdfe97117e0"><code>355b428</code></a> Merge branch '2.7.x'</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/7ea58810660e45cd89e7b1a6e7b9a623de67586e"><code>7ea5881</code></a> Update LATEST_GA to false to prepare for 3.0.0's release</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/1de09f493f8c1692f5241e47df1a87991d95e9fc"><code>1de09f4</code></a> Merge branch '2.6.x' into 2.7.x</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/e9226508772068c9af5ab5aa0218011d442598e3"><code>e922650</code></a> Upgrade to Spring Framework 6.0.2</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/4b8a28acdf894d7ba043d34eb7c5d37fe4960d95"><code>4b8a28a</code></a> Next development version (v2.7.7-SNAPSHOT)</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/14ba9b18dfa94155cc27ec964eae2d020fb3e305"><code>14ba9b1</code></a> Start building against Spring Framework 6.0.2 snapshots</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/d4a91004b5b04f0151e9b5df65dceb6443a35e42"><code>d4a9100</code></a> Next development version (v2.6.15-SNAPSHOT)</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/28cb225ac8c7ab601554b8583c10c85a1eb1ed83"><code>28cb225</code></a> Merge branch '2.7.x'</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-boot/compare/v2.7.5...v3.0.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-boot-starter-web` from 2.7.5 to 3.0.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/spring-projects/spring-boot/releases">spring-boot-starter-web's releases</a>.</em></p>
   <blockquote>
   <h2>v3.0.0</h2>
   <p>See the <a href="https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0-Release-Notes">Release notes for 3.0</a> for upgrade instructions and details of new features.</p>
   <h2>:star: New Features</h2>
   <ul>
   <li>Provide a configuration property for the observation patterns of Spring Integration components <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/33099">#33099</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>io.micrometer.tracing.Tracer on the classpath breaks AOT processing for tests <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33298">#33298</a></li>
   <li>Tracer library HTTP instrumentation is auto-configured unnecessarily <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/33287">#33287</a></li>
   <li>Auto-configuration ignores user-provided ObservationConventions <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33285">#33285</a></li>
   <li><code>ScheduledBeanLazyInitializationExcludeFilter</code> is auto-configured even when annotation-based scheduled has not been enabled <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33284">#33284</a></li>
   <li>SpringBootContextLoader prints banner twice when using a <code>@ContextHierarchy</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33263">#33263</a></li>
   <li>Properties migrator causes an application to fail to start if it tries to map a property whose metadata data entry contains an invalid configuration property name <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33250">#33250</a></li>
   <li>Wavefront MeterRegistryCustomizer is not applying application tags from application.properties <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33244">#33244</a></li>
   <li>Actuator responses no longer format timestamps as ISO-8601 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33236">#33236</a></li>
   <li>Configuration property is not bound in a native image when property has get, set, and is methods <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33232">#33232</a></li>
   <li>Configuration property binding does not deal with bridge methods <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33212">#33212</a></li>
   <li>Contribute missing resource hints for GraphQL schema files and GraphiQL HTML page <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33208">#33208</a></li>
   <li>Hints for ClientHttpRequestFactory should only be generated for matching methods  <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33203">#33203</a></li>
   <li>Native profile should configure execution in pluginManagement <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33184">#33184</a></li>
   <li>Configuring management.server.port via a config tree results in a ConverterNotFoundException when the management context is refreshed <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33169">#33169</a></li>
   <li>JBoss logging does not route directly to SLF4J when using Logback <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33155">#33155</a></li>
   <li>Test with UseMainMethod.Always do not work with Kotlin main functions <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33114">#33114</a></li>
   <li>Maven process-aot does not specify source and target release when compiling generated sources <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33112">#33112</a></li>
   <li>Some Actuator beans are ineligible for post-processing <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33110">#33110</a></li>
   <li>AOT-generated source fails to compile when Actuator is enabled on a WebFlux project <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33106">#33106</a></li>
   <li><code>@ContextHierarchy</code> should never be used with main method <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33078">#33078</a></li>
   <li>Maven process-aot fails when compiler plugin has been configured with --enable-preview <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33012">#33012</a></li>
   <li>Wavefront application tags differ from those used in a Spring Boot 2.x application <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/32844">#32844</a></li>
   <li>Maven goal <code>spring-boot:build-image</code> runs package phase twice <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/26455">#26455</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Document observation for R2DBC <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/33335">#33335</a></li>
   <li>Align Tomcat multiple connectors example with recommendation to configure SSL declaratively <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33333">#33333</a></li>
   <li>Actuator document is misleading about k8s startup probe <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33327">#33327</a></li>
   <li>Update documented for <code>@Timed</code> to reflect narrower support <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33282">#33282</a></li>
   <li>Update reference documentation to replace mentions of tags providers and contributors with their Observation-based equivalents <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33281">#33281</a></li>
   <li>Link to Micrometer's <code>@Timed</code> documentation <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33266">#33266</a></li>
   <li>Clarify use of the <code>spring.cache.type</code> property with Hazelcast <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33258">#33258</a></li>
   <li>Example git.commit.time in the Actuator API documentation is thousands of years in the future <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33256">#33256</a></li>
   <li>Update Spring Security filter dispatcher types docs to reflect change in default value <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/33252">#33252</a></li>
   <li>Documentation for nested configuration properties in a native image uses <code>@NestedConfigurationProperty</code> too widely <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33239">#33239</a></li>
   <li>Document that the <code>jar</code> task should not be disabled when building a native image <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33238">#33238</a></li>
   <li>Document nesting configuration properties using records or Kotlin data classes and how and when to use <code>@NestedConfigurationProperty</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33235">#33235</a></li>
   <li>Links to Features describes sections that have moved elsewhere <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33214">#33214</a></li>
   <li>Fix broken links in docs <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/33209">#33209</a></li>
   <li>Document the need for compilation with -parameters when targeting a native image <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33182">#33182</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/c9c359fd271d1b51bf16f50d685c49fa40ca1b8a"><code>c9c359f</code></a> Release v3.0.0</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/fb2cc7314d474faf5a3ae7c18782bac5e382d716"><code>fb2cc73</code></a> Work around Thymeleaf's dependency on spring-security-bom:6.0.0-RC2</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/355b428d5d8f696d08cad756edf27cdfe97117e0"><code>355b428</code></a> Merge branch '2.7.x'</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/7ea58810660e45cd89e7b1a6e7b9a623de67586e"><code>7ea5881</code></a> Update LATEST_GA to false to prepare for 3.0.0's release</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/1de09f493f8c1692f5241e47df1a87991d95e9fc"><code>1de09f4</code></a> Merge branch '2.6.x' into 2.7.x</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/e9226508772068c9af5ab5aa0218011d442598e3"><code>e922650</code></a> Upgrade to Spring Framework 6.0.2</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/4b8a28acdf894d7ba043d34eb7c5d37fe4960d95"><code>4b8a28a</code></a> Next development version (v2.7.7-SNAPSHOT)</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/14ba9b18dfa94155cc27ec964eae2d020fb3e305"><code>14ba9b1</code></a> Start building against Spring Framework 6.0.2 snapshots</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/d4a91004b5b04f0151e9b5df65dceb6443a35e42"><code>d4a9100</code></a> Next development version (v2.6.15-SNAPSHOT)</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/28cb225ac8c7ab601554b8583c10c85a1eb1ed83"><code>28cb225</code></a> Merge branch '2.7.x'</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-boot/compare/v2.7.5...v3.0.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-boot-maven-plugin` from 2.7.5 to 3.0.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/spring-projects/spring-boot/releases">spring-boot-maven-plugin's releases</a>.</em></p>
   <blockquote>
   <h2>v3.0.0</h2>
   <p>See the <a href="https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0-Release-Notes">Release notes for 3.0</a> for upgrade instructions and details of new features.</p>
   <h2>:star: New Features</h2>
   <ul>
   <li>Provide a configuration property for the observation patterns of Spring Integration components <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/33099">#33099</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>io.micrometer.tracing.Tracer on the classpath breaks AOT processing for tests <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33298">#33298</a></li>
   <li>Tracer library HTTP instrumentation is auto-configured unnecessarily <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/33287">#33287</a></li>
   <li>Auto-configuration ignores user-provided ObservationConventions <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33285">#33285</a></li>
   <li><code>ScheduledBeanLazyInitializationExcludeFilter</code> is auto-configured even when annotation-based scheduled has not been enabled <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33284">#33284</a></li>
   <li>SpringBootContextLoader prints banner twice when using a <code>@ContextHierarchy</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33263">#33263</a></li>
   <li>Properties migrator causes an application to fail to start if it tries to map a property whose metadata data entry contains an invalid configuration property name <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33250">#33250</a></li>
   <li>Wavefront MeterRegistryCustomizer is not applying application tags from application.properties <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33244">#33244</a></li>
   <li>Actuator responses no longer format timestamps as ISO-8601 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33236">#33236</a></li>
   <li>Configuration property is not bound in a native image when property has get, set, and is methods <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33232">#33232</a></li>
   <li>Configuration property binding does not deal with bridge methods <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33212">#33212</a></li>
   <li>Contribute missing resource hints for GraphQL schema files and GraphiQL HTML page <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33208">#33208</a></li>
   <li>Hints for ClientHttpRequestFactory should only be generated for matching methods  <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33203">#33203</a></li>
   <li>Native profile should configure execution in pluginManagement <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33184">#33184</a></li>
   <li>Configuring management.server.port via a config tree results in a ConverterNotFoundException when the management context is refreshed <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33169">#33169</a></li>
   <li>JBoss logging does not route directly to SLF4J when using Logback <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33155">#33155</a></li>
   <li>Test with UseMainMethod.Always do not work with Kotlin main functions <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33114">#33114</a></li>
   <li>Maven process-aot does not specify source and target release when compiling generated sources <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33112">#33112</a></li>
   <li>Some Actuator beans are ineligible for post-processing <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33110">#33110</a></li>
   <li>AOT-generated source fails to compile when Actuator is enabled on a WebFlux project <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33106">#33106</a></li>
   <li><code>@ContextHierarchy</code> should never be used with main method <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33078">#33078</a></li>
   <li>Maven process-aot fails when compiler plugin has been configured with --enable-preview <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33012">#33012</a></li>
   <li>Wavefront application tags differ from those used in a Spring Boot 2.x application <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/32844">#32844</a></li>
   <li>Maven goal <code>spring-boot:build-image</code> runs package phase twice <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/26455">#26455</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Document observation for R2DBC <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/33335">#33335</a></li>
   <li>Align Tomcat multiple connectors example with recommendation to configure SSL declaratively <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33333">#33333</a></li>
   <li>Actuator document is misleading about k8s startup probe <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33327">#33327</a></li>
   <li>Update documented for <code>@Timed</code> to reflect narrower support <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33282">#33282</a></li>
   <li>Update reference documentation to replace mentions of tags providers and contributors with their Observation-based equivalents <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33281">#33281</a></li>
   <li>Link to Micrometer's <code>@Timed</code> documentation <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33266">#33266</a></li>
   <li>Clarify use of the <code>spring.cache.type</code> property with Hazelcast <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33258">#33258</a></li>
   <li>Example git.commit.time in the Actuator API documentation is thousands of years in the future <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33256">#33256</a></li>
   <li>Update Spring Security filter dispatcher types docs to reflect change in default value <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/33252">#33252</a></li>
   <li>Documentation for nested configuration properties in a native image uses <code>@NestedConfigurationProperty</code> too widely <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33239">#33239</a></li>
   <li>Document that the <code>jar</code> task should not be disabled when building a native image <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33238">#33238</a></li>
   <li>Document nesting configuration properties using records or Kotlin data classes and how and when to use <code>@NestedConfigurationProperty</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33235">#33235</a></li>
   <li>Links to Features describes sections that have moved elsewhere <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33214">#33214</a></li>
   <li>Fix broken links in docs <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/33209">#33209</a></li>
   <li>Document the need for compilation with -parameters when targeting a native image <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33182">#33182</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/c9c359fd271d1b51bf16f50d685c49fa40ca1b8a"><code>c9c359f</code></a> Release v3.0.0</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/fb2cc7314d474faf5a3ae7c18782bac5e382d716"><code>fb2cc73</code></a> Work around Thymeleaf's dependency on spring-security-bom:6.0.0-RC2</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/355b428d5d8f696d08cad756edf27cdfe97117e0"><code>355b428</code></a> Merge branch '2.7.x'</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/7ea58810660e45cd89e7b1a6e7b9a623de67586e"><code>7ea5881</code></a> Update LATEST_GA to false to prepare for 3.0.0's release</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/1de09f493f8c1692f5241e47df1a87991d95e9fc"><code>1de09f4</code></a> Merge branch '2.6.x' into 2.7.x</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/e9226508772068c9af5ab5aa0218011d442598e3"><code>e922650</code></a> Upgrade to Spring Framework 6.0.2</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/4b8a28acdf894d7ba043d34eb7c5d37fe4960d95"><code>4b8a28a</code></a> Next development version (v2.7.7-SNAPSHOT)</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/14ba9b18dfa94155cc27ec964eae2d020fb3e305"><code>14ba9b1</code></a> Start building against Spring Framework 6.0.2 snapshots</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/d4a91004b5b04f0151e9b5df65dceb6443a35e42"><code>d4a9100</code></a> Next development version (v2.6.15-SNAPSHOT)</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/28cb225ac8c7ab601554b8583c10c85a1eb1ed83"><code>28cb225</code></a> Merge branch '2.7.x'</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-boot/compare/v2.7.5...v3.0.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `spring-boot-starter-thymeleaf` from 2.7.5 to 3.0.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/spring-projects/spring-boot/releases">spring-boot-starter-thymeleaf's releases</a>.</em></p>
   <blockquote>
   <h2>v3.0.0</h2>
   <p>See the <a href="https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0-Release-Notes">Release notes for 3.0</a> for upgrade instructions and details of new features.</p>
   <h2>:star: New Features</h2>
   <ul>
   <li>Provide a configuration property for the observation patterns of Spring Integration components <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/33099">#33099</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>io.micrometer.tracing.Tracer on the classpath breaks AOT processing for tests <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33298">#33298</a></li>
   <li>Tracer library HTTP instrumentation is auto-configured unnecessarily <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/33287">#33287</a></li>
   <li>Auto-configuration ignores user-provided ObservationConventions <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33285">#33285</a></li>
   <li><code>ScheduledBeanLazyInitializationExcludeFilter</code> is auto-configured even when annotation-based scheduled has not been enabled <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33284">#33284</a></li>
   <li>SpringBootContextLoader prints banner twice when using a <code>@ContextHierarchy</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33263">#33263</a></li>
   <li>Properties migrator causes an application to fail to start if it tries to map a property whose metadata data entry contains an invalid configuration property name <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33250">#33250</a></li>
   <li>Wavefront MeterRegistryCustomizer is not applying application tags from application.properties <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33244">#33244</a></li>
   <li>Actuator responses no longer format timestamps as ISO-8601 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33236">#33236</a></li>
   <li>Configuration property is not bound in a native image when property has get, set, and is methods <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33232">#33232</a></li>
   <li>Configuration property binding does not deal with bridge methods <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33212">#33212</a></li>
   <li>Contribute missing resource hints for GraphQL schema files and GraphiQL HTML page <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33208">#33208</a></li>
   <li>Hints for ClientHttpRequestFactory should only be generated for matching methods  <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33203">#33203</a></li>
   <li>Native profile should configure execution in pluginManagement <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33184">#33184</a></li>
   <li>Configuring management.server.port via a config tree results in a ConverterNotFoundException when the management context is refreshed <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33169">#33169</a></li>
   <li>JBoss logging does not route directly to SLF4J when using Logback <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33155">#33155</a></li>
   <li>Test with UseMainMethod.Always do not work with Kotlin main functions <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33114">#33114</a></li>
   <li>Maven process-aot does not specify source and target release when compiling generated sources <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33112">#33112</a></li>
   <li>Some Actuator beans are ineligible for post-processing <a href="https://github-redirect.dependabot.com...
   
   _Description has been truncated_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@shiro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shiro] bdemers closed pull request #583: Bump spring-boot.version from 2.7.5 to 3.0.0

Posted by GitBox <gi...@apache.org>.
bdemers closed pull request #583: Bump spring-boot.version from 2.7.5 to 3.0.0
URL: https://github.com/apache/shiro/pull/583


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@shiro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shiro] dependabot[bot] commented on pull request #583: Bump spring-boot.version from 2.7.5 to 3.0.0

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #583:
URL: https://github.com/apache/shiro/pull/583#issuecomment-1363426711

   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](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) 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.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@shiro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shiro] dependabot[bot] commented on pull request #583: Bump spring-boot.version from 2.7.5 to 3.0.0

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #583:
URL: https://github.com/apache/shiro/pull/583#issuecomment-1363426939

   OK, I won't notify you about version 3.x.x again, unless you re-open this PR. 😢


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@shiro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shiro] bdemers commented on pull request #583: Bump spring-boot.version from 2.7.5 to 3.0.0

Posted by GitBox <gi...@apache.org>.
bdemers commented on PR #583:
URL: https://github.com/apache/shiro/pull/583#issuecomment-1363426897

   @dependabot ignore major version


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@shiro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org