hibernate / hibernate-reactive

A reactive API for Hibernate ORM, supporting non-blocking database drivers and a reactive style of interaction with the database.
https://hibernate.org/reactive
Apache License 2.0
441 stars 92 forks source link

Re-enable build with snapshots for the different branches and Hibernate ORM versions #1930

Closed DavideD closed 3 months ago

DavideD commented 5 months ago

I think we need the following separate branches for the different ORM version:

A summary of the branches is available here: https://github.com/hibernate/hibernate-reactive/branches

I've decided to create separate branches where we can test the snapshots, and we will test non snapshots versions in main. This way, main won't fail as often and we can apply fixes when needed on the snapshots branches.

DavideD commented 3 months ago

I think we can considered this solved, snapshots are now built and released on OSSRH. I'm a bit concerned about having separate branches and keeping the wip aligned with main. But we can experiment with it and adjust later as needed.