Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump spring-boot-gradle-plugin from 2.1.6.RELEASE to 2.1.7.RELEASE #169

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps spring-boot-gradle-plugin from 2.1.6.RELEASE to 2.1.7.RELEASE.

Release notes

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

v2.1.7.RELEASE

⭐ New Features

  • Allow AbstractDependsOnBeanFactoryPostProcessor to identify depended on beans by type #17020

🪲 Bug Fixes

  • Fix log info #17774
  • Wrong bean name on Reactive Cassandra Health Indicator condition #17763
  • Undertow servers include their own mime mappings in addition to ours #17687
  • Missing TransactionManager when user provides a custom Neo4j SessionFactory. #17662
  • Fix ordering of SPRING_APPLICATION_JSON property source relative to servlet property sources #17652
  • Reactive health indicators do not log health check failure #17635
  • JavaVersion does not cover all available versions of Java #17590
  • UndertowReactiveWebServerFactory has DeploymentInfoCustomizers even though it does not create a DeploymentInfo #17555
  • MockMvc logging requests from all previous tests with Spring Boot Test #17551
  • Quartz auto-configuration will initialise the DataSource with Quartz's DDL when not using a JDBC job store #17545
  • getResourcePaths(String) allows navigation through the loader's directory structure when using Tomcat #17538
  • ActiveMQConnectionFactory is not configured when CachingConnectionFactory is missing and enabled properties are false #17531
  • @​DataJdbcTest is documented as being transactional but isn't #17513
  • Trimming the whitespace for the OAuth2 provider property #17497
  • Create RestClient bean from a RestHighLevelClient if such a bean has been contributed by the application. #17488
  • Batch app fails to start if there's an entityManagerFactory bean but no DataSource bean #17465
  • Batch auto-configuration backs off too aggressively without a dependency on spring-jdbc #17451
  • Batch app fails to start if spring-jdbc is on the classpath but there's no DataSource bean #17449
  • /actuator/logfile endpoint returning 404 when logging.file property contains a random value #17434
  • Validation does not apply to hander replaced results #17421
  • MongoDataAutoConfiguration not applied when a MongoDbFactory is provided by Spring Cloud #17416
  • Shutdown endpoint is called when the application context is closed as its shutdown() method is inferred to be a destroy method #17407
  • Jetty logs a warning about an empty context path when using WebFlux #17399
  • Dependency management for Infinispan is incomplete #17346
  • Classes and resources with a single letter component in their package name cannot be loaded from jar files with /./ or /../ in their path #17341
  • StringToEnumIgnoringCaseConverterFactory getLettersAndDigits returns an integer string #17327
  • HibernateJpaAutoConfiguration's condition uses deprecated classes #17288
  • JUL logger configuration may be lost before usage due to GC #17217
  • EmbeddedMongoAutoConfiguration should depend on bean by type #16627
  • Inconsistent behavior turning off the check for the change log location: Liquibase fails anyway #16232

📔 Documentation

  • Harmonize settings.gradle documentation in Gradle getting started guide #17736
  • Improve "'Create your own starter" to mention how to document properties #17573
  • Clarify description of "logging.file.max-history" #17567
  • Wrong prefix for datasource metrics in the documentation #17553
  • Broken link to Spring Integration metrics in documentation #17543
  • Clarify documented behavior of MessageSource auto-configuration when no resource bundles matching the configured basenames exist #17485
  • Java 12 is not documented as a supported version #17476
  • Caching documentation contains instruction for removed Guava support #17446
  • Fix persistent session property name #17382
  • Link to Apache Licence from Maven Plugin docs rather than embedding it #17320
... (truncated)
Commits

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 ignore this ['minor'|'major'] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the specific version in this PR you can just close it
  • @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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [spring-boot-gradle-plugin](https://github.com/spring-projects/spring-boot) from 2.1.6.RELEASE to 2.1.7.RELEASE.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.1.6.RELEASE...v2.1.7.RELEASE)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 7, 2019
@pivotal-issuemaster
Copy link

@dependabot-preview[bot] Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

2 similar comments
@pivotal-issuemaster
Copy link

@dependabot-preview[bot] Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

@pivotal-issuemaster
Copy link

@dependabot-preview[bot] Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

@bsideup bsideup merged commit 6b6fecb into master Aug 23, 2019
@delete-merged-branch delete-merged-branch bot deleted the dependabot/gradle/org.springframework.boot-spring-boot-gradle-plugin-2.1.7.RELEASE branch August 23, 2019 18:35
@bsideup bsideup modified the milestones: next, 0.9.0 Aug 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants