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/01/15 06:25:08 UTC

[GitHub] [isis] dependabot[bot] opened a new pull request #333: Bump spring-boot-starter-parent from 2.4.1 to 2.4.2

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


   Bumps [spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 2.4.1 to 2.4.2.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/spring-projects/spring-boot/releases">spring-boot-starter-parent's releases</a>.</em></p>
   <blockquote>
   <h2>v2.4.2</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Add API for PropertySource resource location retrieval <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/24504">#24504</a></li>
   </ul>
   <h2>:beetle: Bug Fixes</h2>
   <ul>
   <li>DataSourceUnwrapper calls Wrapper.isWrapperFor with a interface rather than an class causing HikariDataSourceMetricsRegistry failure <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/24841">#24841</a></li>
   <li>Wrong logging pattern with multiple web applications <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/24835">#24835</a></li>
   <li>Configuration metadata json does not include spring.config.use-legacy-processing <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/24816">#24816</a></li>
   <li>Setting -Dspring.devtools.restart.enabled=true has no effect when the class loader class name does not contain AppClassLoader <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/24797">#24797</a></li>
   <li>Auto-configured JdbcSessionDataSourceInitializer does not use the <code>@SpringSessionDataSource</code> if available <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/24790">#24790</a></li>
   <li>Error <code>Invalid entry size</code> when build application with a dependency jar larger than 2,147,483,647 bytes with Gradle <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/24768">#24768</a></li>
   <li>Default servlet location is not registered using a ServletContextResource <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/24748">#24748</a></li>
   <li>bootRun task does not use the project's toolchain by default <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/24738">#24738</a></li>
   <li>BootRun does not consider configured javaLauncher when determining JVM arguments for an optimized launch <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/24735">#24735</a></li>
   <li>spring.profiles.include is silently ignored when used in a profile-specific document <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/24733">#24733</a></li>
   <li>main application.yaml overrides test application.properties <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/24719">#24719</a></li>
   <li>Actuator 'configprops' endpoint does not show inputs for <code>@Name</code> parameters <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/24713">#24713</a></li>
   <li>Exploded archives launched using the launcher have an incorrectly ordered classpath that also contains non-existent jar files <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/24710">#24710</a></li>
   <li>spring-boot:build-image has a layout parameter that cannot be always be honoured <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/24689">#24689</a></li>
   <li>FailureAnalyzers' unmet dependency errors add noise to logs <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/24683">#24683</a></li>
   <li>WebTestClient base path is not set to the application context path <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/24678">#24678</a></li>
   <li>Support JSR-305 <code>@Nullable</code> annotations on endpoint methods <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/24672">#24672</a></li>
   <li>JSR-305 <code>@Nullable</code> cannot be used to indicate that a parameter to an endpoint operation is optional <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/24670">#24670</a></li>
   <li>ConfigDataEnvironment doesn't register updated Binder <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/24669">#24669</a></li>
   <li>WebServer implementations should return -1 if not listening on a port <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/24657">#24657</a></li>
   <li>Support JSR-305 <code>@Nullable</code> annotations on endpoint methods <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/24654">#24654</a></li>
   <li>Handle missing manifest files in JarTypeFilter <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/24597">#24597</a></li>
   <li>ConfigDataLocationNotFoundException thrown at application startup with configserver: config imports, that are not even meant for the current profile <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/24584">#24584</a></li>
   <li>Maven resources plugin execution generates a warning with a vanilla project <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/24576">#24576</a></li>
   <li>BootstrapContext Binder cannot be used if accessed early <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/24559">#24559</a></li>
   <li>Opening a connection to a jar:war: URL created by Tomcat results in an illegal reflective access warning on Java 13+ <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/24554">#24554</a></li>
   <li>Enforce that builder and run images are pulled from the same authenticated registry <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/24552">#24552</a></li>
   <li>Actuator doesn't use the CORS Configuration with default security configuration and Spring MVC <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/24542">#24542</a></li>
   <li>Avoid duplicate classes in MergedContextConfiguration <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/24536">#24536</a></li>
   <li>Image is built from jar file when when using war packaging with Gradle <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/24535">#24535</a></li>
   <li>configtree not working with Kubernetes projected volume <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/24530">#24530</a></li>
   <li>Netty Web Server will not start if using Unix Domain Sockets <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/24529">#24529</a></li>
   <li>Application Startup Fails For Existing, Non-Optional Config Location, Resulting In ConfigDataLocationNotFoundException <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/24499">#24499</a></li>
   <li>Exceptions are still translated by JdbcTransactionManager when spring.dao.exceptiontranslation.enabled is false <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/24321">#24321</a></li>
   <li>Persistent and RelationshipProperties-annotated types are not scanned with Spring Data Neo4j <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/24239">#24239</a></li>
   <li>flashMapManager and themeResolver beans can no longer be configured without enabling bean overriding <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/24207">#24207</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Fix documentation on probes states during graceful shutdown <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/24843">#24843</a></li>
   <li>Clarify behaviour of WebServerFactory in reference guide <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/24707">#24707</a></li>
   <li>Migrate away from pivotal-legacy/homebrew-tap <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/24681">#24681</a></li>
   <li>Fix javadoc typo in ConfigDataLocation <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/24660">#24660</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/c73f1780bf396c8fcdfd630de80bf29c308094d1"><code>c73f178</code></a> Release v2.4.2</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/26f2caca22dd9108b3f4e2c6065dbd92055f54f3"><code>26f2cac</code></a> Update copyright year of changed files</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/c0aef4c35fa32a9c506e030a286fb32b250d3ef5"><code>c0aef4c</code></a> Apply SystemProperties to LoggerContext</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/68fc2329c8af655e06d7d0c0cc023fda4aced676"><code>68fc232</code></a> Revert &quot;Remove unnecessary code&quot;</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/716dce3859eba40176198c0a07718af7043c5727"><code>716dce3</code></a> Merge branch '2.3.x' into 2.4.x</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/8f692a16c61a48cb0c50b2c75f07c27eefae5be0"><code>8f692a1</code></a> Next development version (v2.3.9.BUILD-SNAPSHOT)</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/6f51831001f4ae430eff5282d627455c722ba325"><code>6f51831</code></a> Fix docs on probe state during graceful shutdown</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/dda8b5d287abc73a05b443fb1336b66e793106fe"><code>dda8b5d</code></a> Revert &quot;Upgrade to Kafka 2.6.1&quot;</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/2072e7242a40ce7dad23772425b95085a8a03fc4"><code>2072e72</code></a> Merge branch '2.3.x' into 2.4.x</li>
   <li><a href="https://github.com/spring-projects/spring-boot/commit/283ed48d63eb75d412a195c226825e11ea0743b6"><code>283ed48</code></a> Unwrap Datasource against an actual interface</li>
   <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-boot/compare/v2.4.1...v2.4.2">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-starter-parent&package-manager=maven&previous-version=2.4.1&new-version=2.4.2)](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 #333: Bump spring-boot-starter-parent from 2.4.1 to 2.4.2

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


   


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