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

Change Maven artifact coordinates and package names from io.quarkiverse.solace to com.solace.quarkus #27

Closed
ozangunalp opened this issue Jan 16, 2024 · 0 comments · Fixed by #30
Assignees

Comments

@ozangunalp
Copy link
Collaborator

Here is my suggestion for changes related to package name and Maven artifact coordinates:

Maven Artifacts

  • Reactor/Parent project group id from io.quarkiverse.solace to com.solace.quarkus and propagate changes to all child modules
  • Reactive Messaging connector module artifact id from quarkus-solace-messaging-connector to quarkus-messaging-solace-connector
  • Reactive Messaging connector module artifact name from Quarkus Solace Messaging Connector to Quarkus Messaging Solace Connector – Not sure about this we can keep it as-is
  • Move references docs/readme from io.quarkiverse.solace to com.solace.quarkus

Package names

  • deployment module package name from io.qurkiverse.solace.deployment to com.solace.quarkus.deployment
  • deployment module test package name from io.qurkiverse.solace.deployment.test to com.solace.quarkus.deployment.test
  • integration tests module package name from io.qurkiverse.solace to com.solace.quarkus
  • connector module package name from io.qurkiverse.solace to com.solace.quarkus.messaging
  • runtime module package name from io.qurkiverse.solace.runtime to com.solace.quarkus.runtime
  • samples modules package name from io.qurkiverse.solace.samples to com.solace.quarkus.samples
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants