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 spring boot #1198

Merged
merged 1 commit into from
Apr 19, 2024
Merged

fix(deps): update spring boot #1198

merged 1 commit into from
Apr 19, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 18, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.springframework.boot:spring-boot-starter-parent (source) 3.3.0-M3 -> 3.3.0-RC1 age adoption passing confidence
org.springframework.boot:spring-boot-starter-parent (source) 3.2.4 -> 3.2.5 age adoption passing confidence
org.springframework.boot 3.2.4 -> 3.2.5 age adoption passing confidence

Release Notes

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

v3.3.0-RC1

Compare Source

⭐ New Features
  • Add configuration key spring.rabbitmq.template.allowed-list-patterns #​40421
  • Add spring.graphql.websocket.keep-alive property #​40320
  • Add Spring Pulsar transaction support #​40189
  • Make it harder to misconfigure logging.threshold.console in yaml #​40124
  • Make configuration properties for Pulsar failover more concise #​40077
  • Add support for Prometheus Client 1.x and simpleclient #​40023
  • Delay interaction with Lazy CqlSession bean until first required usage #​39948
  • Add property spring.data.jdbc.dialect #​39941
  • Make spring-test available to compile classpath of consumers of spring-boot-test #​39901
  • Exclude infrastructure beans from lazy initialization when lazy-initialization=true #​39831
  • Configure JpaBaseConfiguration with custom ManagedClassNameFilter #​39813
  • Add property to ignore running Docker Compose services #​39749
  • Add configuration property to disable long timers in Micrometer Observations #​39618
  • Upgrade Cassandra driver to 4.18.0 and change coordinates from com.datastax.oss to org.apache.cassandra #​39090
  • Add more gap between the orders of CloudFoundryVcapEnvironmentPostProcessor and ConfigDataEnvironmentPostProcessor #​38684
  • Add SNI support to embedded web server SSL auto-configuration #​26022
🐞 Bug Fixes
  • Executable JAR application startup is slower after 3.2.0 when Hibernate scanner is not disabled #​40381
  • NoClassDefFoundError can be thrown from LaunchedClassLoader when threads are interrupted #​40379
  • BindValidationFailureAnalyzer uses wrong target #​40365
  • Log4j2LoggingSystem pollutes Log4j2's environment with a SpringEnvironmentPropertySource that is never removed #​40327
  • When using Maven, configuring the spring-boot.excludes or spring-boot-includes user properties causes the build to fail with "Cannot find default setter" #​40324
  • @ServletComponentScan does not register servlet components in a mock web environment #​40322
  • Loading of custom deny-all filter can cause a StackOverflowError when deploying to Tomcat with Log4j2 configured to use a single JVM-wide logger context #​40313
  • Jetty support doesn't set virtual thread name #​40169
  • Maven uses 'start-class' when the parent POM is being used and ignores 'spring-boot.run.main-class' #​40145
  • PropertiesLdapConnectionDetails should not be public #​40081
  • spring.datasource.dbcp2.username and spring.datasource.dbcp2.password are incorrectly marked as deprecated #​40076
  • spring-boot-dependencies should not manage org.flywaydb:flyway-community-db-support as it is not released as part of Flyway #​40073
  • Spring Config does not use environment conversion service on resolved properties #​39944
📔 Documentation
  • Producible's javadoc has the wrong link text for @WriteOperation and @DeleteOperation #​40387
  • Refine Efficient Deployments section in the reference guide #​40175
  • Clarify requirements for -parameters and constructor binding #​40164
  • Ensure Reference Guides breadcrumb in page headers is hyperlinked #​40135
  • Document new tools mode #​40094
  • Replace links to code with links to javadoc #​40065
  • Document CDS support #​40061
  • Document SBOM Support #​40059
  • Fix forward-headers-strategy documentation regarding cloud defaults #​40054
  • Pull the whole "Testing" documentation section up to the top level #​38361
🔨 Dependency Upgrades
❤️ Contributors

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

@​FelixDes, @​ViliusS, @​christophstrobl, @​codefromthecrypt, @​dependabot[bot], @​eddumelendez, @​izeye, @​mstahv, @​nahidshahin, @​onobc, @​ppkarwasz, @​quaff, @​schauder, @​shakuzen, @​snicoll, @​spencergibb, @​theborakompanioni, and @​vpavic


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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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
Contributor

coderabbitai bot commented Apr 18, 2024

Important

Auto 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.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
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>.
    • 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 generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @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.

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 as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration 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.

@renovate renovate bot force-pushed the renovate/spring-boot branch from d78fec6 to 0ff453a Compare April 19, 2024 01:12
Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@rajadilipkolli rajadilipkolli merged commit 4241dab into main Apr 19, 2024
41 checks passed
@rajadilipkolli rajadilipkolli deleted the renovate/spring-boot branch April 19, 2024 02:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment