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 org.springframework.boot from 2.2.0.RELEASE to 2.2.1.RELEA… #2042

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Nov 7, 2019

Bumps org.springframework.boot from 2.2.0.RELEASE to 2.2.1.RELEASE.

Release notes

Sourced from org.springframework.boot's releases.

v2.2.1.RELEASE

⭐ New Features

  • Support constructor binding for property nested inside a JavaBean #18894
  • Support amqps:// URIs in spring.rabbitmq.addresses #18885
  • Add config property for CodecConfigurer.maxInMemorySize in WebFlux #18828
  • Make test slices' type exclude filters public #18746
  • Upgrade to Jetty 9.4.21.v20190926 #18693

🪲 Bug Fixes

  • Recursive property in @ConfigurationProperties causes java.lang.StackOverflowError when generating metadata #18889
  • Endpoint filter configured on an endpoint's super-class has no effect #18882
  • Dependency relationships created by AbstractDependsOnBeanFactoryPostProcessors cannot be overridden #18878
  • HazelcastHealthContributorAutoConfiguration not bootstrapped #18847
  • Dependency management has unnecessary log4j exclusion for spring-cloud-spring-service-connector #18833
  • Constructor binding for nested class with multiple constructors causes BindException #18810
  • Reactive health indicators are ignored in MVC applications #18805
  • Failure analysis description for BeanDefinitionOverrideExceptions includes useless information when a bean definition has no resource description #18749
  • Reactive HealthContributors do not hide non-reactive ones #18748
  • configprops error when jobscope defined in configuration #18714
  • Confusing error message if property not found when ConstructorBinding is used #18704
  • Make optimizedLaunch property name more consistent #18702
  • It is unclear that server.tomcat.max-http-post-size and server.jetty.max-http-post-size only apply to POSTed form content #18695
  • NPE is thrown from /actuator/health with an empty composite contributor #18687
  • /actuator/health returns 404 if no indicator is present #18676
  • @TestConfiguration disables proxying of @Bean methods #18675
  • Enabling configuration properties scanning by default prevents conditional registration of @ConfigurationProperties-annoted types that are found by scanning #18674
  • Depends on semantic between Liquibase and JPA are no longer applied with custom SpringLiquibase #18673
  • Bean validation not picking error translations anymore #18672
  • Binding fails in presence of a synthetic constructor #18670
  • Application does not start anymore with only AbstractRoutingDataSource beans #18661
  • ConfigurationProperties with constructor binding cannot be mocked #18652
  • Actuator health check groups allow to specify checks only in lower case #18649
  • Immutable configuration properties not shown by Actuator #18636
  • Use of CGLib proxies is only auto-configured when AspectJ is on the classpath #18523

📔 Documentation

  • Spring boot tests overrides surefire plugin listeners #18893
  • Logs of java.util.logging.Logger are not output when war is deployed to tomcat. #18880
  • Document that @Order cannot be used on a Filter's @Bean method to set the Filter's order #18879
  • Unexpected settings in effective pom when inheriting from spring-boot-starter-parent #18877
  • Improve security-related recommendations for DevTools' remote application support #18876
  • Document Settings as jooq supported auto-configuration type #18875
  • Add reference to Armeria starter #18837
  • Make "Containers and Exploded Archives" section more visible #18818
  • OAuth2 Client documentation still refers to redirect-uri-template #18756
  • Delete Javadoc references to removed code #18755
  • Mention keys with dots for yaml in "Spring Boot Configuration Binding" wiki #18735
... (truncated)
Commits
  • 2c9cf65 Release v2.2.1.RELEASE
  • 75f210a Merge branch '2.1.x'
  • 8d3df1b Make CI credentials requirement lenient when building RestTemplate
  • 1429344 Merge branch '2.1.x'
  • 891c712 Wait for distribution to reach Bintray before checking its completeness
  • 86a1c96 Make sure health endpoint is available with no contributor
  • f57baa7 Merge branch '2.1.x'
  • 8b1ff0a Next development version (v2.1.11.BUILD-SNAPSHOT)
  • 684d7cf Upgrade to Mongodb 3.11.2
  • a31874c Merge branch '2.1.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.

If all status checks pass Dependabot will automatically merge this pull request.


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)
  • @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 the .dependabot/config.yml file in this repo:

  • Update frequency
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Nov 7, 2019
@dependabot-preview
Copy link
Contributor Author

Dependabot tried to automerge this PR, but received the following error from GitHub:

Waiting on code owner review from bsideup, kiview, and/or rnorth.

Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 2.2.0.RELEASE to 2.2.1.RELEASE.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.2.0.RELEASE...v2.2.1.RELEASE)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/gradle/examples/org.springframework.boot-2.2.1.RELEASE branch from aaf79ee to 2ae9ee6 Compare November 9, 2019 08:27
@rnorth rnorth changed the title Bump org.springframework.boot from 2.2.0.RELEASE to 2.2.1.RELEASE in /examples Bump org.springframework.boot from 2.2.0.RELEASE to 2.2.1.RELEA… Nov 9, 2019
@rnorth rnorth merged commit fb9e7ef into master Nov 9, 2019
@rnorth rnorth deleted the dependabot/gradle/examples/org.springframework.boot-2.2.1.RELEASE branch November 9, 2019 08:28
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant