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 plugin org.springframework.boot to v3.4.0-RC1 #452

Merged
merged 1 commit into from
Oct 26, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 26, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.springframework.boot (source) 3.4.0-M3 -> 3.4.0-RC1 age adoption passing confidence

Release Notes

spring-projects/spring-boot (org.springframework.boot)

v3.4.0-RC1

⭐ New Features

  • Update web services support to make use of ClientHttpRequestFactoryBuilder #​42886
  • Add requestFactorySettings method to RestTemplateBuilder #​42885
  • Rename RestTemplateBuilder 'set' methods #​42884
  • Unify default HTTP client redirect behavior and provide configuration option #​42879
  • Add Testcontainers and docker compose support for ClickHouse #​42837
  • Support ResourceLoader delegation from ApplicationResourceLoader #​42835
  • Add support for ClickHouse JDBC driver in enum DatabaseDriver #​42815
  • Add property to control export of OTLP logs #​42813
  • Remove remaining functionality that has been deprecated for removal in 3.4.0 #​42780
  • Add support for auto-configuring an indexed reactive session repository #​42604
  • Detect accidental misconfiguration of JsonMixin annotation #​42592
  • Support Reactor Netty in ClientHttpRequestFactories #​42587
  • Add property to specify Docker Compose flags #​42571
  • Rename OtlpAutoConfiguration to OtlpTracingAutoConfiguration #​42529
  • Add connect timeout properties for OTLP logging and tracing #​42528
  • Add management.otlp.logging.transport property #​42527
  • Use builder-jammy-java-tiny when using Buildpacks #​42508
  • Allow structure logging JSON to be customized #​42486
  • Raise the minimum supported version of Gradle 8 to 8.4 #​42481
  • Harmonize configuration properties that accept a comma-separated list of values #​42478
  • Allow common messages to be specified for message sources #​42472
  • Provide a configuration property for configuring Jetty's max form keys #​42448
  • Provide service connection support for Hazelcast #​42416
  • Make OtlpMeterRegistry virtual thread aware #​42407
  • Improve SpringEnvironmentLookup exception to hint that the log4j2 file must have '-spring' suffix #​42405
  • Allow auto-configured org.jooq.Configuration to be used to create a custom DSLContext #​42400
  • Add support for partitioned cookies #​42316
  • Deprecate support for injecting DynamicPropertyRegistry in favor of DynamicPropertyRegistrar beans #​41996
  • Warn when the user provides volume mounts with sensitive targets when building images #​41643
  • Shut down management server only once main server is shut down #​41002
  • Export SBOM contained in native-image #​40630
  • Introduce @BatchTaskExecutor to make it easier to configure Spring Batch to use a custom task executor #​40040
  • Restrict actuator access based on read/write/delete operations via configuration #​39046
  • Provide a way to further customize underlying ClientHttpRequestFactory components #​39035
  • Autoconfigure Undertow/XNIO for virtual thread support #​38819
  • Provide a mechanism for easily configuring global client HTTP request factory settings #​36266

🐞 Bug Fixes

  • Running mvn spring-boot:run with classpaths that exceeds Windows' length limits leaves temporary files #​42845
  • ClassNotFoundException is thrown when loading protocol resolvers from ForkJoinPool task #​42839
  • Report produced by ConditionReportApplicationContextFailureProcessor is always empty in a failed test #​42786
  • Case-insensitive comparisons may be adversely affected by the user's locale #​42736
  • server.tomcat.reject-illegal-header has been deprecated since 2.7.12 and should have been removed in 3.3.0 #​42731
  • DataSourceProperties#driverClassIsLoadable should not print a stacktrace to the error stream when it fails #​42684
  • Some @ControllerEndpoint and @RestControllerEndpoint infrastructure remains undeprecated #​42499
  • Auto-configuration for Rabbit Streams doesn't consider RabbitConnectionDetails #​42491
  • @ConditionalOn(Missing)Bean(annotation = …) infers the type to match when used on a @Bean method #​42484
  • ActiveMQ Artemis Connection Factory creation fails in native image #​42422
  • Duplicate meter binding when context contains multiple registries, none are primary, and one or more is a composite #​42398
  • Profiles are not active when the environment is prepared with an AOT-optimized application #​41562

📔 Documentation

  • Update HttpWebServiceMessageSenderBuilder javadoc #​42894
  • Document HttpClientAutoConfiguration updates #​42888
  • Update web services documentation following HTTP client changes #​42887
  • Move default value descriptions to "description" in logging property metadata #​42882
  • Document that embedded Tomcat must be at least 10.1.25 #​42869
  • Update documentation where we recommend a @Qualifier on one bean and @Primary on another to suggest a single bean with defaultCandidate=false #​42831
  • Fix systemd example configuration #​42806
  • Document that the exact behavior of the maximum HTTP request header size property is server-specific #​42790
  • Clarify why @Primary is recommended when defining your own ObjectMapper that replaces JacksonAutoConfiguration's #​42788
  • Polish javadoc for Binder#bindOrCreate(String, Class) #​42779
  • Document that Tomcat's maxQueueCapacity need to be greater than 0 #​42727
  • Remove stale link to jar-to-war getting started guide #​42722
  • Fix typos and formatting errors in documentation #​42721
  • Fix case used for examples in "Sanitize Sensitive Values" #​42703
  • Fix Regex javadoc links #​42686
  • Document how Map properties are bound from environment variables #​42673
  • Improve classpath index documentation for reproducible builds #​42644
  • Improve documentation for CycloneDX integration #​42629
  • Remove links to Spring Data GemFire #​42597
  • Documentation is missing MyCustomFormat.kt example #​42594
  • Link to Framework's docs about @Bean's autowireCandidate and defaultCandidate #​42586
  • Order alphabetically the sections in Common Application Properties #​42521
  • Improve the javadoc describing when @ConditionalOn(Missing)Bean will infer the type to match #​42506
  • Document how to handle MANIFEST.MF in native image with Maven #​42477
  • Fix links to Micrometer reference doc #​42473
  • Polish documentation #​42455
  • Polish javadoc of TestImage for consistency #​42426
  • Add Javadoc since for PrometheusScrapeEndpoint(PrometheusRegistry, Properties) #​42419
  • Remove note about graceful shutdown with Tomcat requiring 9.0.33 or later as we now require 10.1.x #​42383
  • Document support for Java 23 #​42381

🔨 Dependency Upgrades

❤️ Contributors

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

@​1328032567, @​IMWoo94, @​anthonydahanne, @​arefbehboudi, @​choi-hyeseong, @​eddumelendez, @​gkdis6, @​izeye, @​jeonghyeon00, @​mmoayyed, @​mturbe, @​ngocnhan-tran1996, @​nosan, @​qingbozhang, @​quaff, and @​woosung1223


Configuration

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

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

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

Copy link

@mrbusche mrbusche merged commit 818efc9 into main Oct 26, 2024
5 checks passed
@mrbusche mrbusche deleted the renovate/spring-boot branch October 26, 2024 21:30
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.

1 participant