forked from quarkusio/quarkus-quickstarts
-
Notifications
You must be signed in to change notification settings - Fork 5
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
chore: merge with main branch #6
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
Switch to Eclipse Temurin JDK via actions/setup-java
Fix amazon-sqs docker startup timeout error
Upgrade Kogito version
This reverts commit 4f7efab.
Use ArtemisCloud container image
Revert "Fix amazon-sqs docker startup timeout error"
…tication to dev services
We had some issues with Testcontainers extensions not being consistent and the startup was accessing ports that are not exposed anymore: all the services are now on a unique port but the Localstack Testcontainers extension doesn't make it obvious.
…stack Fix Amazon Services Localstack startup
Conscious Language Fixes
Also migrate to Jackson as it is our preferred JSON stack now.
It is using REST Data Panache so we need to do it.
Unify Maven Surefire Plugin version
Switch quickstarts using REST Data Panache to RESTEasy Reactive
…ect-devservices Change security-openid-connect and security-openid-connect-web-authentication to dev services
And we need it to be aligned with docker-java.
Drop Testcontainers version as it's now coming from the BOM
Rename vertx-web to reactive-routes
Reactive routes - update artifactId
Bumps quarkus-artemis-bom from 1.0.4 to 1.0.5. --- updated-dependencies: - dependency-name: io.quarkiverse.artemis:quarkus-artemis-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…elopment/io.quarkiverse.artemis-quarkus-artemis-bom-1.0.5 Bump quarkus-artemis-bom from 1.0.4 to 1.0.5
hibernate-reactive-panache-quickstart is using quarkus-hibernate-reactive-panache and quarkus-reactive-pg-client (and no dependency suggest need for default [non-reactive] datasource), therefore connection string should be set by https://quarkus.io/guides/all-config#quarkus-reactive-datasource_quarkus.datasource.reactive.url instead of https://quarkus.io/guides/all-config#quarkus-agroal_quarkus.datasource.-datasource-name-.jdbc.url as described f.e. in https://quarkus.io/guides/hibernate-reactive-panache, I also replaced 'jdbc' with 'vertx-reactive'.
Bumps quarkus-amazon-services-bom from 1.0.5 to 1.1.1. --- updated-dependencies: - dependency-name: io.quarkiverse.amazonservices:quarkus-amazon-services-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Add subscription-related code to the GraphQL quickstart
Added WebAuthn quickstart
…nect-client-quickstart Add security-openid-connect-client-quickstart
Bumps quarkus-neo4j from 1.0.6 to 1.1.1. --- updated-dependencies: - dependency-name: io.quarkiverse.neo4j:quarkus-neo4j dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…nect_client_quickstart_updates Add ExceptionMapper to security-openid-connect-client-quickstart
…elopment/io.quarkiverse.neo4j-quarkus-neo4j-1.1.1 Bump quarkus-neo4j from 1.0.6 to 1.1.1
…elopment/io.quarkiverse.amazonservices-quarkus-amazon-services-bom-1.1.1 Bump quarkus-amazon-services-bom from 1.0.5 to 1.1.1
…react-url Documentation: Use reactive datasource url config property
chore: rebase main branch
Merged
benoitf
approved these changes
Jun 7, 2022
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.
Merge devfilev2 with main branch
Related issue: eclipse-che/che#21145