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:spring-boot-starter-parent from 3.2.0-M2 to 3.2.0-M3 #42

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 21, 2023

Bumps org.springframework.boot:spring-boot-starter-parent from 3.2.0-M2 to 3.2.0-M3.

Release notes

Sourced from org.springframework.boot:spring-boot-starter-parent's releases.

v3.2.0-M3

⭐ New Features

  • Support security options for CNB builder container #37479
  • Support bind mounts for image building workspace #37478
  • Auto-configure ObservationRegistry on JmsTemplate #37388
  • Add Docker Compose service connection support for Neo4j #37379
  • Remove usage of deprecated ServerHttpObservationFilter for WebFlux instrumentation #37344
  • Use spring.application.name as fallback for service.name in OtlpConfig #37285
  • Introduce configuration property "spring.servlet.multipart.strict-servlet-compliance" #37242
  • Add ConnectionDetails and ServiceConnection support to Pulsar #37197
  • Add virtual host support for Rabbit Stream #37189
  • Include JdbcClientAutoConfiguration in @JdbcTest and @DataJpaTest test slices #37122
  • Unwrap a validator instance of specified type contained in SpringValidatorAdapter #37119
  • Reduce logging in WelcomePageHandlerMapping on invalid Accept headers #37118
  • Add dependency management for Kotlin Serialization #37093
  • Provide a RestClientBuilderConfigurer for apply Boot's defaults to a custom RestClient.Builder #36265
  • Add configuration property for GraphQL Schema Mapping Inspection #36252
  • Upgrade to Jetty 12 #36073
  • Configure virtual threads on Spring Data Redis' ClusterCommandExecutor #35942
  • Add service connection from Testcontainers OpenTelemetry Collector #35082
  • Add support for Spring for Apache Pulsar #34763

🐞 Bug Fixes

  • When SLF4J and Logback are initialized on multiple threads in parallel, startup may fail due to SubstituteLoggerFactory being considered to be a competing LoggerFactory implementation #37485
  • Saml2RelyingPartyAutoConfiguration ignores sign-request when metadata-url is used #37483
  • Leaking file descriptor / socket within DomainSocket tooling #37461
  • Property 'logging.threshold.console' not working #37446
  • PrivateKeyParser doesn't support ed448, XDH and RSA-PSS keys #37423
  • java.lang.OutOfMemoryError: Metaspace when repeatedly deploying and undeploying a Spring Boot web application multiple times in Tomcat #37402
  • RestClientSsl is not provided as a bean #37400
  • "languageVersion is final and cannot be changed" when using Gradle 8.3 and configuring the Java toolchain's language version #37381
  • AOT processing fails when a @ConfigurationProperties-annotated record has multiple constructors #37337
  • SslStoreBundle implementations aren't immutable #37335
  • OpenTelemetryProperties fail if opentelemetry-sdk-common is not available #37284
  • Spring Boot dependency management not working for ehcache when using Gradle and the dependency management plugin #37271
  • ServiceConnectionContextCustomizer can trigger docker usage during AOT processing #37194
  • Parsing OCI image names that are invalid due to the use of upper case letters is very slow #37184
  • Producing and consuming different tracing propagation formats doesn't work #37179
  • Using https with elliptic curves other than secp384r1 fails #37171
  • In 3.0.x and later, Spring Security cannot be used to secure a WebSocket upgrade request when using Jetty #37159
  • Local baggage is propagated when using Brave and W3C #37157
  • Default value metadata for management.otlp.metrics.export.base-time-unit is missing #37094

📔 Documentation

  • Document that PKCS8 PEM files should be used whenever possible #37444
  • Update Antora reference documentation links to Spring projects #37428
  • Add reference to Oracle Spring Boot Starters #37412

... (truncated)

Commits
  • ff0df33 Release v3.2.0-M3
  • 2015046 Merge branch '3.1.x'
  • b1ff3b8 Next development version (v3.1.5-SNAPSHOT)
  • 153588c Merge branch '3.1.x'
  • 68830a4 Merge branch '3.0.x' into 3.1.x
  • 37adadb Next development version (v3.0.12-SNAPSHOT)
  • e68df97 Merge branch '3.1.x'
  • 7ae22d6 Merge branch '3.0.x' into 3.1.x
  • b88b8a9 Merge branch '2.7.x' into 3.0.x
  • f24c0e2 Next development version (v2.7.17-SNAPSHOT)
  • 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.


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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 3.2.0-M2 to 3.2.0-M3.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.0-M2...v3.2.0-M3)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from Jojoooo1 as a code owner September 21, 2023 15:40
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Sep 21, 2023
@Jojoooo1 Jojoooo1 merged commit 63da7e1 into develop Sep 21, 2023
2 checks passed
@dependabot dependabot bot deleted the dependabot/maven/develop/org.springframework.boot-spring-boot-starter-parent-3.2.0-M3 branch September 21, 2023 18:47
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.

1 participant