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

Prepare for the next release #317

Merged
merged 14 commits into from
Dec 26, 2024
Merged

Prepare for the next release #317

merged 14 commits into from
Dec 26, 2024

Conversation

majguo
Copy link
Contributor

@majguo majguo commented Dec 26, 2024

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:

  • Added -e to the set -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]
  • Removed the -B flag from mvn commands to avoid batch mode in .github/run-integration-test.sh. [1] [2] [3] [4]

Documentation Updates:

  • Added a new section to the integration test README for creating Azure Event Hubs resources.
  • Updated the navigation and includes in the documentation to include Azure Event Hubs. [1] [2]

Configuration and Code Changes:

  • Modified EventhubsConfig to use Optional<String> for namespace, domain name, and event hub name. [1] [2]
  • Updated EventhubsClientProducer to use ClientOptions and added validation for required configurations. [1] [2]

Dependency and Build Updates:

  • Added quarkus-azure-eventhubs-deployment dependency to docs/pom.xml.
  • Removed redundant dependencies from extensions/azure-eventhubs/deployment/pom.xml.

Integration Test Improvements:

  • Fixed issues in CosmosAsyncResource to use flatMap for asynchronous operations. [1] [2] [3]
  • Removed redundant HTTP status code checks in integration-tests/azure-cosmos/README.md. [1] [2]

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]>
…immediately when any command in the script fails

Signed-off-by: Jianguo Ma <[email protected]>
@majguo majguo requested a review from a team as a code owner December 26, 2024 04:20
@majguo majguo requested review from backwind1233 and removed request for a team December 26, 2024 04:20
@majguo majguo self-assigned this Dec 26, 2024
@majguo majguo merged commit f0aef91 into quarkiverse:main Dec 26, 2024
1 check passed
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 this pull request may close these issues.

1 participant