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

Remove snapshots releases from main branch #1961

Closed DavideD closed 3 months ago

DavideD commented 3 months ago

Snapshot builds tend to fail quite often and sometimes we cannot even fix an issue until another project has been released.

I moved the build testing the snapshots under the branches wip/*. This way the failure of a build using snapshots won't affect the release of stable versions.

Snapshot builds are here.