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

fix(deps): update dependency org.springframework.boot:spring-boot-starter-parent to v3.4.0-rc1 #1470

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:spring-boot-starter-parent (source) 3.4.0-M3 -> 3.4.0-RC1 age adoption passing confidence

Release Notes

spring-projects/spring-boot (org.springframework.boot:spring-boot-starter-parent)

v3.4.0-RC1

Compare Source

⭐ 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: Enabled.

Rebasing: Whenever PR becomes conflicted, 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
Contributor

coderabbitai bot commented Oct 26, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

@rajadilipkolli rajadilipkolli merged commit 1aaf8ac into main Oct 26, 2024
11 checks passed
@rajadilipkolli rajadilipkolli deleted the renovate/spring-boot branch October 26, 2024 08:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant