Skip to content

Commit

Permalink
Upgrade to Camel Quarkus 3.0.0-M2
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalaga committed May 30, 2023
1 parent 60841dc commit 2df70c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 94 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,14 @@ interpolated-pom.xml

# Temporary data ignored in camel-quarkus
/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-hl7/id_file
/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-js-dsl/src/main/resources/module.mjs

# Temporary data ignored in quarkus-cxf tests
/generated-platform-project/quarkus-cxf/integration-tests/quarkus-cxf-integration-test-ws-rm/derby.log

# Workaround for https://github.com/quarkusio/quarkus/issues/33305
/generated-platform-project/quarkus-cxf/integration-tests/Java2wsTest/
/generated-platform-project/quarkus-camel/integration-tests/Java2wsTest/

# Workaround for https://github.com/quarkiverse/quarkus-cxf/issues/900
/generated-platform-project/quarkus-cxf/integration-tests/quarkus-cxf-integration-test-logging/src/main/resources/wsdl/CalculatorService.wsdl
Expand Down
97 changes: 3 additions & 94 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<quarkus.version>3.1.0.Final</quarkus.version>
<quarkus-bom.version>${quarkus.version}</quarkus-bom.version>

<camel-quarkus.version>3.0.0-M1</camel-quarkus.version>
<camel-quarkus.version>3.0.0-M2</camel-quarkus.version>
<camel-quarkus-test-list.version>${camel-quarkus.version}</camel-quarkus-test-list.version>

