-
Notifications
You must be signed in to change notification settings - Fork 36
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
[2.13] Backport several scenarios related to HTTP, SQL and Monitoring modules #1021
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
Provides coverage for https://issues.redhat.com/browse/QUARKUS-2742 (cherry picked from commit ce15b26)
…nario (quarkus-qe#995) There is an issue in upstream (quarkusio/quarkus#29821) that only happens under some RestClient definition hierarchy. This commit reproduces the problem in Quarkus 2.12 and earlier versions (cherry picked from commit 2350b46)
…terprise` event propagation When firing an async CDI Event, the requestScope context from the emitter briefly exists for the observer and is then terminated. This commit is a reproducer of this scenario that happens on Quarkus 2.13.0.Final (cherry picked from commit ef3eed6)
(cherry picked from commit f327c60)
(cherry picked from commit 7da0d4b)
(cherry picked from commit b0cba7f)
(cherry picked from commit 99b5eb1)
Required for QUARKUS-2757 (cherry picked from commit 4fd38c7)
…sages (cherry picked from commit 6563431)
Quarkus extensions based on `rest-data-panache` support propagation of security annotations into generated JAX-RS resources. These tests provide coverage of this feature for extensions: - `quarkus-hibernate-orm-rest-data-panache` - `quarkus-spring-data-rest` See also related test plan: - https://github.com/quarkus-qe/quarkus-test-plans/blob/main/QUARKUS-2788.md (cherry picked from commit 3f7a4c8)
(cherry picked from commit 509d491)
Add new module, which uses Vert.X-based HTTP server Verify, that it works, and that it creates all required metrics Required for https://issues.redhat.com/browse/QUARKUS-2829 (cherry picked from commit 818837f)
run tests |
fedinskiy
approved these changes
Feb 1, 2023
run tests |
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.
Summary
Test Extended Architecture (XA) connection fedinskiy
Improve "process paths before sub resources" scenario pjgg
New Scenario: RequestScope custom context was removed after
javax.enterprise
event propagation pjgggRPC and SSE coverage for OpenTelemetry rsvoboda
Add coverage to eventbus '@ConsumeEvent' annotation pjgg
Drop duplicated definition of quarkus-opentelemetry rsvoboda
OutboundSseEvent is not correctly serialized pjgg
Check, that dev-mode is omitted on projects with pom packaging fedinskiy
Refactoring of QUARKUS-2748 fedinskiy
Add test for security annotations in rest-data-panache jsmrcka
Add transaction-API scenario / Classic flavor pjgg
Cover Vert.X-specific metrics. fedinskiy
Please select the relevant options.