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

Update dependency org.springframework.boot:spring-boot-starter-parent to v2.5.0 #2322

Merged
merged 1 commit into from
May 21, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 20, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.springframework.boot:spring-boot-starter-parent (source) 2.4.5 -> 2.5.0 age adoption passing confidence

Release Notes

spring-projects/spring-boot

v2.5.0

Compare Source

For full upgrade instructions and new and noteworthy features please see the release notes.

🪲 Bug Fixes

  • Auto-configured resource handlers don't get applied to child contexts #​26623
  • Actuator doesn't use the CORS Configuration with default security configuration and Spring Webflux #​26614
  • Actuator doesn't use the CORS Configuration with default security configuration and Spring MVC #​26612
  • SpringApplication additional profiles and active profiles ordering changed with Spring Boot 2.4 #​26610
  • An active request delays Jetty's shutdown by 30 seconds #​26608
  • SmartInitializingSingleton beans are not working with lazy initialization #​26606
  • MVC and WebFlux metrics filters adversely affect the response when metrics recording fails #​26596
  • ConfigDataResolvers cannot signal that they should be skipped #​26585
  • Remote devtools endpoint cannot be accessed if actuator and spring security are on the classpath #​26584
  • The error message when a wildcard directory location does not match any files is misleading #​26583
  • Mandatory locations with pattern fail with exception #​26582
  • Non-optional locations with wildcards fail if no files are contributed #​26581
  • Profiles programmatically set on the Envionment are no longer merged with active profile properties #​26580
  • Use of spring.profiles.include in a profile-specific document is not detected when it's configured as a YAML list #​26575
  • ConfigurationProperties is retrieved via classpath scanning but does not indicate it should be indexed #​26463
  • BufferingApplicationStartup fails with NoSuchElementException #​26458
  • Building an image fails when using a custom buildpack image with long file names #​26445
  • Additional profiles are processed too late when legacy processing is used #​26434
  • Config data location does not exist error can be thrown if a profile-specific properties file is directly imported #​26402
  • StandardConfigDataLoader can import profile specific files in incorrect order #​26401
  • Resolvability and consumability of productionRuntimeClasspath are not aligned with runtimeClasspath #​26365
  • ObjectMapper provided by JacksonAutoConfiguration via JacksonClusterEnvironmentBuilderCustomizer breaks Couchbase driver #​26363
  • Empty value in spring.config.import causes NullPointerException #​26346
  • @DataRedisTest does not consider RedisReactiveAutoConfiguration #​26328
  • When a single bean causes a dependency cycle the failure analysis does not clearly illustrate the cycle #​26323
  • SpringBootConfiguration is retrieved via classpath scanning but does not indicate it should be indexed #​26318
  • Maven spring-boot:build-image ignores ZIP layout #​26313
  • bootBuildImage does not pick up targetCompatibility when it's configured after task is customised #​26301
  • Configuration item metadata ordering is not consistent #​26277
  • @EnableAutoConfiguration and @ImportAutoConfiguration use different class loaders to find candidate configurations #​26237
  • 'spring.web.resources.cache.use-last-modified=false' doesn't work with Spring MVC #​26233
  • Restore support for binding configuration properties from RandomValuePropertySource #​26201
  • @Scheduled method not triggered when spring.main.lazy-initialization=true #​26156
  • When classes in spring-core and spring-boot are loaded by different ClassLoaders, spring-boot cannot find its own config data location resolvers #​26155
  • ConfigFileApplicationListener#loadPostProcessors can not load EnvironmentPostProcessor in child classLoader #​26126

