-
Notifications
You must be signed in to change notification settings - Fork 19
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
Prepare for the next release #317
Merged
Merged
Conversation
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
Signed-off-by: Jianguo Ma <[email protected]>
Signed-off-by: Jianguo Ma <[email protected]>
Signed-off-by: Jianguo Ma <[email protected]>
Signed-off-by: Jianguo Ma <[email protected]>
make properties namespace, domainName & eventhubName optional Signed-off-by: Jianguo Ma <[email protected]>
Signed-off-by: Jianguo Ma <[email protected]>
Signed-off-by: Jianguo Ma <[email protected]>
Signed-off-by: Jianguo Ma <[email protected]>
Signed-off-by: Jianguo Ma <[email protected]>
Signed-off-by: Jianguo Ma <[email protected]>
Signed-off-by: Jianguo Ma <[email protected]>
Signed-off-by: Jianguo Ma <[email protected]>
…immediately when any command in the script fails Signed-off-by: Jianguo Ma <[email protected]>
Signed-off-by: Jianguo Ma <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes several updates to the Azure integration scripts, documentation, and configurations. The changes primarily focus on improving the integration tests and updating the documentation to reflect the new configurations for Azure Event Hubs.
Integration Script Updates:
-e
to theset -Euo pipefail
command in.github/create-azure-resources.sh
and.github/run-integration-test.sh
to ensure that the shell script exits on any error. [1] [2]-B
flag frommvn
commands to avoid batch mode in.github/run-integration-test.sh
. [1] [2] [3] [4]Documentation Updates:
Configuration and Code Changes:
EventhubsConfig
to useOptional<String>
for namespace, domain name, and event hub name. [1] [2]EventhubsClientProducer
to useClientOptions
and added validation for required configurations. [1] [2]Dependency and Build Updates:
quarkus-azure-eventhubs-deployment
dependency todocs/pom.xml
.extensions/azure-eventhubs/deployment/pom.xml
.Integration Test Improvements:
CosmosAsyncResource
to useflatMap
for asynchronous operations. [1] [2] [3]integration-tests/azure-cosmos/README.md
. [1] [2]