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

   Bumps `spring-boot.version` from 2.7.5 to 3.0.0.
   Updates `spring-boot-starter-quartz` 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-quartz's
 releases</a>.</em></p>
   <blockquote>
   <h2>v3.0.0</h2>
   <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>
   <li>Remove outdated native image documentation <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/33109";>#33109</a></li>
   <li>Mention <code>@RegisterReflectionForBinding</code> in the docs <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32903";>#32903</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-websocket` 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-websocket's
 releases</a>.</em></p>
   <blockquote>
   <h2>v3.0.0</h2>
   <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>
   <li>Remove outdated native image documentation <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/33109";>#33109</a></li>
   <li>Mention <code>@RegisterReflectionForBinding</code> in the docs <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32903";>#32903</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 />
   
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   </details>


-- 
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: dev-unsubscr...@isis.apache.org

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

Reply via email to