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

release rpc version 5.13.2 #1455

Merged
merged 1 commit into from
Oct 17, 2024

Conversation

EvenLjj
Copy link
Collaborator

@EvenLjj EvenLjj commented Oct 16, 2024

release rpc version 5.13.2

Summary by CodeRabbit

  • New Features

    • Transitioned project versions from snapshot to stable release (5.13.2).
    • Updated build version to reflect the latest release.
  • Bug Fixes

    • Ensured consistency in versioning for better dependency management.

Copy link
Contributor

coderabbitai bot commented Oct 16, 2024

Walkthrough

The changes in this pull request involve updates to versioning across several files. The pom.xml and bom/pom.xml files have transitioned from snapshot versions to stable release versions, specifically from 5.13.2-SNAPSHOT to 5.13.2. Additionally, the all/pom.xml file reflects a similar change. Furthermore, the BUILD_VERSION constant in the Version class has been updated to a new build timestamp, indicating a recent build of the software.

Changes

File Path Change Summary
pom.xml, bom/pom.xml Updated <revision> from 5.13.2-SNAPSHOT to 5.13.2.
all/pom.xml Updated <version> from 5.13.2-SNAPSHOT to 5.13.2.
core/api/src/main/java/com/alipay/sofa/rpc/common/Version.java Updated BUILD_VERSION from "5.13.2_20240922142359" to "5.13.2_20241016193119".

Possibly related PRs

  • update rpc to 5.13.1 #1437: This PR updates the version in all/pom.xml and bom/pom.xml from 5.13.1-SNAPSHOT to 5.13.1, which is directly related to the versioning changes in the main PR.
  • Update rpc version 051302 ss #1448: This PR updates the version in all/pom.xml and bom/pom.xml from 5.13.1 to 5.13.2-SNAPSHOT, indicating a transition to a new development snapshot version, which is relevant to the versioning context of the main PR.

Suggested labels

size/S

Suggested reviewers

  • Lo1nt
  • chuailiwu

Poem

In the garden of code, we hop and play,
Versions updated, hip-hip-hooray!
From snapshots to stable, we cheer with delight,
A new build is here, shining so bright!
With each little change, our project will grow,
Hopping along, to the next version we go! 🐇✨


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

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

📥 Commits

Files that changed from the base of the PR and between ffc3b93 and c90e6bc.

📒 Files selected for processing (4)
  • all/pom.xml (1 hunks)
  • bom/pom.xml (1 hunks)
  • core/api/src/main/java/com/alipay/sofa/rpc/common/Version.java (1 hunks)
  • pom.xml (1 hunks)
✅ Files skipped from review due to trivial changes (1)
  • core/api/src/main/java/com/alipay/sofa/rpc/common/Version.java
🧰 Additional context used
🔇 Additional comments (5)
bom/pom.xml (3)

13-13: Version updated from snapshot to release

The <revision> property has been updated from 5.13.2-SNAPSHOT to 5.13.2, indicating a transition from a development snapshot to a stable release version. This change aligns with the PR objective of releasing RPC version 5.13.2.


Line range hint 1-669: No additional changes required

I've reviewed the entire file, and the update to the <revision> property is the only change needed for this release. The use of ${revision} in the <version> tag ensures that the project version is updated correctly throughout the file. No other modifications are necessary in this BOM file for the 5.13.2 release.


Line range hint 1-669: LGTM: File changes approved for 5.13.2 release

The changes in this file are appropriate and sufficient for the release of SOFA-RPC version 5.13.2. The update from 5.13.2-SNAPSHOT to 5.13.2 in the <revision> property correctly reflects the transition from a development snapshot to a stable release version. No other changes were necessary in this BOM file. The modifications align with the PR objectives and the AI-generated summary.

all/pom.xml (2)

Line range hint 1-1000: Overall, the POM file looks good.

The version update is the only change in this file, and it correctly reflects the release of RPC version 5.13.2. The rest of the file remains unchanged, which is appropriate for this type of version update. The extensive configuration in the file appears to be well-maintained and doesn't require any modifications as a result of this version change.


9-9: Version update looks good.

The version has been correctly updated from a snapshot to a release version, which aligns with the PR objective of releasing RPC version 5.13.2.

Let's verify that all SOFA RPC module dependencies are using ${project.version} to ensure consistency:

