Hello, Otavio and jNoSQL committers,
We're working on integrating jNoSQL to GlassFish 8, which is supposed to implement Jakarta Data 1.0. In order to integrate it and keep GlassFish updated, we need to be able to maintain the 1.1.x version stream of jNoSQL as the main branch is already incompatible with Jakarta Data 1.0 and depends on 1.1-SNAPSHOT.
We would like to contribute maintenance pull requests to jNoSQL 1.1.x in the future. Would you be able to create a branch for 1.1.x, where we can create merge requests? And then release 1.2.0 from the main branch, while releasing 1.1.x versions based on the branch for 1.1.x if there are any new changes?
That would help us greatly with integrating jNoSQL to GlassFish directly, without patching official jNoSQL versions with our changes. We already need to expose some protected/package-private classes and methods to be able to use them in an extension for Jakarta Persistence, to provide Jakarta Data over Jakarta Persistence in GlassFish. And we might need to upgrade dependencies to fix vulnerabilities in the future.
All the best,Ondro Mihalyi
GlassFish committer