Skip to content

PR for v1.2.6 #403

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

Open
wants to merge 173 commits into
base: main
Choose a base branch
from
Open

PR for v1.2.6 #403

wants to merge 173 commits into from

Conversation

ThomasJejkal
Copy link
Contributor

@ThomasJejkal ThomasJejkal commented Jan 27, 2025

Summary by CodeRabbit

  • Chores
    • Enhanced continuous integration workflows with an updated Java environment.
    • Upgraded internal plugins and dependency versions to boost performance, security, and stability.
    • Advanced the build system for a more reliable build process.

Copy link
Contributor

coderabbitai bot commented Jan 27, 2025

"""

Walkthrough

This pull request updates several GitHub Actions workflows by upgrading the actions/setup-java action from version v4.6.0 to v4.7.1. It also upgrades multiple plugin and dependency versions in the build configuration, including Spring Boot, Jackson, and others. The Gradle wrapper is updated from version 8.12.1 to 8.14.3. The Gradle wrapper scripts (gradlew and gradlew.bat) are modified to switch from classpath-based Java invocation to jar-based execution and clarify comments. These changes focus on version bumps and script invocation improvements without altering workflow logic or build control flow.

Changes

File(s) Change Summary
.github/workflows/codeql-analysis.yml, .github/workflows/gradle.yml, .github/workflows/publishRelease.yml Updated actions/setup-java action version from v4.6.0 to v4.7.1 for Java environment setup in workflows.
build.gradle Upgraded multiple plugin versions (io.freefair.lombok, io.freefair.maven-publish-java, org.owasp.dependencycheck) and dependency versions including Spring Boot, Spring Doc, Javers, Spring Messaging, Elasticsearch, Commons IO, Commons Collections4, Commons Text, Apache Tika, Gson, Jackson modules, Spring Boot Admin Starter Client, and others; also updated Jacoco plugin tool version.
gradle/wrapper/gradle-wrapper.properties Updated Gradle wrapper distributionUrl from version 8.12.1 to 8.14.3.
gradlew, gradlew.bat Changed Gradle wrapper Java invocation from classpath-based with main class to jar-based execution using -jar option; cleared CLASSPATH variable; removed duplicated JAVA_OPTS mention in comment.

Sequence Diagram(s)

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

Poem

I'm a rabbit with agile hops,
Upgrading workflows 'til the code stops.
New versions, plugins, and fixes in sight,
Jumping through scripts with all my might.
Jar-based runs now take the stage,
Keeping builds fresh, page by page. 🐇
Cheers to upgrades that keep things light!
"""

Note

⚡️ Unit Test Generation is now available in beta!

Learn more here, or try it out under "Finishing Touches" below.


📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 7c6cf22 and 0c609d9.

📒 Files selected for processing (2)
  • build.gradle (6 hunks)
  • gradle/wrapper/gradle-wrapper.properties (1 hunks)
🚧 Files skipped from review as they are similar to previous changes (2)
  • gradle/wrapper/gradle-wrapper.properties
  • build.gradle
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (13)
  • GitHub Check: Analyze (java)
  • GitHub Check: build (macOS-latest, 19)
  • GitHub Check: build (windows-latest, 17)
  • GitHub Check: build (ubuntu-latest, 19)
  • GitHub Check: build (macOS-latest, 17)
  • GitHub Check: build (ubuntu-latest, 17)
  • GitHub Check: build (windows-latest, 19)
  • GitHub Check: build (ubuntu-latest, 17)
  • GitHub Check: build (windows-latest, 19)
  • GitHub Check: build (windows-latest, 17)
  • GitHub Check: build (ubuntu-latest, 19)
  • GitHub Check: build (macOS-latest, 19)
  • GitHub Check: build (macOS-latest, 17)
✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch development

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ 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>, please review it.
    • Explain this complex logic.
    • 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 explain this code block.
    • @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 explain its main purpose.
    • @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.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

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 generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai generate unit tests to generate unit tests for this 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.

renovate bot and others added 27 commits January 29, 2025 05:27
…-spring-boot-admin-starter-client-3.x

Update dependency de.codecentric:spring-boot-admin-starter-client to v3.4.2
…mbok-8.x

Update plugin io.freefair.lombok to v8.12.1
…ndencycheck-12.x

Update plugin org.owasp.dependencycheck to v12.0.2
…a-tika-core-3.x

Update dependency org.apache.tika:tika-core to v3.1.0
…e.gson-gson-2.x

Update dependency com.google.code.gson:gson to v2.12.1
…java-4.x

Update actions/setup-java action to v4.7.0
…ven-publish-java-8.x

Update plugin io.freefair.maven-publish-java to v8.12.1
…ework.data-spring-data-elasticsearch-5.x

Update dependency org.springframework.data:spring-data-elasticsearch to v5.4.3
…ework-spring-messaging-6.x

Update dependency org.springframework:spring-messaging to v6.2.3
…ndencycheck-12.x

Update plugin org.owasp.dependencycheck to v12.1.0
Update dependency org.javers:javers-spring-boot-starter-sql to v7.8.0
ThomasJejkal and others added 30 commits June 30, 2025 09:16
…-postgresql-42.x

Update dependency org.postgresql:postgresql to v42.7.7
…ndencycheck-12.x

Update plugin org.owasp.dependencycheck to v12.1.3
…a-tika-core-3.x

Update dependency org.apache.tika:tika-core to v3.2.1
…ework.restdocs-spring-restdocs-mockmvc-3.x

Update dependency org.springframework.restdocs:spring-restdocs-mockmvc to v3.0.4
…mbok-8.x

Update plugin io.freefair.lombok to v8.14
…ven-publish-java-8.x

Update plugin io.freefair.maven-publish-java to v8.14
…jackson.module-jackson-module-afterburner-2.x

Update dependency com.fasterxml.jackson.module:jackson-module-afterburner to v2.19.2
…mons-io-2.x

Update dependency commons-io:commons-io to v2.20.0
…jackson.jaxrs-jackson-jaxrs-json-provider-2.x

Update dependency com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider to v2.19.2
…jackson.datatype-jackson-datatype-jsr310-2.x

Update dependency com.fasterxml.jackson.datatype:jackson-datatype-jsr310 to v2.19.2
…jackson.datatype-jackson-datatype-joda-2.x

Update dependency com.fasterxml.jackson.datatype:jackson-datatype-joda to v2.19.2
…ework.data-spring-data-elasticsearch-5.x

Update dependency org.springframework.data:spring-data-elasticsearch to v5.5.2
…ework-spring-messaging-6.x

Update dependency org.springframework:spring-messaging to v6.2.9
Merge 'main' to 'development'
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.

2 participants