This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 32
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
mkralik3
force-pushed
the
quarkus3_upgrade
branch
from
June 13, 2023 14:06
83952f0
to
f76d43c
Compare
This was referenced Jun 13, 2023
Closed
Codecov Report
@@ Coverage Diff @@
## main #695 +/- ##
============================================
- Coverage 77.60% 77.46% -0.15%
+ Complexity 155 154 -1
============================================
Files 53 53
Lines 2831 2831
Branches 466 466
============================================
- Hits 2197 2193 -4
- Misses 453 457 +4
Partials 181 181
|
Closed
mkralik3
force-pushed
the
quarkus3_upgrade
branch
25 times, most recently
from
June 16, 2023 11:30
eb7bd9a
to
1f12476
Compare
mkralik3
force-pushed
the
quarkus3_upgrade
branch
4 times, most recently
from
June 20, 2023 15:48
a614365
to
9100422
Compare
mkralik3
force-pushed
the
quarkus3_upgrade
branch
from
June 20, 2023 15:50
9100422
to
d42242e
Compare
Closed
mkralik3
force-pushed
the
quarkus3_upgrade
branch
from
June 21, 2023 08:34
d42242e
to
1e3c7c8
Compare
Quarkus Universe bom is deprecated https://github.com/quarkusio/quarkus/wiki/Migration-Guide-2.1#quarkus-universe-bom-is-deprecated the update is required to use the tooling to do the migration between Quarkus 2 and Quarkus 3 part of kaoto-archive#644 Signed-off-by: Aurélien Pupier <apupier@redhat.com>
part of kaoto-archive#644 Signed-off-by: Aurélien Pupier <apupier@redhat.com>
used `quarkus update --stream=3.0`
the upgrade is coming from Quarkus 3 bom upgrade part of kaoto-archive#644 Signed-off-by: Aurélien Pupier <apupier@redhat.com>
It causes a problem on Windows workflows
mkralik3
force-pushed
the
quarkus3_upgrade
branch
from
June 21, 2023 10:06
38b18af
to
8786c94
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Delawen
approved these changes
Jun 21, 2023
This was referenced Jun 21, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Continue of #645
This PR contains:
quarkus-universe-bom
was changed toquarkus-bom
because it is deprecated.kubernetes-client.devservices
was disabled (which comes fromquarkus-kubernetes-client
and it is enabled by default) in tests where it is not used because it causes problems on Windows workflows due to uncatched exception from testcontainers package ( probable a bug, needs to be reported in Quarkus project )@SpanAttribute
@WithSpan
) since they were moved to a different package and the original ones have been marked as deprecatedOpenTelemetry SDK Autoconfigure
and expects OTLP exporter onlocalhost:4317
which causes SEVERE error in the log. Now, the users which wants to use kaoto-backend with some OTLP exporter (e.g. Jaeger), it can use quarkus config propertiesquarkus.otel.sdk.disabled=false
andquarkus.otel.exporter.otlp.traces.endpoint=<OTLP gRPC receiver URL>
dev
mode, all origins are allowed ( wildcardorigins: /.*/
)