Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust some user-visible references to RESTEasy Reactive #39929

Merged

Conversation

holly-cummins
Copy link
Contributor

@holly-cummins holly-cummins commented Apr 7, 2024

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,

image image image

@quarkus-bot quarkus-bot bot added area/amazon-lambda area/hibernate-validator Hibernate Validator area/resteasy-reactive area/spring Issues relating to the Spring integration labels Apr 7, 2024
Copy link
Member

@gsmet gsmet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for having a look. I added a very small comment.

@gsmet
Copy link
Member

gsmet commented Apr 7, 2024

And as for references to RESTEasy Reactive: yes, there are still a lot in the code base. The idea wasn't to make it disappear, just to change the branding on the user side (which is what you are doing here).

Making it disappear from the codebase would be a big backporting nightmare so it was decided to keep the changes small - and it ended up being a massive PR even even with keeping it small. (And it actually made things harder as it wasn't a simple search/replace)

@quarkus-bot

This comment has been minimized.

@holly-cummins holly-cummins force-pushed the remove-some-visible-resteasy-reactives branch from d7ad950 to f3c8214 Compare April 8, 2024 21:49
@quarkus-bot
Copy link

quarkus-bot bot commented Apr 9, 2024

Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit f3c8214.

Failing Jobs

Status Name Step Failures Logs Raw logs Build scan
Native Tests - Misc4 Download .m2/repository/io/quarkus ⚠️ Check → Logs Raw logs 🚧

You can consult the Develocity build scans.

@gsmet gsmet merged commit a43f18b into quarkusio:main Apr 9, 2024
42 of 43 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.10 - main milestone Apr 9, 2024
@gsmet gsmet modified the milestones: 3.10 - main, 3.9.3 Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/amazon-lambda area/hibernate-validator Hibernate Validator area/resteasy-reactive area/spring Issues relating to the Spring integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants