Skip to content

Commit 95dff63

Browse files
chore: merge release-1.x into dev-1.x [skip ci]
2 parents 405eb00 + 14cef43 commit 95dff63

5 files changed

Lines changed: 33 additions & 9 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ pom.xml:
4444

4545
| **Branches** | **Purpose** | **Latest Version** |
4646
|--------------|--------------------------------------------------|--------------------|
47-
| **main** | Compatible with Spring Cloud 2022.0.x - 2025.0.x | `0.2.3` |
48-
| **1.x** | Compatible with Spring Cloud Hoxton - 2021.0.x | `0.1.3` |
47+
| **main** | Compatible with Spring Cloud 2022.0.x - 2025.0.x | `0.2.4` |
48+
| **1.x** | Compatible with Spring Cloud Hoxton - 2021.0.x | `0.1.4` |
4949

5050
### Compatibility
5151

microsphere-hibernate-core/src/main/java/io/microsphere/hibernate/entity/EntittyCallbackIntegrator.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ public class EntittyCallbackIntegrator implements Integrator {
8282
* Registers the {@link EntityCallbackListener} for all supported Hibernate event types
8383
* on the given {@link SessionFactoryImplementor}.
8484
*
85-
* @param metadata the Hibernate metadata
86-
* @param sessionFactory the session factory being built
87-
* @param serviceRegistry the session factory service registry
85+
* @param metadata the Hibernate metadata
86+
* @param sessionFactory the session factory being built
87+
* @param serviceRegistry the session factory service registry
8888
*/
8989
public void integrate(Metadata metadata, SessionFactoryImplementor sessionFactory, SessionFactoryServiceRegistry serviceRegistry) {
9090
EventListenerRegistry eventListenerRegistry = serviceRegistry.getService(EventListenerRegistry.class);

microsphere-hibernate-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<description>Microsphere Hibernate Parent</description>
2020

2121
<properties>
22-
<microsphere-spring-cloud.version>0.1.14</microsphere-spring-cloud.version>
22+
<microsphere-spring-cloud.version>0.1.15</microsphere-spring-cloud.version>
2323
</properties>
2424

2525
<dependencyManagement>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.github.microsphere-projects</groupId>
88
<artifactId>microsphere-spring-cloud-parent</artifactId>
9-
<version>0.1.14</version>
9+
<version>0.1.15</version>
1010
</parent>
1111

1212
<groupId>io.github.microsphere-projects</groupId>
@@ -52,7 +52,7 @@
5252
</scm>
5353

5454
<properties>
55-
<revision>0.1.4-SNAPSHOT</revision>
55+
<revision>0.1.5-SNAPSHOT</revision>
5656
</properties>
5757

5858
<modules>

release-notes.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,28 @@ Thank you for using version 0.1.0! Stay tuned for future updates.
103103

104104
---
105105

106-
**Full Changelog**: https://github.com/microsphere-projects/microsphere-hibernate/compare/0.1.2...0.1.3
106+
**Full Changelog**: https://github.com/microsphere-projects/microsphere-hibernate/compare/0.1.2...0.1.3## v0.1.4
107+
108+
# Release Notes - Version 0.1.4
109+
110+
## New Features
111+
- No new features in this release.
112+
113+
## Bug Fixes
114+
- Removed duplicated line separators and trailing whitespace across the Java source codebase. ([#16](https://github.com/microsphere-projects/copilot/commit/d743607))
115+
116+
## Documentation
117+
- Aligned Javadoc `@param` indentation for improved readability. ([21ee37d](https://github.com/microsphere-projects/copilot/commit/21ee37d))
118+
- Updated `README` to bump branch latest versions. ([9420a73](https://github.com/microsphere-projects/copilot/commit/9420a73))
119+
120+
## Dependency Updates
121+
- Upgraded `microsphere-spring-cloud` to version `0.1.15`. ([b9f92d7](https://github.com/microsphere-projects/copilot/commit/b9f92d7))
122+
123+
## Build and Workflow Enhancements
124+
- Merged `release-1.x` into `dev-1.x` for consistency. ([405eb00](https://github.com/microsphere-projects/copilot/commit/405eb00))
125+
- Bumped the patch version post-release for future development. ([1deaa12](https://github.com/microsphere-projects/copilot/commit/1deaa12))
126+
127+
## Other Changes
128+
- Merged updates from the upstream branch `dev-1.x`. ([21795f0](https://github.com/microsphere-projects/copilot/commit/21795f0))
129+
130+
**Full Changelog**: https://github.com/microsphere-projects/microsphere-hibernate/compare/0.1.3...0.1.4

0 commit comments

Comments
 (0)