-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed maven artifact coordinates and package names to com.solace.qu…
…arkus
- Loading branch information
1 parent
ec3369d
commit d1786dc
Showing
78 changed files
with
222 additions
and
211 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../solace/deployment/DevServicesConfig.java → ...quarkus/deployment/DevServicesConfig.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...eployment/DevServicesSolaceProcessor.java → ...eployment/DevServicesSolaceProcessor.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...se/solace/deployment/SolaceBuildItem.java → ...e/quarkus/deployment/SolaceBuildItem.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ace/deployment/SolaceBuildTimeConfig.java → ...kus/deployment/SolaceBuildTimeConfig.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...rkiverse/solace/test/SolaceContainer.java → ...rkus/deployment/test/SolaceContainer.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...iverse/solace/test/SolaceDevModeTest.java → ...us/deployment/test/SolaceDevModeTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../test/SolaceHelloWorldPersistentTest.java → .../test/SolaceHelloWorldPersistentTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...rse/solace/test/SolaceHelloWorldTest.java → ...deployment/test/SolaceHelloWorldTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...verse/solace/test/SolaceTestResource.java → ...s/deployment/test/SolaceTestResource.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package io.quarkiverse.solace.test; | ||
package com.solace.quarkus.deployment.test; | ||
|
||
import java.util.Map; | ||
|
||
|
62 changes: 62 additions & 0 deletions
62
docs/modules/ROOT/pages/includes/quarkus-solace-extension-common.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
|
||
:summaryTableId: quarkus-solace-extension-common | ||
Common configuration for Solace Quarkus Extension Incoming and Outgoing channels | ||
[.configuration-reference.searchable, cols="80,.^10,.^10"] | ||
|=== | ||
|
||
h|[[quarkus-solace_configuration_common]]link:#quarkus-solace_configuration_common[Configuration property] | ||
|
||
h|Type | ||
h|Default | ||
|
||
a| [[quarkus-solace_quarkus.client.lazy.start]]`link:#quarkus-solace_quarkus.client.lazy.start[client.lazy.start]` | ||
|
||
|
||
[.description] | ||
-- | ||
Whether the receiver or publisher is started at initialization or lazily at subscription time. | ||
|
||
// ifdef::add-copy-button-to-env-var[] | ||
// Environment variable: env_var_with_copy_button:+++QUARKUS_SOLACE_METRICS_ENABLED+++[] | ||
// endif::add-copy-button-to-env-var[] | ||
// ifndef::add-copy-button-to-env-var[] | ||
// Environment variable: `+++QUARKUS_SOLACE_METRICS_ENABLED+++` | ||
// endif::add-copy-button-to-env-var[] | ||
--|boolean | ||
| `false` | ||
|
||
|
||
a| [[quarkus-solace_quarkus.client.graceful-shutdown]]`link:#quarkus-solace_quarkus.client.graceful-shutdown[client.graceful-shutdown]` | ||
|
||
|
||
[.description] | ||
-- | ||
Whether to shutdown client gracefully. | ||
|
||
// ifdef::add-copy-button-to-env-var[] | ||
// Environment variable: env_var_with_copy_button:+++QUARKUS_SOLACE_HEALTH_ENABLED+++[] | ||
// endif::add-copy-button-to-env-var[] | ||
// ifndef::add-copy-button-to-env-var[] | ||
// Environment variable: `+++QUARKUS_SOLACE_HEALTH_ENABLED+++` | ||
// endif::add-copy-button-to-env-var[] | ||
--|boolean | ||
|`true` | ||
|
||
|
||
a| [[quarkus-solace_quarkus.client.graceful-shutdown.wait-timeout]]`link:#quarkus-solace_quarkus.client.graceful-shutdown.wait-timeout[client.graceful-shutdown.wait-timeout]` | ||
|
||
|
||
[.description] | ||
-- | ||
Timeout in milliseconds to wait for messages to finish processing before shutdown. | ||
|
||
// ifdef::add-copy-button-to-env-var[] | ||
// Environment variable: env_var_with_copy_button:+++QUARKUS_SOLACE_DEVSERVICES_ENABLED+++[] | ||
// endif::add-copy-button-to-env-var[] | ||
// ifndef::add-copy-button-to-env-var[] | ||
// Environment variable: `+++QUARKUS_SOLACE_DEVSERVICES_ENABLED+++` | ||
// endif::add-copy-button-to-env-var[] | ||
--|long | ||
|`10000` | ||
|
||
|=== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...io/quarkiverse/solace/SolaceConsumer.java → ...va/com/solace/quarkus/SolaceConsumer.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../quarkiverse/solace/SolaceCustomizer.java → .../com/solace/quarkus/SolaceCustomizer.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package io.quarkiverse.solace; | ||
package com.solace.quarkus; | ||
|
||
import jakarta.enterprise.context.ApplicationScoped; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...io/quarkiverse/solace/SolaceResource.java → ...va/com/solace/quarkus/SolaceResource.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package io.quarkiverse.solace; | ||
package com.solace.quarkus; | ||
|
||
import java.util.List; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
.../java/io/quarkiverse/solace/SolaceIT.java → ...est/java/com/solace/quarkus/SolaceIT.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package io.quarkiverse.solace; | ||
package com.solace.quarkus; | ||
|
||
import io.quarkus.test.junit.QuarkusIntegrationTest; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...ava/io/quarkiverse/solace/SolaceTest.java → ...t/java/com/solace/quarkus/SolaceTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package io.quarkiverse.solace; | ||
package com.solace.quarkus; | ||
|
||
import static org.awaitility.Awaitility.await; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.