Skip to content

Align versions and update README for release-1.x#41

Merged
mercyblitz merged 3 commits into
microsphere-projects:release-1.xfrom
mercyblitz:dev-1.x
Jul 11, 2026
Merged

Align versions and update README for release-1.x#41
mercyblitz merged 3 commits into
microsphere-projects:release-1.xfrom
mercyblitz:dev-1.x

Conversation

@mercyblitz

Copy link
Copy Markdown
Contributor

This pull request updates dependency versions and documentation to ensure compatibility with the latest releases. The most important changes are grouped below:

Dependency version updates:

  • Updated the parent version in pom.xml to 0.1.24 to align with the latest microsphere-spring-cloud-parent release.
  • Updated the microsphere-spring-cloud.version property in microsphere-hibernate-parent/pom.xml from 0.1.23 to 0.1.24.
  • Marked the microsphere-java-core dependency as optional in microsphere-hibernate-core/pom.xml to clarify its usage.

Documentation updates:

  • Updated the README.md to reflect the new released versions: main branch to 0.2.8 and 1.x branch to 0.1.8.

github-actions Bot and others added 3 commits July 11, 2026 06:09
Updates the project and parent POMs to microsphere-spring-cloud 0.1.24 for version alignment. Also marks `microsphere-java-core` as an optional dependency in `microsphere-hibernate-core` so it is not forced transitively onto downstream consumers.
Refresh the branch matrix in README.md to reflect the latest released versions: main from 0.2.7 to 0.2.8 and 1.x from 0.1.7 to 0.1.8.
@codecov

codecov Bot commented Jul 11, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@augmentcode

augmentcode Bot commented Jul 11, 2026

Copy link
Copy Markdown
🤖 Augment PR Summary

Summary: Aligns this repo with Microsphere Spring Cloud 0.1.24 and updates the README branch/version matrix for the latest releases.
Changes: Bumps parent/property versions and marks microsphere-java-core as an optional dependency in microsphere-hibernate-core.

🤖 Was this summary useful? React with 👍 or 👎

@augmentcode augmentcode Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Review completed. 1 suggestion posted.

Fix All in Augment

Comment augment review to trigger a new review at any time.

<dependency>
<groupId>io.github.microsphere-projects</groupId>
<artifactId>microsphere-java-core</artifactId>
<optional>true</optional>

@augmentcode augmentcode Bot Jul 11, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Marking microsphere-java-core as optional means downstream users of microsphere-hibernate-core won’t get it transitively, but several public classes appear to depend on it (e.g., DelegatingInterceptor implements io.microsphere.lang.DelegatingWrapper). That can lead to NoClassDefFoundError/compile issues for consumers unless they manually add microsphere-java-core.

Severity: high

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.

@mercyblitz mercyblitz merged commit 63cf81c into microsphere-projects:release-1.x Jul 11, 2026
70 checks passed
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