If this script returns no output, it means all SOFA RPC module dependencies are correctly using ${project.version}.

@@ -77,7 +77,7 @@

<properties>
<!-- Build args -->
<revision>5.13.2-SNAPSHOT</revision>
<revision>5.13.2</revision>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codebase verification

Inconsistencies Found in Versioning

The following pom.xml files do not have the <revision>5.13.2</revision> set, which may lead to versioning inconsistencies across the project:

  • all/pom.xml
  • bootstrap/bootstrap-api/pom.xml
  • bootstrap/bootstrap-bolt/pom.xml
  • bootstrap/bootstrap-dubbo/pom.xml
  • bootstrap/bootstrap-http/pom.xml
  • bootstrap/bootstrap-rest/pom.xml
  • bootstrap/bootstrap-triple/pom.xml
  • bootstrap/pom.xml
  • codec/codec-api/pom.xml
  • codec/codec-jackson/pom.xml
  • codec/codec-msgpack/pom.xml
  • codec/codec-protobuf/pom.xml
  • codec/codec-protostuff/pom.xml
  • codec/codec-sofa-fury/pom.xml
  • codec/codec-sofa-hessian/pom.xml
  • codec/pom.xml
  • compiler/pom.xml
  • config/config-apollo/pom.xml
  • config/pom.xml
  • core/api/pom.xml
  • core/api-compatible/pom.xml
  • core/common/pom.xml
  • core/exception/pom.xml
  • core/pom.xml
  • core-impl/client/pom.xml
  • core-impl/filter/pom.xml
  • core-impl/log/pom.xml
  • core-impl/pom.xml
  • core-impl/proxy/pom.xml
  • core-impl/transport/pom.xml
  • doc-swagger/pom.xml
  • example/pom.xml
  • fault/fault-hystrix/pom.xml
  • fault/fault-tolerance/pom.xml
  • fault/pom.xml
  • log-common-tools/pom.xml
  • metrics/metrics-micrometer/pom.xml
  • metrics/metrics-prometheus/pom.xml
  • metrics/pom.xml
  • registry/config-apollo/pom.xml
  • registry/pom.xml
  • registry/registry-consul/pom.xml
  • registry/registry-kubernetes/pom.xml
  • registry/registry-local/pom.xml
  • registry/registry-mesh/pom.xml
  • registry/registry-multicast/pom.xml
  • registry/registry-nacos/pom.xml
  • registry/registry-polaris/pom.xml
  • registry/registry-sofa/pom.xml
  • registry/registry-zk/pom.xml
  • remoting/pom.xml
  • remoting/remoting-bolt/pom.xml
  • remoting/remoting-http/pom.xml
  • remoting/remoting-resteasy/pom.xml
  • remoting/remoting-triple/pom.xml
  • test/pom.xml
  • test/test-common/pom.xml
  • test/test-integration/pom.xml
  • test/test-integration-3rd/pom.xml
  • tracer/pom.xml
  • tracer/tracer-opentracing/pom.xml
  • tracer/tracer-opentracing-resteasy/pom.xml
  • tracer/tracer-opentracing-triple/pom.xml

Please update these files to ensure the version 5.13.2 is consistently applied across the project.

🔗 Analysis chain

LGTM: Version update for release 5.13.2

The change from 5.13.2-SNAPSHOT to 5.13.2 in the <revision> property indicates that this commit is preparing the project for the 5.13.2 release. This update will propagate to all modules and dependencies that reference the ${revision} property, ensuring consistent versioning across the project.

This change aligns with the pull request title "release rpc version 5.13.2" and follows the standard Maven practice for transitioning from a development (SNAPSHOT) version to a release version.

To ensure this version update is consistent across the project, please run the following command:

This will help identify any inconsistencies in version numbers across the project's POM files.

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Verify that the version 5.13.2 is consistently used across the project
grep -R --include="pom.xml" "<version>5.13.2</version>" .
grep -R --include="pom.xml" "<revision>5.13.2</revision>" .

Length of output: 257


Script:

#!/bin/bash
# Find all pom.xml files where <revision> is not set to 5.13.2
fd pom.xml | xargs grep -L '<revision>5.13.2</revision>'

Length of output: 1753

@EvenLjj EvenLjj merged commit 8b8fc7d into sofastack:master Oct 17, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants