This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
The following commit(s) were added to refs/heads/main by this push: new f3b457cc Re-enable Test Assertion about quarkus version equals to quarkus platform version f3b457cc is described below commit f3b457cc6d2c397e2382d67e10374cce047c9f1d Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Sep 29 10:52:03 2022 +0200 Re-enable Test Assertion about quarkus version equals to quarkus platform version --- support/camel-k-maven-plugin/src/it/generate-catalog/verify.groovy | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/support/camel-k-maven-plugin/src/it/generate-catalog/verify.groovy b/support/camel-k-maven-plugin/src/it/generate-catalog/verify.groovy index 2381dfe7..032c2465 100644 --- a/support/camel-k-maven-plugin/src/it/generate-catalog/verify.groovy +++ b/support/camel-k-maven-plugin/src/it/generate-catalog/verify.groovy @@ -21,8 +21,7 @@ new File(basedir, "catalog.yaml").withReader { assert catalog.spec.runtime.version == runtimeVersion assert catalog.spec.runtime.applicationClass == 'io.quarkus.bootstrap.runner.QuarkusEntryPoint' assert catalog.spec.runtime.metadata['camel.version'] == camelVersion - //For 1.14.0 we need to use a different quarkus.platform version released for a last time CVE. Let's re-enable the assert for the next release. - //assert catalog.spec.runtime.metadata['quarkus.version'] == quarkusVersion + assert catalog.spec.runtime.metadata['quarkus.version'] == quarkusVersion assert catalog.spec.runtime.metadata['camel-quarkus.version'] == camelQuarkusVersion assert catalog.spec.runtime.dependencies.any {