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 v3.1.8 (patch) #381

Merged
merged 1 commit into from
Feb 20, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 20, 2024

Mend Renovate

This PR contains the following updates:

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

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

spring-projects/spring-boot (org.springframework.boot:spring-boot-maven-plugin)

v3.1.8

Compare Source

🐞 Bug Fixes

  • SslBundle implementations do not provide useful toString() results #​39137
  • Mixing PEM and JKS certificate material in server.ssl properties does not work #​39105
  • spring.rabbitmq.listener.stream.auto-startup property has no effect #​39072
  • Error mark in the log message for PatternParseException is in the wrong place #​38944
  • AutoConfigurationSorter does not always respect @AutoConfigureOrder(Ordered.LOWEST_PRECEDENCE) #​38904
  • Throwable from logging system initialization may result in the application silently failing to start #​38885
  • Actuator endpoints with no operations that use selectors are not accessible when mapped to / #​35426

📔 Documentation

  • Remove entry for OCI starter as it is no longer maintained #​39164
  • Fix link to Log4j2's JDK logging adapter documentation #​39163
  • Update links to Micrometer docs in metrics section of reference docs #​39114
  • Correct the documentation on injecting dependencies into FailureAnalyzer implementations #​39099
  • Improve "Sanitize Sensitive Values" section in reference documentation #​39094

🔨 Dependency Upgrades

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​BenchmarkingBuffalo, @​FBibonne, @​Wzy19930507, @​amparab, @​dependabot[bot], @​dreis2211, and @​tobias-lippert

v3.1.7

Compare Source

🐞 Bug Fixes

  • HibernateJpaAutoConfiguration should be applied before DataSourceTransactionManagerAutoConfiguration #​38861
  • Zip file closed exceptions can be thrown due to StaticResourceJars closing jars from cached connections #​38766
  • Gradle task "bootJar" fails with "Failed to get permissions" when using Gradle 8.6-milestone-1 #​38718
  • Child context created with SpringApplicationBuilder runs parents runners #​38647
  • System SSL certificates are not used by the Apache HTTP Client in a RestTemplate built with RestTemplateBuilder #​38591
  • It is unclear that Docker Compose services have not been started as one or more is already running #​38398

📔 Documentation

🔨 Dependency Upgrades

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​aleksandrserbin, @​cachescrubber, @​dependabot[bot], @​meiyese, @​pirgeo, @​quaff, @​shin-mallang, and @​tomfrenken

v3.1.6

Compare Source

⭐ New Features
  • Upgrade default CNB builders to Paketo Jammy #​38485
🐞 Bug Fixes
  • Annotation based ConditionalOnBean checks can cause early initialization of FactoryBeans #​38473
  • App fails to start with a NoSuchMethodError when using Flyway 10.0.0 #​38267
  • Resolution of productionRuntimeClasspath configuration may select the wrong variant and contain a dependency's source jar #​38209
  • App that depends on Tomcat and on Jetty's websocket-server module fails to start with IllegalStateException: WebSocketComponents has not been created #​38181
  • spring.webflux.multipart.max-disk-usage-per-part behaves incorrectly for values where the number of bytes overflows an int #​38151
  • Mail health indicator fails when host is not set in properties #​38043
  • Docker Compose integration does not work with 2.23.0 due to 'Cannot invoke "org.springframework.boot.docker.compose.core.DockerCliInspectResponse.hostConfig()" because "inspectResponse" is null' #​37982
  • Docker JSON parsing fails on certain locales #​37648
  • Testcontainers support for various containers does not work in a native-image #​36606
