[WFLY-21081] Add a Jakarta Data quickstart #1110
Draft
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
https://issues.redhat.com/browse/WFLY-21081
This is just a draft. But aside from a couple details I'll mention below, this is what I'm thinking to do for this. It's basically the todo-backend quickstart but with a different persistence layer. The todo-backend QS seems like a perfectly good one for showing a REST CRUD app, and duplicating it makes it easy to see how using Jakarta Data is different from using Jakarta Persistence.
Right now it uses WildFly Preview and doesn't use Glow. Both of these things relate to the fact that Jakarta Data is currently 'preview' stability. The intent of this PR is to satisfy a requirement for moving that to 'community' so when that happens I'd update this PR to use the normal feature pack and use Glow.
@scottmarlow FYI.