You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by GitBox <gi...@apache.org> on 2021/04/16 06:04:48 UTC

[GitHub] [isis] dependabot[bot] opened a new pull request #493: Bump spring-boot-maven-plugin from 2.4.4 to 2.4.5

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


   Bumps [spring-boot-maven-plugin](https://github.com/spring-projects/spring-boot) from 2.4.4 to 2.4.5.
   <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>v2.4.5</h2>
   <h2>:beetle: Bug Fixes</h2>
   <ul>
   <li>CloudPlatform.isActive can return true when spring.main.cloud-platform is set to NONE <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/26124">#26124</a></li>
   <li>Elasticsearch auto-configuration does not configure default converters <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/26029">#26029</a></li>
   <li>Gradle bootBuildImage does not preserve file permissions for resources <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25937">#25937</a></li>
   <li>Keystore.load calls do not close InputStream <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25922">#25922</a></li>
   <li>Configuration of ciphers is ignored for TCP with Reactory Netty <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25913">#25913</a></li>
   <li>java.util.concurrent.RejectedExecutionException when shutting down Spring Boot app with Cassandra <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25869">#25869</a></li>
   <li>When running with a context hierarchy, PrimaryDefaultValidatorPostProcessor causes a NoSuchBeanDefinitionException when a Validator is in an ancestor context <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25863">#25863</a></li>
   <li>Unlike Micrometer's PushMeterRegistry, PrometheusPushGatewayManager stops publishing when an UnknownHostException is caught <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25844">#25844</a></li>
   <li><code>@Persistent</code> should not be considered when scanning for MongoDB entities <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25797">#25797</a></li>
   <li>spring-boot:build-image hangs when classifier is specified in configuration <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25789">#25789</a></li>
   <li>DefaultErrorWebExceptionHandler does not remove MetaType.ALL when a quality values is present <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25786">#25786</a></li>
   <li>AbstractWebMvcEndpointHandlerMapping does not chain InvalidEndpointRequestExceptions <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25784">#25784</a></li>
   <li>Unpacked jars are not deleted when the JVM exits <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25774">#25774</a></li>
   <li>TldPatterns are not aligned with Tomcat <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25770">#25770</a></li>
   <li>Actuator's rest template metrics customization prevents RootUriRequestExpectationManager.forRestTemplate from identifying that the template has had a root URI configured <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25768">#25768</a></li>
   <li>ConfigData imports cannot override profile specific imports <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25766">#25766</a></li>
   <li>URI tag of http.client.requests metric ignores REST template's root URI <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25765">#25765</a></li>
   <li>Checks 'javax.persistence.schema-generation.database.action' when determining DDL auto default <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25754">#25754</a></li>
   <li>Bootstrapper interface provides no clean upgrade path due to deprecated method <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25735">#25735</a></li>
   <li>spring-boot:build-image hangs if finalName is specified in Spring Boot plugin configuration <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25700">#25700</a></li>
   <li>During incremental compilation, configuration property metadata isn't generated for classes annotated with <code>@ControllerEndpoint</code>, <code>@JmxEndpoint</code>, <code>@RestControllerEndpoint</code>, <code>@ServletEndpoint</code>, or <code>@WebEndpoint</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25388">#25388</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Document limitations of using deferred JPA bootstrap and early access to JPA <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/26110">#26110</a></li>
   <li>Mention special behavior of spring.config.additional-location in docs <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/26085">#26085</a></li>
   <li>Provide package info for org.springframework.boot.test.autoconfigure.data.cassandra <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/26081">#26081</a></li>
   <li>Document more prominently that DataJpaTest sets spring.jpa.show-sql=true by default <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/26024">#26024</a></li>
   <li>Document how to provide runtime JVM arguments when building an image <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25992">#25992</a></li>
   <li>Javadoc link for non-public autoconfiguration classes does not exist <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25987">#25987</a></li>
   <li>Fix typos in docs <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/25947">#25947</a></li>
   <li>Use main as the branch name in info endpoint example <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25866">#25866</a></li>
   <li>Document how to configure Maven's Failsafe plugin when not using spring-boot-starter-parent <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25832">#25832</a></li>
   <li>Update deprecation warnings with for removal targets <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/25825">#25825</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to AppEngine SDK 1.9.88 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/26006">#26006</a></li>
   <li>Upgrade to Dropwizard Metrics 4.1.19 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/26007">#26007</a></li>
   <li>Upgrade to Glassfish JAXB 2.3.4 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/26100">#26100</a></li>
   <li>Upgrade to Hibernate 5.4.30.Final <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/26008">#26008</a></li>
   <li>Upgrade to HSQLDB 2.5.2 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/26101">#26101</a></li>
   <li>Upgrade to Jakarta Mail 1.6.7 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/26009">#26009</a></li>
   <li>Upgrade to Jaybird 3.0.11 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/26010">#26010</a></li>
   <li>Upgrade to Jetty 9.4.39.v20210325 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/26012">#26012</a></li>
   <li>Upgrade to Jetty Reactive HTTPClient 1.1.7 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/26011">#26011</a></li>
   <li>Upgrade to Kotlin 1.4.32 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/26013">#26013</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/7caf238a90fbb67a23666ba6ed3384011af01378"><code>7caf238</code></a> Release v2.4.5</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/c48a48f0a2696447f6bb55c18a149019590bfb95"><code>c48a48f</code></a> Merge branch '2.3.x' into 2.4.x</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/dea62c173420e33e72ef4617a8b5d4d10ea6edb5"><code>dea62c1</code></a> Next development version (v2.3.11.BUILD-SNAPSHOT)</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/01fb599f6e171d7d6f281b9c730893a4c50f5f1a"><code>01fb599</code></a> Revert &quot;Attempt to overcome Docker rate limiting on CI&quot;</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/bfe8e5ac192a463f94910c3648e23b5adc6b48e7"><code>bfe8e5a</code></a> Revert changes to make staging run Docker</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/6073cf7063b1e2752a0130deed1b139a2e4e56a0"><code>6073cf7</code></a> Marking staging tasks as privileged so they can start Docker</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/f74123038a758b964074f6e822c61e45836b2d71"><code>f741230</code></a> Start Docker before running a staging build</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/f814beacec14bbdb8d9cfa67b9672cfbca2d3a7a"><code>f814bea</code></a> Upgrade to Spring Session Dragonfruit-SR3</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/1de185caa46cf4c961ccb13fcffe6848ceea7b39"><code>1de185c</code></a> Merge branch '2.3.x' into 2.4.x</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/e8eb68a458299ffbc1296ca06e86c2dd7e30172c"><code>e8eb68a</code></a> Upgrade to Spring Session Dragonfruit-SR3</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-boot/compare/v2.4.4...v2.4.5">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.4.4&new-version=2.4.5)](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>


-- 
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.

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



[GitHub] [isis] andi-huber merged pull request #493: Bump spring-boot-maven-plugin from 2.4.4 to 2.4.5

Posted by GitBox <gi...@apache.org>.
andi-huber merged pull request #493:
URL: https://github.com/apache/isis/pull/493


   


-- 
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.

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