📔 Documentation

  • Info endpoint in reference doc has outdated defaults #​26591
  • Update documentation following the release of Spock Framework 2.0 #​26586
  • Update Gradle docs to use module replacement rather than dependency substitution #​26526
  • Improve documentation of TestRestTemplate's fault tolerance #​26522
  • Document that the heap dump endpoint requires a HotSpot JVM #​26474
  • Suggest enabling the default servlet when using Jersey as a filter #​26452
  • Document support for Gradle 6.9 #​26409
  • Fix wrong reference to Cassandra in DockerImageNames#couchbase #​26406
  • PDF documentation include hidden code elements #​26373
  • Move Working with the Code from CONTRIBUTING.adoc to the wiki #​26334
  • Fix typo in NamedContributors Javadoc #​26325
  • Polish README #​26320
  • Fix link to Webservices reference docs #​26316
  • Document property names to enable reactive health indicators #​26299
  • Documentation has wrong key for DataSourceHealthIndicator #​26283
  • Reorder a few howtos #​26262
  • Align documentation with main default branch name #​26257
  • Align Maven version in system requirements with what is actually tested #​26211
  • Document that MeterFilters are only applied to the Spring-managed MeterRegistry #​26186
  • Use new update site for Spring Java Format's Eclipse plugin #​26172
  • spring.profiles.include has outdated sourceType in configuration metadata #​26165
  • Include spring.profiles.group in additional-spring-configuration-metadata.json #​26164
  • Enhance multiple entity manager factories online documentation #​26160
  • SQL init schema-locations and data-locations are missing metadata to cause them to be handled as Resources #​26154
  • Replacements for spring.datasource.schema and spring.datasource.data are documented incorrectly #​26150

🔨 Dependency Upgrades

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v2.4.6

Compare Source

🪲 Bug Fixes
  • Actuator doesn't use the CORS Configuration with default security configuration and Spring MVC #​26611
  • An active request delays Jetty's shutdown by 30 seconds #​26607
  • SmartInitializingSingleton beans are not working with lazy initialization #​26605
  • MVC and WebFlux metrics filters adversely affect the response when metrics recording fails #​26595
  • Mandatory locations with pattern fail with exception #​26577
  • Non-optional locations with wildcards fail if no files are contributed #​26468
  • ConfigurationProperties is retrieved via classpath scanning but does not indicate it should be indexed #​26462
  • The error message when a wildcard directory location does not match any files is misleading #​26415
  • StandardConfigDataLoader can import profile specific files in incorrect order #​26400
  • Resolvability and consumability of productionRuntimeClasspath are not aligned with runtimeClasspath #​26364
  • Empty value in spring.config.import causes NullPointerException #​26342
  • @DataRedisTest does not consider RedisReactiveAutoConfiguration #​26327
  • When a single bean causes a dependency cycle the failure analysis does not clearly illustrate the cycle #​26322
  • SpringBootConfiguration is retrieved via classpath scanning but does not indicate it should be indexed #​26317
  • Maven spring-boot:build-image ignores ZIP layout #​26312
  • bootBuildImage does not pick up targetCompatibility when it's configured after task is customised #​26300
  • Configuration item metadata ordering is not consistent #​26275
  • @EnableAutoConfiguration and @ImportAutoConfiguration use different class loaders to find candidate configurations #​26236
  • 'spring.web.resources.cache.use-last-modified=false' doesn't work with Spring MVC #​26212
  • Use of spring.profiles.include in a profile-specific document is not detected when it's configured as a YAML list #​26205
  • SpringApplication additional profiles and active profiles ordering changed with Spring Boot 2.4 #​26189
  • Profiles programmatically set on the Envionment are no longer merged with active profile properties #​26151
  • When classes in spring-core and spring-boot are loaded by different ClassLoaders, spring-boot cannot find its own config data location resolvers #​26149
  • Config data location does not exist error can be thrown if a profile-specific properties file is directly imported #​26147
  • Profile cannot easily be deduced from StandardConfigDataResource #​25940
  • ConfigDataResolvers cannot signal that they should be skipped #​25894
  • Remote devtools endpoint cannot be accessed if actuator and spring security are on the classpath #​25868
  • Additional profiles are processed too late when legacy processing is used #​25817
  • BufferingApplicationStartup fails with NoSuchElementException #​25792
  • @Scheduled method not triggered when spring.main.lazy-initialization=true #​25315
  • Actuator doesn't use the CORS Configuration with default security configuration and Spring Webflux #​24541
