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

chore(deps): update spring boot to v2.4.3 #1637

Merged
merged 1 commit into from
Feb 20, 2021
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 18, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.springframework.boot:spring-boot-maven-plugin (source) 2.4.2 -> 2.4.3 age adoption passing confidence
org.springframework.boot:spring-boot-dependencies (source) 2.4.2 -> 2.4.3 age adoption passing confidence

Release Notes

spring-projects/spring-boot

v2.4.3

Compare Source

🪲 Bug Fixes

  • DataSourceBuilder no longer invokes setUser on org.postgresql.ds.PGSimpleDataSource #​25363
  • DatabaseDriver does not detect Amazon Redshift correctly #​25312
  • Migrations performed by Flyway or Liquibase may not have completed before the database is accessed via jOOQ #​25310
  • No error message when using spring.profiles.include in a profile-specific config file if it's written as a YAML list #​25309
  • Dependency management for Hibernate's new hibernate-micrometer module is missing #​25305
  • DataSourceBuilder no longer invokes setUser on org.h2.jdbcx.JdbcDataSource #​25263
  • Missing RabbitMQ metrics if bean is defined as a ConnectionFactory #​25185
  • A ContextRefreshedEvent from a child context may result in deadlock when using JPA deferred repositories #​25174
  • Gradle plugin does not include transitive project dependencies into application layer #​25163
  • initQueryTimeout and ildeTimeout defaults are not aligned with Cassandra defaults #​25150
  • Remote application from devtools does not work with security filter in WebSecurityConfigurerAdapter #​25147
  • TestRestTemplate exchange triggers UnsupportedOperationException when using a UriTemplateRequestEntity #​25097
  • WebMvcTest and WebFluxTest ignore user-provided Thymeleaf IDialect beans #​25072
  • Managed versions of oauth2-oidc-sdk and nimbus-jose-jwt are incompatible #​25070
  • BeanCreationException thrown creating 'neo4jMappingContext' with Spring Boot 2.4.2 when combined with MongoDB #​25069
  • Collection conversion doesn't work for configtree properties #​25057
  • ConfigData with Option.IGNORE_IMPORTS can cause NPE #​25029
  • spring.config.activate.on-profile cannot be used in profile specific file #​24990
  • ConfigDataLoaders cannot have a DeferredLogFactory injected preventing their subcomponents from logging accurately #​24988
  • Spring Data Solr support is not flagged as deprecated #​24943
  • Since 2.4.2, the Logback charset defaults to UTF-8 rather than the OS's default #​24894
  • InvalidConfigDataPropertyException thrown when server processed ConfigData contains profiles #​24890
  • When spring.mvc.pathmatch.matching-strategy is set to path-pattern-parser, the error handling of a management server listening on a separate port is broken #​24877
  • mappings endpoint fails due to an NPE when spring.mvc.pathmatch.matching-strategy is set to path-pattern-parser #​24874
  • Failures when recording metrics in MetricsClientHttpRequestInterceptor may interfere with RestTemplate's main behaviour #​24872
  • Auto-configured DataSourceTransactionManager uses spring.dao.exceptiontranslation.enable rather than spring.dao.exceptiontranslation.enabled to control exception translation #​24867
  • Illegal reflective access by org.springframework.cglib.core.ReflectUtils #​24857
  • Configuration metadata for logging.charset.* has invalid reference for java.nio.charset.Charset #​24851
  • Asynchronous deserialization performed by Hazelcast may fail due to the wrong ClassLoader being used #​24836

📔 Documentation

  • Update the Gradle plugin documentation to recommend the maven-publish plugin over the maven plugin #​25307
  • Document Kafka Streams metrics support #​25297
  • Default values of integer properties in the application properties appendix are rendered as decimals #​25176
  • Clarify usage of BufferingApplicationStartup #​25075
  • Since 2.3.8 and 2.4.2, the documented index format does not match the implementation #​25066
  • Clarify when retaining . characters in property keys requires bracket notation to be used #​25064
  • Highlight that Duration and Period conversion is provided by the ApplicationConversionService and, by default, is not available for web conversion #​25061
  • Document logging.register-shutdown-hook and why you may want to enable it #​25044
  • bootRun project property command line example is incomplete #​25042
  • Document the need to use the launcher to be able to use application.* properties in a custom banner #​25040
  • Add some guidance to the reference documentation about diagnosing unexpected property values #​25038
  • WebMvcProperties.MatchingStrategy should be documented as being since 2.4.0 #​24875
  • CONTRIBUTING.adoc contains broken link to spring-javaformat-intellij-idea-plugin #​24869
  • Add version to reference docs index #​24854
  • Remove YAML shortcomings section as it no longer applies #​24620

🔨 Dependency Upgrades

❤️ Contributors

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


Renovate configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

🔕 Ignore: Close this PR and you won't be reminded about these updates 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.

@ccoltx ccoltx added this to the 2.4.1 milestone Feb 20, 2021
@ccoltx ccoltx added the dependencies Pull requests that update a dependency file label Feb 20, 2021
@ccoltx ccoltx merged commit 32ebfb5 into master Feb 20, 2021
@ccoltx ccoltx deleted the renovate/spring-boot branch February 20, 2021 19:07
SteKoe added a commit to ParkerM/spring-boot-admin that referenced this pull request Apr 16, 2021
…-relpaths

* origin/master:
  Add retry on failing subscription (codecentric#1697)
  chore(deps): update dependency pl.project13.maven:git-commit-id-plugin to v4.0.4 (codecentric#1663)
  chore(deps): update dependency com.puppycrawl.tools:checkstyle to v8.41.1 (codecentric#1648)
  Fix for codecentric#1638 (codecentric#1673)
  Improve npm ci build times (see codecentric#1688) (codecentric#1689)
  Improved execution of grouped assertions (codecentric#1674)
  Use maven repo cache during publish snapshots (codecentric#1687)
  chore(deps): update metcalfc/changelog-generator action to v1 (codecentric#1669)
  chore(deps): update dependency org.codehaus.mojo:flatten-maven-plugin to v1.2.7 (codecentric#1686)
  Fix file formating by applying spring-javaformat:apply (codecentric#1685)
  Cache mvn repo in main build (see codecentric#1677 ) (codecentric#1678)
  Added support DingTalk notifier. (codecentric#1653)
  Simplify some code (codecentric#1670)
  Bugfix/1646 (codecentric#1661)
  Upgrade spring cloud dependencies (codecentric#1645)
  chore(deps): update dependency com.github.eirslett:frontend-maven-plugin to v1.11.2 (codecentric#1635)
  chore(deps): update spring boot to v2.4.3 (codecentric#1637)
  Bump version to 2.4.1-SNAPSHOT
  chore(deps): update testcontainers.version to v1.15.2 (codecentric#1629)
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.

2 participants