build(deps): bump spring-boot-maven-plugin from 2.5.6 to 3.0.0 #155

Closed
dependabot[bot] wants to merge 1 commits from dependabot/maven/org.springframework.boot-spring-boot-maven-plugin-3.0.0 into master-old
dependabot[bot] commented 2022-12-01 17:00:58 +08:00 (Migrated from github.com)

Bumps spring-boot-maven-plugin from 2.5.6 to 3.0.0.

Release notes

Sourced from spring-boot-maven-plugin's releases.

v3.0.0

See the Release notes for 3.0 for upgrade instructions and details of new features.

New Features

  • Provide a configuration property for the observation patterns of Spring Integration components #33099

🐞 Bug Fixes

  • io.micrometer.tracing.Tracer on the classpath breaks AOT processing for tests #33298
  • Tracer library HTTP instrumentation is auto-configured unnecessarily #33287
  • Auto-configuration ignores user-provided ObservationConventions #33285
  • ScheduledBeanLazyInitializationExcludeFilter is auto-configured even when annotation-based scheduled has not been enabled #33284
  • SpringBootContextLoader prints banner twice when using a @ContextHierarchy #33263
  • 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 #33250
  • Wavefront MeterRegistryCustomizer is not applying application tags from application.properties #33244
  • Actuator responses no longer format timestamps as ISO-8601 #33236
  • Configuration property is not bound in a native image when property has get, set, and is methods #33232
  • Configuration property binding does not deal with bridge methods #33212
  • Contribute missing resource hints for GraphQL schema files and GraphiQL HTML page #33208
  • Hints for ClientHttpRequestFactory should only be generated for matching methods #33203
  • Native profile should configure execution in pluginManagement #33184
  • Configuring management.server.port via a config tree results in a ConverterNotFoundException when the management context is refreshed #33169
  • JBoss logging does not route directly to SLF4J when using Logback #33155
  • Test with UseMainMethod.Always do not work with Kotlin main functions #33114
  • Maven process-aot does not specify source and target release when compiling generated sources #33112
  • Some Actuator beans are ineligible for post-processing #33110
  • AOT-generated source fails to compile when Actuator is enabled on a WebFlux project #33106
  • @ContextHierarchy should never be used with main method #33078
  • Maven process-aot fails when compiler plugin has been configured with --enable-preview #33012
  • Wavefront application tags differ from those used in a Spring Boot 2.x application #32844
  • Maven goal spring-boot:build-image runs package phase twice #26455

📔 Documentation

  • Document observation for R2DBC #33335
  • Align Tomcat multiple connectors example with recommendation to configure SSL declaratively #33333
  • Actuator document is misleading about k8s startup probe #33327
  • Update documented for @Timed to reflect narrower support #33282
  • Update reference documentation to replace mentions of tags providers and contributors with their Observation-based equivalents #33281
  • Link to Micrometer's @Timed documentation #33266
  • Clarify use of the spring.cache.type property with Hazelcast #33258
  • Example git.commit.time in the Actuator API documentation is thousands of years in the future #33256
  • Update Spring Security filter dispatcher types docs to reflect change in default value #33252
  • Documentation for nested configuration properties in a native image uses @NestedConfigurationProperty too widely #33239
  • Document that the jar task should not be disabled when building a native image #33238
  • Document nesting configuration properties using records or Kotlin data classes and how and when to use @NestedConfigurationProperty #33235
  • Links to Features describes sections that have moved elsewhere #33214
  • Fix broken links in docs #33209
  • Document the need for compilation with -parameters when targeting a native image #33182

... (truncated)

Commits
  • c9c359f Release v3.0.0
  • fb2cc73 Work around Thymeleaf's dependency on spring-security-bom:6.0.0-RC2
  • 355b428 Merge branch '2.7.x'
  • 7ea5881 Update LATEST_GA to false to prepare for 3.0.0's release
  • 1de09f4 Merge branch '2.6.x' into 2.7.x
  • e922650 Upgrade to Spring Framework 6.0.2
  • 4b8a28a Next development version (v2.7.7-SNAPSHOT)
  • 14ba9b1 Start building against Spring Framework 6.0.2 snapshots
  • d4a9100 Next development version (v2.6.15-SNAPSHOT)
  • 28cb225 Merge branch '2.7.x'
  • Additional commits viewable in compare view

Dependabot compatibility score

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


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot 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)
Bumps [spring-boot-maven-plugin](https://github.com/spring-projects/spring-boot) from 2.5.6 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.5.6...v3.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.springframework.boot:spring-boot-maven-plugin&package-manager=maven&previous-version=2.5.6&new-version=3.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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>
dependabot[bot] commented 2022-12-02 20:43:53 +08:00 (Migrated from github.com)

Looks like org.springframework.boot:spring-boot-maven-plugin is up-to-date now, so this is no longer needed.

Looks like org.springframework.boot:spring-boot-maven-plugin is up-to-date now, so this is no longer needed.

Pull request closed

Sign in to join this conversation.
No description provided.