Adjust some user-visible references to RESTEasy Reactive #39929
Merged
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.
Tags: Big Reactive Rename, #BigReactiveRename, #BRR, 🥶
While practicing a demo for JProfessionals, I noticed a message in the dev UI that said “Learn how to write REST Services with RESTEasy Reactive.” (For some reason the Dev UI was a bit slow to detect the endpoints that definitely existed, but that's a different issue.)
When I looked in the code I saw that message was definitely still in the codebase, so it wasn't just a caching thing. In fact, there are quite a few references to RESTEasy Reactive. Fixing them all looked like it would be hard work to do and then hard to review, so I've tackled one chunk of the elephant, and done the reference that I saw, plus any that are visible in http://extensions.quarkus.io.
See, for example,