WG - Panache.Next #48949
FroMage
started this conversation in
Design Discussions
WG - Panache.Next
#48949
Replies: 2 comments
-
Remains to be decided what to call this. For now it's Hibernate with Panache (as opposed to the current Hibernate ORM/Reactive with Panache) but @yrodiere wanted to call this Quarkus Data. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Working group board created: WG - Panache.Next (view) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Objective
The main objective of this working group is to bring forth the next version of Panache.
The Problem
Panache is great for many things, but over time, we realised the following limitations:
Sort
andOrder
between Panache, ORM and Jakarta Datavar
andfor-each
and especially with reactive operations.The proposed Solution
We propose a new Panache version that will solve all these issues:
Definition of Done
stable
state (after preview/experimental versions for feedback)Scope of Work
It is currently out of scope to retrofit this with the existing Panache modules. This will be a new module with no backward compatibility (though most type-unsafe operations will carry on as-is so will be familiar).
Organizing the Work
Communication and Transparency:
This will be done via GitHub issues on the Quarkus core project.
Point of Contact:
Stéphane Épardaud
Expected Timeline:
Most of the R&D and design has been done over the last two years. Remains now to merge it, document it, test it and tweak it until it's done.
Existing issues
Beta Was this translation helpful? Give feedback.
All reactions