-
Notifications
You must be signed in to change notification settings - Fork 4
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
Refactor modules to publish two extensions #41
Conversation
1ad0a75
to
e728d1c
Compare
@@ -7,15 +7,15 @@ TIP: Solace Quarkus Extension for integrating with Solace PubSub+ message broker | |||
|
|||
== Installation | |||
|
|||
If you want to use this extension, you need to add the `com.solace.quarkus:quarkus-solace` extension first to your build file. | |||
If you want to use this extension, you need to add the `com.solace.quarkus:quarkus-solace-client` extension first to your build file. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should also add quarkus-solace-messaging-connector reference as well. We need both the artifacts to spin up a connector right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ozangunalp are we adding this in this PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think overall it'd be better to rewrite that doc page. This is just a replace for the artifact-id
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, let's cover this as part of #37
Looks like there are few conflicts. The conflicts are based on last PR we merged yesterday |
- Quarkus Solace Client - Quarkus Solace Messaging Connector
e728d1c
to
de4b880
Compare
Resolved the conflict. |
Moves files around, probably in conflict with the current active PR #40