Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jnosql-dev] Maintenance of 1.1.x stream?

Thank you, Max and Otavio, you're awesome!

We're actually very close to finishing the Jakarta Data implementation with Jakarta Persistence entities based on the JNoSQL Data implementation. Our on top of JNoSQL and Eclipselink currently passes all but 1 last test. And we're starting on integrating it into GlassFish, together with JNoSQL implementation of Jakarta NoSQL. The plan is that GlassFish 8 supports all of the following:
  • Jakarta NoSQL 1.0 (using JNoSQL)
  • Jakarta Data 1.0 over NoSQL entities (using JNoSQL)
  • Jakarta Data 1.0 over Persistence (JPA) entities (using our own implementation on top of JNoSQL)
We also plan to contribute some enhancements to JNoSQL, and the whole implementation of Data over JPA to the jnosql-extensions repository, which already contains an earlier version of it.

Once we have some of this integrated into GlassFish 8 milestone, we'll let you know.

All the best,
Ondro Mihalyi

Director, Jakarta EE expert
OmniFish - Jakarta EE Consulting & Support | www.omnifish.ee
Omnifish OÜ, Narva mnt 5, 10117 Tallinn, Estonia | VAT: EE102487932

On Tue, Jun 24, 2025 at 7:56 PM Otavio Santana via jnosql-dev <jnosql-dev@xxxxxxxxxxx> wrote:
Hello everyone, hello Ondro.

I'm sorry, I forgot to reply to it here.


Yes, we have a strategy in place to maintain while we release new versions of Jakarta Data and Jakarta NoSQL, allowing us to receive community feedback.



On Sat, Jun 21, 2025 at 11:56 AM Maximillian Arruda via jnosql-dev <jnosql-dev@xxxxxxxxxxx> wrote:

Hello, Ondro!!! That's awesome to know that Glassfish 8 is interested to use JNoSQL!!! We'll be working on it ASAP !!!

Thanks a lot!!!

Maximillian Arruda
Developer Advocate 🥑
SouJava JUG Leader
Jakarta EE Ambassador
Eclipse JNoSQL Committer

On Sat, Jun 21, 2025, 06:36 Ondro Mihályi via jnosql-dev <jnosql-dev@xxxxxxxxxxx> wrote:
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
_______________________________________________
jnosql-dev mailing list
jnosql-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jnosql-dev
_______________________________________________
jnosql-dev mailing list
jnosql-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jnosql-dev


--

Thanks a lot,

Twitter | Linkedin | Youtube

_______________________________________________
jnosql-dev mailing list
jnosql-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jnosql-dev

Back to the top