Skip to content

Add CI/CD workflows for Hibernate and Django adapters#8

Merged
amaksimo merged 5 commits into
mainfrom
add-hibernate-django-workflows
Jan 28, 2026
Merged

Add CI/CD workflows for Hibernate and Django adapters#8
amaksimo merged 5 commits into
mainfrom
add-hibernate-django-workflows

Conversation

@amaksimo

Copy link
Copy Markdown
Contributor

Summary

  • Add java-hibernate-ci.yml: build, unit tests, cluster integration tests
  • Add java-hibernate-release.yml: Maven Central release via JReleaser
  • Add python-django-ci.yml: lint, build, cluster integration tests
  • Add python-django-release.yml: PyPI release via trusted publishing
  • Update Hibernate build.gradle URLs to point to monorepo
  • Convert Django to hatch-vcs for consistent versioning with other Python packages
  • Remove old .github directories from subtrees (now using root-level workflows)

Test plan

  • Hibernate CI workflow triggers on push to main with java/hibernate/** changes
  • Django CI workflow triggers on push to main with python/django/** changes
  • Release workflows ready for tag-based triggers (java/hibernate/v*, python/django/v*)

- Add java-hibernate-ci.yml: build, unit tests, cluster integration tests
- Add java-hibernate-release.yml: Maven Central release via JReleaser
- Add python-django-ci.yml: lint, build, cluster integration tests
- Add python-django-release.yml: PyPI release via trusted publishing
- Update Hibernate build.gradle URLs to point to monorepo
- Convert Django to hatch-vcs for consistent versioning with other Python packages
- Remove old .github directories from subtrees (now using root-level workflows)
@amaksimo amaksimo requested a review from a team as a code owner January 28, 2026 20:09
Comment thread .github/workflows/java-hibernate-release.yml Outdated
Address review feedback: use consistent tag filtering approach
across all release workflows instead of release event with if condition.
- actions/checkout@v6 → @v4 (v6 doesn't exist)
- actions/setup-java@v5 → @v4 (consistent with CI workflows)
- actions/checkout: v4 → v6
- actions/setup-java: v4 → v5
@amaksimo amaksimo merged commit 5fa2dae into main Jan 28, 2026
47 checks passed
@amaksimo amaksimo deleted the add-hibernate-django-workflows branch January 28, 2026 20:30
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