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

Renaming reactive messaging to Quarkus messaging #39279

Closed
10 tasks
cescoffier opened this issue Mar 8, 2024 · 3 comments · Fixed by #39301
Closed
10 tasks

Renaming reactive messaging to Quarkus messaging #39279

cescoffier opened this issue Mar 8, 2024 · 3 comments · Fixed by #39301
Assignees
Labels
area/reactive-messaging area/smallrye kind/epic Large issue with links to sub-issues
Milestone

Comments

@cescoffier
Copy link
Member

cescoffier commented Mar 8, 2024

Following the big rename and avoiding user confusion around the "reactive" word, we want to rename "reactive messaging" into "quarkus-messaging". The implementation would not change; it would just be the user-facing name.

  • quarkus-smallrye-reactive-messaging => quarkus-messaging
  • quarkus-smallrye-reactive-messaging-kafka => quarkus-messaging-kafka
  • quarkus-smallrye-reactive-messaging-amqp => quarkus-messaging-amqp
  • quarkus-smallrye-reactive-messaging-mqtt => quarkus-messaging-mqtt
  • quarkus-smallrye-reactive-messaging-pulsar => quarkus-messaging-pulsar
  • quarkus-smallrye-reactive-messaging-rabbitmq => quarkus-messaging-rabbitmq

Relocations will be configured to prevent user disruption. Thus, applications using the previous artifactIds will still work.

Tasks

  • Renaming quarkus-smallrye-reactive-messaging to quarkus-messaging and setting up relocation
  • Renaming quarkus-smallrye-reactive-messaging-kafka to quarkus-messaging-kafka and setting up relocation
  • Renaming quarkus-smallrye-reactive-messaging-amqp to quarkus-messaging-amqp and setting up relocation
  • Renaming quarkus-smallrye-reactive-messaging-mqtt to quarkus-messaging-mqtt and setting up relocation
  • Renaming quarkus-smallrye-reactive-messaging-pulsar to quarkus-messaging-pulsar and setting up relocation
  • Renaming quarkus-smallrye-reactive-messaging-rabbitmq to quarkus-messaging-rabbitmq and setting up relocation
  • Update all documentation (getting started, and reference guides)
  • Updating reactive and virtual thread documentation (the extensions are likely mentioned)
  • Relocating configuration using quarkus.reactive-messaging or quarkus.reactive.messaging to quarkus.messaging
  • Update quickstarts
@cescoffier cescoffier added the kind/epic Large issue with links to sub-issues label Mar 8, 2024
Copy link

quarkus-bot bot commented Mar 8, 2024

/cc @ozangunalp (reactive-messaging)

@gsmet gsmet self-assigned this Mar 9, 2024
@gsmet
Copy link
Member

gsmet commented Mar 9, 2024

This is handled here: #39301 .

Quickstarts PR will come soon.

@cescoffier
Copy link
Member Author

Awesome @gsmet ! I will have a look tomorrow.

@quarkus-bot quarkus-bot bot added this to the 3.9 - main milestone Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/reactive-messaging area/smallrye kind/epic Large issue with links to sub-issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants