divyakumarjain / bo-framework

Apache License 2.0
1 stars 0 forks source link

Bump org.springframework.boot:spring-boot-dependencies from 3.2.0-RC2 to 3.3.0-M1 #537

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 8 months ago

Bumps org.springframework.boot:spring-boot-dependencies from 3.2.0-RC2 to 3.3.0-M1.

Release notes

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

v3.3.0-M1

:star: New Features

  • Auto-configure TypeDefinitionConfigurer beans for GraphQL apps #39118
  • Create multiple registrations for beans that implement multiple Servlet API contracts #39056
  • Remove APIs that were deprecated for removal in 3.3 #39039
  • Remove dependency management for Dropwizard Metrics #39034
  • Add configuration property "spring.task.execution.pool.shutdown.accept-tasks-after-context-close" #38968
  • Autoconfigure Undertow/XNIO for virtual thread support #38819
  • Add client-id and subscription-durable properties for JMS connections #38817
  • Add property for maximum number of reactive sessions #38703
  • Add support for the @SpanTag annotation #38662
  • Add configuration option for path inclusion in DefaultErrorAttributes #38619
  • Add configuration properties for cluster-level failover with Apache Pulsar #38559
  • Change Health.down(Exception) factory method to Health.down(Throwable), aligning with Health.Builder.down(Throwable) #38550
  • Make spring.config.activate.on-cloud-platform=none match when the current cloud platform is null #38510
  • Add ProcessInfoContributor #38371
  • Add possibility to configure a custom ExecutionContextSerializer in BatchAutoConfiguration #38328
  • Remove deprecated support for FailureAnalyzer setter injection #38322
  • Use unknown_service as default application name for OpenTelemetry #38219
  • Auto-configure a JwtAuthenticationConverter #38105
  • Fail configuration property metadata processing when additional metadata has unexpected content #37597
  • Add local and tag correlation fields #37435
  • Use request.requestPath().value() to populate path error attribute with WebFlux #37269
  • Improve log messages to use the singular or plural forms instead of "noun(s)" #37017
  • Add 'observation-enabled' properties for RabbitMQ #36451
  • Make WebServers' started log messages more consistent #36149
  • Add property to configure the queue size for Tomcat #36087

:lady_beetle: Bug Fixes

  • Even when spring.security.user.name or spring.security.user.password has been configured, user details auto-configuration still backs off when resource server is on the classpath #39239
  • JarEntry.getComment() returns incorrect result from NestedJarFile instances #39226
  • Oracle OJDBC BOM version is flagged not for production use #39225
  • MockRestServiceServerAutoConfiguration with RestTemplate and RestClient together throws incorrect exception #39198
  • SslBundle implementations do not provide useful toString() results #39168
  • Mixing PEM and JKS certificate material in server.ssl properties does not work #39159
  • Containers are not started when using @ImportTestcontainers #39151
  • Having AspectJ and Micrometer on the classpath is not a strong enough signal to enable support for Micrometer observation annotations #39132
  • Actuator endpoints with no operations that use selectors are not accessible when mapped to / #39123
  • spring-boot-maven-plugin repackage uber jar execution fails when jar is put on WSL network drive #39121
  • Spring Boot 3.2 app that uses WebFlux, Security, and Actuator may fail to start due to a missing authentication manager #39117
  • @ConfigurationPropertiesBinding converters that rely on initial CharSequence to String conversion no longer work #39115
  • management.observations.http.server.requests.name no longer has any effect #39106
  • Configuring server.jetty.max-connections has no effect #39080
  • spring.rabbitmq.listener.stream.auto-startup property has no effect #39079
  • Connection leak when using jOOQ and spring.jooq.sql-dialect has not been set #39077
  • Error mark in the log message for PatternParseException is in the wrong place #39076
  • Manifest attributes cannot be resolved with the new loader implementation #39071

... (truncated)

Commits


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 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)
sonarcloud[bot] commented 8 months ago

Quality Gate Failed Quality Gate failed

Failed conditions

0.0% Coverage on New Code (required ≥ 80%)
12.0% Duplication on New Code (required ≤ 3%)

See analysis details on SonarCloud

dependabot[bot] commented 7 months ago

Superseded by #541.