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

added artifact property in quarkus-extension yaml #45

Merged
merged 1 commit into from
Jan 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
artifact: ${project.groupId}:${project.artifactId}:${project.version}
name: Solace
description: Solace Quarkus Extension for integrating with Solace PubSub+ message brokers. The extension provides the ability to publish or consume events from event mesh.
metadata:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
artifact: ${project.groupId}:${project.artifactId}:${project.version}
name: Solace Messaging Connector
description: Solace Quarkus Messaging Connector Extension for integrating with Solace PubSub+ message brokers with Reactive Messaging.
metadata:
keywords:
- "solace"
- "pubsubplus event broker"
- event driven integration
- reactive-solace
# guide: https://quarkiverse.github.io/quarkiverse-docs/solace/dev/ # To create and publish this guide, see https://github.com/quarkiverse/quarkiverse/wiki#documenting-your-extension
categories:
- "messaging"
status: "preview"
config:
- "mp.messaging."
- "quarkus.reactive-messaging."
- "quarkus.solace"
Loading