Skip to content

Commit 6ee9316

Browse files
chore: merge release-1.x into dev-1.x [skip ci]
2 parents 161d68e + 08fe509 commit 6ee9316

3 files changed

Lines changed: 45 additions & 1 deletion

File tree

.github/workflows/maven-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
with:
4141
java-version: '17'
4242
distribution: 'temurin'
43+
server-id: ossrh
44+
server-username: MAVEN_USERNAME
45+
server-password: MAVEN_PASSWORD
4346

4447
- name: Publish package
4548
run: ./mvnw

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
</scm>
5353

5454
<properties>
55-
<revision>0.1.0-SNAPSHOT</revision>
55+
<revision>0.1.1-SNAPSHOT</revision>
5656
</properties>
5757

5858
<modules>

release-notes.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Release Notes
2+
3+
## v0.1.0
4+
5+
# Release Notes for Version 0.1.0
6+
7+
## New Features
8+
- Added `EntityCallback` integrator for Hibernate (`6b73e36`, `33807be`).
9+
- Introduced composite `EntityCallback` and listener integration (`33807be`).
10+
- Added `CompositeInterceptor` for Hibernate and updated related code (`a5352fe`).
11+
12+
## Bug Fixes
13+
- Fixed duplicate `onPostUpdateCollection` override (`e591b83`).
14+
15+
## Documentation
16+
- Added compatibility matrix to `README` (`701b7e8`).
17+
- Updated Codecov badge to reflect `dev-1.x` branch (`1dba066`).
18+
- Enhanced release notes and naming conventions (`e81006a`).
19+
- Removed 'ORM' from project name in `README` (`ea2cf57`).
20+
21+
## Dependency Updates
22+
- Adapted code for older Hibernate versions to maintain compatibility (`6e4254c`).
23+
24+
## Test Improvements
25+
- Added tests for `EntityCallback`, `CompositeInterceptor`, and sample entities (`bbcaf7e`, `1687cd3`, `6b73e36`).
26+
27+
## Build and Workflow Enhancements
28+
- Configured Maven publishing credentials (`ce6735a`, `5abd59c`).
29+
- Added Maven profiles for CI (`144f0ef`).
30+
- Removed stray bracket in Maven workflow (`971305e`).
31+
- Updated Maven wrapper setup (`5abd59c`).
32+
- Improved CI workflows, including a Hibernate matrix (`6e4254c`, `144f0ef`).
33+
34+
## Other Changes
35+
- Removed unused `CompositeInterceptor.java` (`e34a34b`).
36+
37+
---
38+
39+
Thank you for using version 0.1.0! Stay tuned for future updates.
40+
41+
**Full Changelog**: https://github.com/microsphere-projects/microsphere-hibernate/compare/...0.1.0

0 commit comments

Comments
 (0)