As you probably are aware Quarkus is now really getting popular for the Java based applications.
There is already an initiative moving OFBiz to the Quarkus framework. Could this be something for Moqui too?
I am worrying a bit about moqui about the in- activity here, using Quarkus as the framework for the entity engine and the service engine would make the Moqui system sure more interesting for a wider public.
It seems for most part Quarkus is incompatible with moqui; it may have different architectural goals and designs.
I also had multiple attempts in introducing re-architecture to OFBiz and my expectation is that it is highly unlikely for any such initiatives to follow through. I was able to switch the framework from ant to gradle, and refactored some of the core code, but faced big difficulties going any further due to both community and technical / design problems.
One of the things that I deeply appreciate about moqui is the care for quality, not number of commits. This is a major reason why we shifted our projects from OFBiz to moqui and had success in launching large and successful projects on it.
Thanks for the reply,
However, I do not know if you had a serious look into Quarkus, a from Redhat sponsored Java framework with more than 1000 contributors and is fully reactive, hot restart and has all that Moqui has, except for the entity, service engine and ftl screens.
What would be the reason for, or benefits from, using Quarkus in Moqui?
The popularity rationale means nothing to me, and while many have stated over time that if we use this or that popular thing it will make Moqui more popular I have never seen anything like that happen, not even with the popular tools selected on day 1, and not with any that have been added. The bulk of the growth in Moqui has come from projects and products based on it, not so much what it is based on (which is helpful in some companies, harmful in others, just depends on their current internal technology preferences).
The PR mentioned seems to be switching from JsonSlurper to JsonSlurperClassic, a downgrade to the older version with less performance or standards compliance to make it work with Quarkus.
This might possibly be a reason why itโs not yet merged. This PR seems to favor Quarkus at the expense of using older groovy API.