Skip to content

Normalize whitespace and update dependencies across Java codebase#19

Merged
mercyblitz merged 7 commits into
microsphere-projects:release-1.xfrom
mercyblitz:dev-1.x
Jun 2, 2026
Merged

Normalize whitespace and update dependencies across Java codebase#19
mercyblitz merged 7 commits into
microsphere-projects:release-1.xfrom
mercyblitz:dev-1.x

Conversation

@mercyblitz

Copy link
Copy Markdown
Contributor

This pull request updates version numbers for both the main project and its dependencies, and also includes minor code cleanup in several Java files. The most important changes are listed below.

Version updates:

  • Updated the microsphere-spring-cloud dependency version from 0.1.14 to 0.1.15 in both pom.xml and microsphere-hibernate-parent/pom.xml. [1] [2]
  • Bumped the documented versions for the main and 1.x branches in README.md to 0.2.4 and 0.1.4, respectively.

Code cleanup:

  • Removed unnecessary blank lines in several Java files across the codebase, including test and constants files, to improve code readability and consistency. [1] [2] [3] [4] [5] [6] [7] [8]

Copilot AI and others added 6 commits May 29, 2026 10:58
…copilot/remove-duplicated-line-separators-again

Normalize whitespace and line endings across Java source files
Update project to use microsphere-spring-cloud version 0.1.15 by changing the parent version in the root pom.xml and the <microsphere-spring-cloud.version> property in microsphere-hibernate-parent/pom.xml. Keeps dependency management and parent alignment with the new release.
Update README table to reflect new latest versions for branches: main 0.2.3 -> 0.2.4 and 1.x 0.1.3 -> 0.1.4. Keeps documentation in sync with recent releases.
@codecov

codecov Bot commented Jun 2, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

Files with missing lines Coverage Δ Complexity Δ
...o/microsphere/hibernate/DelegatingInterceptor.java 100.00% <ø> (ø) 21.00 <0.00> (ø)
...osphere/hibernate/constants/PropertyConstants.java 100.00% <ø> (ø) 1.00 <0.00> (ø)
...here/hibernate/entity/CompositeEntityCallback.java 100.00% <ø> (ø) 24.00 <0.00> (ø)
...re/hibernate/entity/EntittyCallbackIntegrator.java 100.00% <ø> (ø) 3.00 <0.00> (ø)
...o/microsphere/hibernate/entity/EntityCallback.java 100.00% <ø> (ø) 23.00 <0.00> (ø)
...phere/hibernate/entity/EntityCallbackListener.java 98.33% <ø> (ø) 30.00 <0.00> (ø)
...sphere/hibernate/test/AbstractHibernateH2Test.java 100.00% <ø> (ø) 5.00 <0.00> (ø)
...rosphere/hibernate/test/AbstractHibernateTest.java 100.00% <ø> (ø) 6.00 <0.00> (ø)
.../io/microsphere/hibernate/test/entity/Product.java 100.00% <ø> (ø) 12.00 <0.00> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@augmentcode

augmentcode Bot commented Jun 2, 2026

Copy link
Copy Markdown
🤖 Augment PR Summary

Summary: This PR performs a small maintenance update across the project.

Changes:

  • Bumps the parent microsphere-spring-cloud version from 0.1.14 to 0.1.15 (root pom.xml and microsphere-hibernate-parent/pom.xml).
  • Updates the README’s “Latest Version” entries for the main and 1.x branches.
  • Normalizes whitespace in several Java sources/tests (removes extra blank lines) and ensures files end with a trailing newline.

Technical Notes: No functional logic changes are introduced; most edits are dependency/version alignment and formatting hygiene.

🤖 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. No suggestions at this time.

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

Adjust whitespace in the Javadoc for the integrate(Metadata, SessionFactoryImplementor, SessionFactoryServiceRegistry) method to align the @param tags (metadata, sessionFactory, serviceRegistry). This is a formatting-only change with no behavioral impact.
@mercyblitz mercyblitz merged commit 00294f3 into microsphere-projects:release-1.x Jun 2, 2026
69 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.

2 participants