<!-- If you made changes to the integration tests pom of Amazon Services,
Expand Down Expand Up @@ -404,14 +404,8 @@
<tests>
<test>
<artifact>org.apache.camel.quarkus:camel-quarkus-integration-test-cxf-soap-grouped:${camel-quarkus-test-list.version}</artifact>
<!-- Some tests are disabled because of https://github.com/apache/camel-quarkus/issues/4254
the !CxfSoapClientTest#simpleSoapClientDataFormats exclusion can be removed for Camel Quarkus 3.0.0-m2 -->
<testPattern>!*IT,!CxfSoapClientTest#wsdlUpToDate,!CxfSoapWssClientTest#wsdlUpToDate,!CxfSoapServiceTest#simpleSoapService,!CxfSoapClientTest#simpleSoapClientDataFormats</testPattern>
</test>
<test>
<artifact>org.apache.camel.quarkus:camel-quarkus-integration-test-xml:${camel-quarkus-test-list.version}</artifact>
<!--Some tests are disabled because of https://github.com/apache/camel-quarkus/issues/4255-->
<testPattern>!*IT,!XmlTest#aggregate,!XmlTest#xsltSchemas</testPattern>
<!-- Disabled due to https://github.com/quarkusio/quarkus/issues/33305 -->
<testPattern>!*IT,!Java2wsTest</testPattern>
</test>
<test><!-- Workaround for weird issue with shared networking & keycloak container -->
<skip>true</skip>
Expand All @@ -430,23 +424,6 @@
<skip>true</skip>
<artifact>org.apache.camel.quarkus:camel-quarkus-integration-test-kudu:${camel-quarkus-test-list.version}</artifact>
</test>
<test><!-- Workaround Snakeyaml icompatibilities https://github.com/apache/camel-quarkus/issues/4662 -->
<skip>true</skip>
<artifact>org.apache.camel.quarkus:camel-quarkus-integration-test-dataformat:${camel-quarkus-test-list.version}</artifact>
</test>
<test><!-- Workaround temporary LRA https://github.com/apache/camel-quarkus/issues/4667 -->
<skip>true</skip>
<artifact>org.apache.camel.quarkus:camel-quarkus-integration-test-lra:${camel-quarkus-test-list.version}</artifact>
</test>
<test><!-- Workaround flaky Tika test : https://github.com/apache/camel-quarkus/issues/4334 -->
<!-- Workaround temporary WIP Camel 4 https://github.com/apache/camel-quarkus/issues/4470 -->
<excluded>true</excluded>
<artifact>org.apache.camel.quarkus:camel-quarkus-integration-test-tika:${camel-quarkus-test-list.version}</artifact>
</test>
<test><!-- Workaround temporary WIP Camel 4 -->
<excluded>true</excluded>
<artifact>org.apache.camel.quarkus:camel-quarkus-integration-test-activemq:${camel-quarkus-test-list.version}</artifact>
</test>
<test><!-- Workaround temporary WIP Camel 4 https://github.com/apache/camel-quarkus/issues/4492 -->
<excluded>true</excluded>
<artifact>org.apache.camel.quarkus:camel-quarkus-integration-test-as2:${camel-quarkus-test-list.version}</artifact>
Expand All @@ -455,30 +432,6 @@
<excluded>true</excluded>
<artifact>org.apache.camel.quarkus:camel-quarkus-integration-test-avro-rpc:${camel-quarkus-test-list.version}</artifact>
</test>
<test><!-- Workaround temporary WIP Camel 4 https://github.com/apache/camel-quarkus/issues/4488 -->
<excluded>true</excluded>
<artifact>org.apache.camel.quarkus:camel-quarkus-integration-test-cassandraql:${camel-quarkus-test-list.version}</artifact>
</test>
<test><!-- Workaround temporary WIP Camel 4 -->
<excluded>true</excluded>
<artifact>org.apache.camel.quarkus:camel-quarkus-integration-test-datasonnet:${camel-quarkus-test-list.version}</artifact>
</test>
<test><!-- Workaround temporary WIP Camel 4 -->
<excluded>true</excluded>
<artifact>org.apache.camel.quarkus:camel-quarkus-integration-test-dozer:${camel-quarkus-test-list.version}</artifact>
</test>
<test><!-- Workaround temporary WIP Camel 4 -->
<excluded>true</excluded>
<artifact>org.apache.camel.quarkus:camel-quarkus-integration-test-elasticsearch-rest:${camel-quarkus-test-list.version}</artifact>
</test>
<test><!-- Workaround temporary WIP Camel 4 https://github.com/apache/camel-quarkus/issues/4502 -->
<excluded>true</excluded>
<artifact>org.apache.camel.quarkus:camel-quarkus-integration-test-google-bigquery:${camel-quarkus-test-list.version}</artifact>
</test>
<test><!-- Workaround temporary WIP Camel 4 https://github.com/apache/camel-quarkus/issues/4502 -->
<excluded>true</excluded>
<artifact>org.apache.camel.quarkus:camel-quarkus-integration-test-google-pubsub:${camel-quarkus-test-list.version}</artifact>
</test>
<test><!-- Workaround temporary WIP Camel 4 https://github.com/apache/camel-quarkus/issues/4498 -->
<excluded>true</excluded>
<artifact>org.apache.camel.quarkus:camel-quarkus-integration-test-hazelcast:${camel-quarkus-test-list.version}</artifact>
Expand All @@ -487,30 +440,6 @@
<excluded>true</excluded>
<artifact>org.apache.camel.quarkus:camel-quarkus-integration-test-jira:${camel-quarkus-test-list.version}</artifact>
</test>
<test><!-- Workaround temporary WIP Camel 4 -->
<excluded>true</excluded>
<artifact>org.apache.camel.quarkus:camel-quarkus-integration-test-main-caffeine-lrucache:${camel-quarkus-test-list.version}</artifact>
</test>
<test><!-- Workaround temporary WIP Camel 4 -->
<excluded>true</excluded>
<artifact>org.apache.camel.quarkus:camel-quarkus-integration-test-opentracing:${camel-quarkus-test-list.version}</artifact>
</test>
<test><!-- Workaround temporary WIP Camel 4 https://github.com/apache/camel-quarkus/issues/4463 -->
<excluded>true</excluded>
<artifact>org.apache.camel.quarkus:camel-quarkus-integration-test-optaplanner:${camel-quarkus-test-list.version}</artifact>
</test>
<test><!-- Workaround temporary WIP Camel 4 -->
<excluded>true</excluded>
<artifact>org.apache.camel.quarkus:camel-quarkus-integration-test-rabbitmq:${camel-quarkus-test-list.version}</artifact>
</test>
<test><!-- Workaround temporary WIP Camel 4 https://github.com/apache/camel-quarkus/issues/4464 -->
<excluded>true</excluded>
<artifact>org.apache.camel.quarkus:camel-quarkus-integration-test-smallrye-reactive-messaging:${camel-quarkus-test-list.version}</artifact>
</test>
<test><!-- Workaround temporary WIP Camel 4 -->
<excluded>true</excluded>
<artifact>org.apache.camel.quarkus:camel-quarkus-integration-test-stax:${camel-quarkus-test-list.version}</artifact>
</test>
<test><!-- Workaround temporary WIP Camel 4 https://github.com/apache/camel-quarkus/issues/4515 -->
<excluded>true</excluded>
<artifact>org.apache.camel.quarkus:camel-quarkus-integration-test-syndication:${camel-quarkus-test-list.version}</artifact>
Expand All @@ -523,26 +452,6 @@
<excluded>true</excluded>
<artifact>org.apache.camel.quarkus:camel-quarkus-integration-test-xchange:${camel-quarkus-test-list.version}</artifact>
</test>
<test><!-- Workaround temporary WIP Camel 4 -->
<excluded>true</excluded>
<artifact>org.apache.camel.quarkus:camel-quarkus-integration-test-xmlsecurity:${camel-quarkus-test-list.version}</artifact>
</test>
<test><!-- Workaround temporary WIP Camel 4 -->
<excluded>true</excluded>
<artifact>org.apache.camel.quarkus:camel-quarkus-integration-test-xstream:${camel-quarkus-test-list.version}</artifact>
</test>
<test><!-- Workaround temporary WIP Camel 4 https://github.com/apache/camel-quarkus/issues/4514 -->
<excluded>true</excluded>
<artifact>org.apache.camel.quarkus:camel-quarkus-integration-test-zendesk:${camel-quarkus-test-list.version}</artifact>
</test>
<test><!-- Workaround temporary -->
<skip>true</skip>
<artifact>org.apache.camel.quarkus:camel-quarkus-integration-test-opentelemetry:${camel-quarkus-test-list.version}</artifact>
</test>
<test><!-- Workaround temporary -->
<skip>true</skip>
<artifact>org.apache.camel.quarkus:camel-quarkus-integration-test-infinispan-quarkus-client:${camel-quarkus-test-list.version}</artifact>
</test>
</tests>
</member>
<!-- <member>
Expand Down

0 comments on commit 2df70c4

Please sign in to comment.