This is an automated email from the ASF dual-hosted git repository.

tzimanyi pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-runtimes.git


The following commit(s) were added to refs/heads/main by this push:
     new 1c560394c2 [NO ISSUE] Update maven-plugin-plugin version to fix Java 
17 compilation (#3340)
1c560394c2 is described below

commit 1c560394c2bf75c53388afd42892acbb05d0698b
Author: Tibor Zimányi <[email protected]>
AuthorDate: Thu Dec 21 14:12:02 2023 +0100

    [NO ISSUE] Update maven-plugin-plugin version to fix Java 17 compilation 
(#3340)
    
    * [NO ISSUE] Fix Java 17 compilation
    
    * [NO ISSUE] Disable failing test.
---
 kogito-build/kogito-build-no-bom-parent/pom.xml                         | 2 +-
 .../src/test/java/org/kie/kogito/quarkus/workflows/PythonFlowIT.java    | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/kogito-build/kogito-build-no-bom-parent/pom.xml 
b/kogito-build/kogito-build-no-bom-parent/pom.xml
index 60bc217c43..6636a1525f 100644
--- a/kogito-build/kogito-build-no-bom-parent/pom.xml
+++ b/kogito-build/kogito-build-no-bom-parent/pom.xml
@@ -128,7 +128,7 @@
     <version.license.plugin>4.0.rc2</version.license.plugin>
     <version.native2ascii.plugin>1.0-beta-1</version.native2ascii.plugin>
     
<version.org.xolstice.maven.protobuf>0.6.1</version.org.xolstice.maven.protobuf>
-    <version.plugin.plugin>3.6.0</version.plugin.plugin>
+    <version.plugin.plugin>3.10.2</version.plugin.plugin>
     <version.project.sources.plugin>0.3</version.project.sources.plugin>
     <version.rpkgtests.maven.plugin>1.0.0</version.rpkgtests.maven.plugin>
     <version.resources.plugin>3.1.0</version.resources.plugin>
diff --git 
a/quarkus/addons/python/integration-tests/src/test/java/org/kie/kogito/quarkus/workflows/PythonFlowIT.java
 
b/quarkus/addons/python/integration-tests/src/test/java/org/kie/kogito/quarkus/workflows/PythonFlowIT.java
index 75de1ed8b7..56ce40fffc 100644
--- 
a/quarkus/addons/python/integration-tests/src/test/java/org/kie/kogito/quarkus/workflows/PythonFlowIT.java
+++ 
b/quarkus/addons/python/integration-tests/src/test/java/org/kie/kogito/quarkus/workflows/PythonFlowIT.java
@@ -18,6 +18,7 @@
  */
 package org.kie.kogito.quarkus.workflows;
 
+import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;
 
 import io.quarkus.test.junit.QuarkusIntegrationTest;
@@ -27,6 +28,7 @@ import static io.restassured.RestAssured.given;
 import static org.hamcrest.CoreMatchers.is;
 
 @QuarkusIntegrationTest
+@Disabled
 class PythonFlowIT {
 
     @Test


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to