📔 Documentation
  • Document supported SQL comment prefixes #​38495
  • Update access log pattern documentation to align with changes in Tomcat 10 #​38424
  • Add a Restarting a stopped or failed Job section to the batch howto #​38340
  • Fix link to Elasticsearch health indicator #​38333
  • Update Spring Framework documentation links #​38288
  • Code sample in "Developing Your First Spring Boot Application" does not work #​38271
  • Improve --help and documentation for "encodepassword -a/--algorithm" in the Spring Boot CLI #​38248
  • Add how-to documentation for test-only database migrations with Flyway/Liquibase #​38230
  • Document that PEM content can be used directly in application.yaml #​38210
  • Document that TomcatConnectorCustomizers are not applied to additional connectors #​38197
  • Document that application.* banner variables require a packaged jar or the use of Boot's launcher #​38148
  • Improve systemd configuration documentation #​38116
  • Clarify that @AutoConfigureWebTestClient binds WebTestClient to mock infrastructure #​38113
  • MyErrorWebExceptionHandler example in documentation isn't working #​38110
  • Document that properties that change an application's beans are fixed at build time #​38107
  • Add section on AspectJ support #​38096
  • Document that SerializationFeature.WRITE_DURATIONS_AS_TIMESTAMPS is disabled by default #​38089
  • Document that testing with ApplicationContextRunner in a native image is not supported #​38081
  • Spring Boot Actuator documentation misses management.endpoint.env.show-values property #​38079
  • Document how to downgrade dependencies to use embedded Jetty 11 #​38076
  • Update "Use Another Web Server" how-to to reflect Servlet 5.0 baseline #​38074
  • Update "Running Behind a Front-end Proxy Server" to include reactive and ForwardedHeaderTransformer #​38071
  • Document how to customize the basePackages that auto-configurations consider (for example Spring Data Repositories) #​38053
  • Reference documentation MyContainersConfiguration sample is missing @ServiceConnection #​38046
  • Clarifying documentation on including a top-level @TestConfiguration class in a test #​38040
  • Document ConfigurationPropertyCaching #​38037
  • Document server.servlet.encoding.* properties and server.servlet.encoding.mapping in particular #​38034
  • Document configuration for building images with Colima #​38031
  • Add a section on customizing embedded reactive servers #​38027
  • Improve documentation of classpath.idx file and its generation by the Maven and Gradle plugins #​38024
  • Document additional user configuration that's required after setting spring.hateoas.use-hal-as-default-json-media-type to false #​38021
  • Clarify that MVC components provided through WebMvcRegistrations are subject to subsequent processing and configuration by MVC #​38018
  • Add Embedded MongoDB to community starters #​38015
  • Document that spring-boot-starter-parent sets maven.compiler.release and how to unset it if needed #​37993
  • Improve health group membership validation error message to provide hint for property to disable validation #​36489
  • Explain how Docker Compose support works when services are already running #​36483
  • Outdated spring-boot-maven-plugin build-info documentation causing project builds to fail #​36114
  • When using Testcontainers at development time with @ServiceConnection on a @Bean method, describe when to use the name attribute and why #​36071
  • Make distinction between Testcontainers for integration tests and development more clear in documentation #​35856
  • Clarify documentation on importing Testcontainer declarations and using @ServiceConnection or @DynamicPropertySource #​35629
  • Improve documentation regarding tracing in tests #​33975
  • Document the accepted inputs when configuring tags on spring-boot:build-image and bootBuildImage #​33088
  • Document how to use cloudfoundry specific actuators with a custom base path for webflux applications #​24991
🔨 Dependency Upgrades
❤️ Contributors

Thank you to all the contributors who worked on this release:

@​GVictorG7, @​PENEKhun, @​audtjddld, @​cachescrubber, @​dreis2211, @​eddumelendez, @​izeye, @​jonatan-ivanov, and @​quaff


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 Mend Renovate. View repository job log here.

Copy link

github-actions bot commented Feb 20, 2024

Test Results

37 tests   35 ✅  19s ⏱️
 9 suites   2 💤
 9 files     0 ❌

Results for commit 09dc70c.

♻️ This comment has been updated with latest results.

@renovate renovate bot force-pushed the renovate/patch-spring-boot branch from c7d97a5 to 09dc70c Compare February 20, 2024 08:50
@renovate renovate bot merged commit 2982f79 into main Feb 20, 2024
4 checks passed
@renovate renovate bot deleted the renovate/patch-spring-boot branch February 20, 2024 10:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants