This is an automated email from the ASF dual-hosted git repository.
jiriondrusek pushed a change to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
from b7ad82a106 Fixed main-yaml - inlining requires unique routes,
partialy fixed openapi-java
new c8ec9b540e Fixed openapi-kava, get rid of v2, because of CAMEL-20488
new 151b460730 Micrometer logging for CI debugging purposes
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../component/micrometer/it/MicrometerTest.java | 5 +-
integration-tests/openapi-java/pom.xml | 12 --
.../component/openapijava/it/v2/OpenApiV2IT.java | 25 ----
.../component/openapijava/it/v2/OpenApiV2Test.java | 154 ---------------------
.../openapijava/it/v2/OpenApiV2TestProfile.java | 30 ----
5 files changed, 4 insertions(+), 222 deletions(-)
delete mode 100644
integration-tests/openapi-java/src/test/java/org/apache/camel/quarkus/component/openapijava/it/v2/OpenApiV2IT.java
delete mode 100644
integration-tests/openapi-java/src/test/java/org/apache/camel/quarkus/component/openapijava/it/v2/OpenApiV2Test.java
delete mode 100644
integration-tests/openapi-java/src/test/java/org/apache/camel/quarkus/component/openapijava/it/v2/OpenApiV2TestProfile.java