📔 Documentation
  • Update Gradle docs to use module replacement rather than dependency substitution #​26525
  • Improve documentation of TestRestTemplate's fault tolerance #​26521
  • Document that the heap dump endpoint requires a HotSpot JVM #​26473
  • Fix wrong reference to Cassandra in DockerImageNames#couchbase #​26405
  • Move Working with the Code from CONTRIBUTING.adoc to the wiki #​26333
  • Fix typo in NamedContributors Javadoc #​26324
  • Document property names to enable reactive health indicators #​26298
  • Documentation has wrong key for DataSourceHealthIndicator #​26282
  • Align documentation with main default branch name #​26256
  • Align Maven version in system requirements with what is actually tested #​26210
  • Document that MeterFilters are only applied to the Spring-managed MeterRegistry #​26185
  • Use new update site for Spring Java Format's Eclipse plugin #​26171
  • spring.profiles.include has outdated sourceType in configuration metadata #​26163
  • Enhance multiple entity manager factories online documentation #​26159
  • Include spring.profiles.group in additional-spring-configuration-metadata.json #​26127
  • Suggest enabling the default servlet when using Jersey as a filter #​25733
🔨 Dependency Upgrades
❤️ Contributors

We'd like to thank all the contributors who worked on this release!


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled due to failing status checks.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot added the renovate PR from renovate label May 20, 2021
@cypress
Copy link

cypress bot commented May 20, 2021



Test summary

1 0 0 0


Run details

Project k8s-3tier-webapp
Status Passed
Commit db356c1 ℹ️
Started May 21, 2021 12:46 AM
Ended May 21, 2021 12:46 AM
Duration 00:04 💡
OS Linux Ubuntu - 16.04
Browser Electron 80

View run in Cypress Dashboard ➡️


This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard

@codecov
Copy link

codecov bot commented May 20, 2021

Codecov Report

Merging #2322 (5667753) into master (54c5a60) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #2322   +/-   ##
=========================================
  Coverage     75.65%   75.65%           
  Complexity      428      428           
=========================================
  Files           122      122           
  Lines          1972     1972           
  Branches         60       60           
=========================================
  Hits           1492     1492           
  Misses          469      469           
  Partials         11       11           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 331c0d2...5667753. Read the comment docs.

@renovate renovate bot changed the title Update dependency org.springframework.boot:spring-boot-starter-parent to v2.4.6 Update dependency org.springframework.boot:spring-boot-starter-parent to v2.5.0 May 21, 2021
@codeclimate
Copy link

codeclimate bot commented May 21, 2021

Code Climate has analyzed commit 5667753 and detected 0 issues on this pull request.

View more on Code Climate.

@sonarcloud
Copy link

sonarcloud bot commented May 21, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@sonarcloud
Copy link

sonarcloud bot commented May 21, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@sonarcloud
Copy link

sonarcloud bot commented May 21, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@sonarcloud
Copy link

sonarcloud bot commented May 21, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@sonarcloud
Copy link

sonarcloud bot commented May 21, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@sonarcloud
Copy link

sonarcloud bot commented May 21, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@sonarcloud
Copy link

sonarcloud bot commented May 21, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@sonarcloud
Copy link

sonarcloud bot commented May 21, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@sonarcloud
Copy link

sonarcloud bot commented May 21, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@sonarcloud
Copy link

sonarcloud bot commented May 21, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@sonarcloud
Copy link

sonarcloud bot commented May 21, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@sonarcloud
Copy link

sonarcloud bot commented May 21, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@sonarcloud
Copy link

sonarcloud bot commented May 21, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@sonarcloud
Copy link

sonarcloud bot commented May 21, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@sonarcloud
Copy link

sonarcloud bot commented May 21, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@sonarcloud
Copy link

sonarcloud bot commented May 21, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@sonarcloud
Copy link

sonarcloud bot commented May 21, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@sonarcloud
Copy link

sonarcloud bot commented May 21, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@sonarcloud
Copy link

sonarcloud bot commented May 21, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@sonarcloud
Copy link

sonarcloud bot commented May 21, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@sonarcloud
Copy link

sonarcloud bot commented May 21, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@sonarcloud
Copy link

sonarcloud bot commented May 21, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@sonarcloud
Copy link

sonarcloud bot commented May 21, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@sonarcloud
Copy link

sonarcloud bot commented May 21, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@yurake yurake merged commit e14a747 into master May 21, 2021
@yurake yurake deleted the renovate/spring-boot branch May 21, 2021 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
renovate PR from renovate size/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants