(camel-quarkus) 05/14: Disabled tarfile tests #5538

2023-12-01 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 63dc554832a8cc61f33d9050c80bd3df98530c67
Author: JiriOndrusek 
AuthorDate: Wed Nov 22 14:36:18 2023 +0100

Disabled tarfile tests #5538
---
 .../quarkus/component/tarfile/it/TarfileTest.java  |  2 ++
 poms/bom/src/main/generated/flattened-full-pom.xml | 32 +++---
 .../src/main/generated/flattened-reduced-pom.xml   | 32 +++---
 .../generated/flattened-reduced-verbose-pom.xml| 32 +++---
 4 files changed, 50 insertions(+), 48 deletions(-)

diff --git 
a/integration-tests/tarfile/src/test/java/org/apache/camel/quarkus/component/tarfile/it/TarfileTest.java
 
b/integration-tests/tarfile/src/test/java/org/apache/camel/quarkus/component/tarfile/it/TarfileTest.java
index aaa072c2b1..e0b59408f8 100644
--- 
a/integration-tests/tarfile/src/test/java/org/apache/camel/quarkus/component/tarfile/it/TarfileTest.java
+++ 
b/integration-tests/tarfile/src/test/java/org/apache/camel/quarkus/component/tarfile/it/TarfileTest.java
@@ -28,9 +28,11 @@ import 
org.apache.commons.compress.archivers.ArchiveStreamFactory;
 import org.apache.commons.compress.archivers.tar.TarArchiveEntry;
 import org.apache.commons.compress.archivers.tar.TarArchiveInputStream;
 import org.junit.jupiter.api.Assertions;
+import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;
 
 @QuarkusTest
+@Disabled //https://github.com/apache/camel-quarkus/issues/5538
 class TarfileTest {
 
 @Test
diff --git a/poms/bom/src/main/generated/flattened-full-pom.xml 
b/poms/bom/src/main/generated/flattened-full-pom.xml
index 1f631607bd..80901f9bc4 100644
--- a/poms/bom/src/main/generated/flattened-full-pom.xml
+++ b/poms/bom/src/main/generated/flattened-full-pom.xml
@@ -5885,52 +5885,52 @@
   
 ca.uhn.hapi
 hapi-base
-2.3
+2.5.1
   
   
 ca.uhn.hapi
 hapi-structures-v21
-2.3
+2.5.1
   
   
 ca.uhn.hapi
 hapi-structures-v22
-2.3
+2.5.1
   
   
 ca.uhn.hapi
 hapi-structures-v23
-2.3
+2.5.1
   
   
 ca.uhn.hapi
 hapi-structures-v231
-2.3
+2.5.1
   
   
 ca.uhn.hapi
 hapi-structures-v24
-2.3
+2.5.1
   
   
 ca.uhn.hapi
 hapi-structures-v25
-2.3
+2.5.1
   
   
 ca.uhn.hapi
 hapi-structures-v251
-2.3
+2.5.1
   
   
 ca.uhn.hapi
 hapi-structures-v26
-2.3
+2.5.1
   
   
 ca.uhn.hapi.fhir
 hapi-fhir-base
-6.8.5
+6.10.0
 
   
 com.google.code.findbugs
@@ -5949,32 +5949,32 @@
   
 ca.uhn.hapi.fhir
 hapi-fhir-client
-6.8.5
+6.10.0
   
   
 ca.uhn.hapi.fhir
 hapi-fhir-structures-dstu2.1
-6.8.5
+6.10.0
   
   
 ca.uhn.hapi.fhir
 hapi-fhir-structures-dstu3
-6.8.5
+6.10.0
   
   
 ca.uhn.hapi.fhir
 hapi-fhir-structures-hl7org-dstu2
-6.8.5
+6.10.0
   
   
 ca.uhn.hapi.fhir
 hapi-fhir-structures-r4
-6.8.5
+6.10.0
   
   
 ca.uhn.hapi.fhir
 hapi-fhir-structures-r5
-6.8.5
+6.10.0
   
   
 ca.uhn.hapi.fhir
diff --git a/poms/bom/src/main/generated/flattened-reduced-pom.xml 
b/poms/bom/src/main/generated/flattened-reduced-pom.xml
index 2707e35a5f..b5bf28fdcf 100644
--- a/poms/bom/src/main/generated/flattened-reduced-pom.xml
+++ b/poms/bom/src/main/generated/flattened-reduced-pom.xml
@@ -5885,52 +5885,52 @@
   
 ca.uhn.hapi
 hapi-base
-2.3
+2.5.1
   
   
 ca.uhn.hapi
 hapi-structures-v21
-2.3
+2.5.1
   
   
 ca.uhn.hapi
 hapi-structures-v22
-2.3
+2.5.1
   
   
 ca.uhn.hapi
 hapi-structures-v23
-2.3
+2.5.1
   
   
 ca.uhn.hapi
 hapi-structures-v231
-2.3
+2.5.1
   
   
 ca.uhn.hapi
 hapi-structures-v24
-2.3
+2.5.1
   
   
 ca.uhn.hapi
 hapi-structures-v25
-2.3
+2.5.1
   
   
 ca.uhn.hapi
 hapi-structures-v251
-2.3
+2.5.1
   
   
 ca.uhn.hapi
 hapi-structures-v26
-2.3
+2.5.1
   
   
 ca.uhn.hapi.fhir
 hapi-fhir-base
-6.8.5
+6.10.0
 
   
 com.google.code.findbugs
@@ -5949,32 +5949,32 @@
   
 ca.uhn.hapi.fhir
 hapi-fhir-client
-6

(camel-quarkus) 05/14: Disabled tarfile tests #5538

2023-12-02 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit dc24f412afd1cad3a93a5d591a8a3283d928423a
Author: JiriOndrusek 
AuthorDate: Wed Nov 22 14:36:18 2023 +0100

Disabled tarfile tests #5538
---
 .../quarkus/component/tarfile/it/TarfileTest.java  |  2 ++
 poms/bom/src/main/generated/flattened-full-pom.xml | 32 +++---
 .../src/main/generated/flattened-reduced-pom.xml   | 32 +++---
 .../generated/flattened-reduced-verbose-pom.xml| 32 +++---
 4 files changed, 50 insertions(+), 48 deletions(-)

diff --git 
a/integration-tests/tarfile/src/test/java/org/apache/camel/quarkus/component/tarfile/it/TarfileTest.java
 
b/integration-tests/tarfile/src/test/java/org/apache/camel/quarkus/component/tarfile/it/TarfileTest.java
index aaa072c2b1..e0b59408f8 100644
--- 
a/integration-tests/tarfile/src/test/java/org/apache/camel/quarkus/component/tarfile/it/TarfileTest.java
+++ 
b/integration-tests/tarfile/src/test/java/org/apache/camel/quarkus/component/tarfile/it/TarfileTest.java
@@ -28,9 +28,11 @@ import 
org.apache.commons.compress.archivers.ArchiveStreamFactory;
 import org.apache.commons.compress.archivers.tar.TarArchiveEntry;
 import org.apache.commons.compress.archivers.tar.TarArchiveInputStream;
 import org.junit.jupiter.api.Assertions;
+import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;
 
 @QuarkusTest
+@Disabled //https://github.com/apache/camel-quarkus/issues/5538
 class TarfileTest {
 
 @Test
diff --git a/poms/bom/src/main/generated/flattened-full-pom.xml 
b/poms/bom/src/main/generated/flattened-full-pom.xml
index 1f631607bd..80901f9bc4 100644
--- a/poms/bom/src/main/generated/flattened-full-pom.xml
+++ b/poms/bom/src/main/generated/flattened-full-pom.xml
@@ -5885,52 +5885,52 @@
   
 ca.uhn.hapi
 hapi-base
-2.3
+2.5.1
   
   
 ca.uhn.hapi
 hapi-structures-v21
-2.3
+2.5.1
   
   
 ca.uhn.hapi
 hapi-structures-v22
-2.3
+2.5.1
   
   
 ca.uhn.hapi
 hapi-structures-v23
-2.3
+2.5.1
   
   
 ca.uhn.hapi
 hapi-structures-v231
-2.3
+2.5.1
   
   
 ca.uhn.hapi
 hapi-structures-v24
-2.3
+2.5.1
   
   
 ca.uhn.hapi
 hapi-structures-v25
-2.3
+2.5.1
   
   
 ca.uhn.hapi
 hapi-structures-v251
-2.3
+2.5.1
   
   
 ca.uhn.hapi
 hapi-structures-v26
-2.3
+2.5.1
   
   
 ca.uhn.hapi.fhir
 hapi-fhir-base
-6.8.5
+6.10.0
 
   
 com.google.code.findbugs
@@ -5949,32 +5949,32 @@
   
 ca.uhn.hapi.fhir
 hapi-fhir-client
-6.8.5
+6.10.0
   
   
 ca.uhn.hapi.fhir
 hapi-fhir-structures-dstu2.1
-6.8.5
+6.10.0
   
   
 ca.uhn.hapi.fhir
 hapi-fhir-structures-dstu3
-6.8.5
+6.10.0
   
   
 ca.uhn.hapi.fhir
 hapi-fhir-structures-hl7org-dstu2
-6.8.5
+6.10.0
   
   
 ca.uhn.hapi.fhir
 hapi-fhir-structures-r4
-6.8.5
+6.10.0
   
   
 ca.uhn.hapi.fhir
 hapi-fhir-structures-r5
-6.8.5
+6.10.0
   
   
 ca.uhn.hapi.fhir
diff --git a/poms/bom/src/main/generated/flattened-reduced-pom.xml 
b/poms/bom/src/main/generated/flattened-reduced-pom.xml
index 2707e35a5f..b5bf28fdcf 100644
--- a/poms/bom/src/main/generated/flattened-reduced-pom.xml
+++ b/poms/bom/src/main/generated/flattened-reduced-pom.xml
@@ -5885,52 +5885,52 @@
   
 ca.uhn.hapi
 hapi-base
-2.3
+2.5.1
   
   
 ca.uhn.hapi
 hapi-structures-v21
-2.3
+2.5.1
   
   
 ca.uhn.hapi
 hapi-structures-v22
-2.3
+2.5.1
   
   
 ca.uhn.hapi
 hapi-structures-v23
-2.3
+2.5.1
   
   
 ca.uhn.hapi
 hapi-structures-v231
-2.3
+2.5.1
   
   
 ca.uhn.hapi
 hapi-structures-v24
-2.3
+2.5.1
   
   
 ca.uhn.hapi
 hapi-structures-v25
-2.3
+2.5.1
   
   
 ca.uhn.hapi
 hapi-structures-v251
-2.3
+2.5.1
   
   
 ca.uhn.hapi
 hapi-structures-v26
-2.3
+2.5.1
   
   
 ca.uhn.hapi.fhir
 hapi-fhir-base
-6.8.5
+6.10.0
 
   
 com.google.code.findbugs
@@ -5949,32 +5949,32 @@
   
 ca.uhn.hapi.fhir
 hapi-fhir-client
-6

(camel-quarkus) 05/14: Disabled tarfile tests #5538

2023-12-03 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 7d4c37e0e0b6ba5f5fc8afc0b05a2c2c6dc88219
Author: JiriOndrusek 
AuthorDate: Wed Nov 22 14:36:18 2023 +0100

Disabled tarfile tests #5538
---
 .../quarkus/component/tarfile/it/TarfileTest.java  |  2 ++
 poms/bom/src/main/generated/flattened-full-pom.xml | 32 +++---
 .../src/main/generated/flattened-reduced-pom.xml   | 32 +++---
 .../generated/flattened-reduced-verbose-pom.xml| 32 +++---
 4 files changed, 50 insertions(+), 48 deletions(-)

diff --git 
a/integration-tests/tarfile/src/test/java/org/apache/camel/quarkus/component/tarfile/it/TarfileTest.java
 
b/integration-tests/tarfile/src/test/java/org/apache/camel/quarkus/component/tarfile/it/TarfileTest.java
index aaa072c2b1..e0b59408f8 100644
--- 
a/integration-tests/tarfile/src/test/java/org/apache/camel/quarkus/component/tarfile/it/TarfileTest.java
+++ 
b/integration-tests/tarfile/src/test/java/org/apache/camel/quarkus/component/tarfile/it/TarfileTest.java
@@ -28,9 +28,11 @@ import 
org.apache.commons.compress.archivers.ArchiveStreamFactory;
 import org.apache.commons.compress.archivers.tar.TarArchiveEntry;
 import org.apache.commons.compress.archivers.tar.TarArchiveInputStream;
 import org.junit.jupiter.api.Assertions;
+import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;
 
 @QuarkusTest
+@Disabled //https://github.com/apache/camel-quarkus/issues/5538
 class TarfileTest {
 
 @Test
diff --git a/poms/bom/src/main/generated/flattened-full-pom.xml 
b/poms/bom/src/main/generated/flattened-full-pom.xml
index 1f631607bd..80901f9bc4 100644
--- a/poms/bom/src/main/generated/flattened-full-pom.xml
+++ b/poms/bom/src/main/generated/flattened-full-pom.xml
@@ -5885,52 +5885,52 @@
   
 ca.uhn.hapi
 hapi-base
-2.3
+2.5.1
   
   
 ca.uhn.hapi
 hapi-structures-v21
-2.3
+2.5.1
   
   
 ca.uhn.hapi
 hapi-structures-v22
-2.3
+2.5.1
   
   
 ca.uhn.hapi
 hapi-structures-v23
-2.3
+2.5.1
   
   
 ca.uhn.hapi
 hapi-structures-v231
-2.3
+2.5.1
   
   
 ca.uhn.hapi
 hapi-structures-v24
-2.3
+2.5.1
   
   
 ca.uhn.hapi
 hapi-structures-v25
-2.3
+2.5.1
   
   
 ca.uhn.hapi
 hapi-structures-v251
-2.3
+2.5.1
   
   
 ca.uhn.hapi
 hapi-structures-v26
-2.3
+2.5.1
   
   
 ca.uhn.hapi.fhir
 hapi-fhir-base
-6.8.5
+6.10.0
 
   
 com.google.code.findbugs
@@ -5949,32 +5949,32 @@
   
 ca.uhn.hapi.fhir
 hapi-fhir-client
-6.8.5
+6.10.0
   
   
 ca.uhn.hapi.fhir
 hapi-fhir-structures-dstu2.1
-6.8.5
+6.10.0
   
   
 ca.uhn.hapi.fhir
 hapi-fhir-structures-dstu3
-6.8.5
+6.10.0
   
   
 ca.uhn.hapi.fhir
 hapi-fhir-structures-hl7org-dstu2
-6.8.5
+6.10.0
   
   
 ca.uhn.hapi.fhir
 hapi-fhir-structures-r4
-6.8.5
+6.10.0
   
   
 ca.uhn.hapi.fhir
 hapi-fhir-structures-r5
-6.8.5
+6.10.0
   
   
 ca.uhn.hapi.fhir
diff --git a/poms/bom/src/main/generated/flattened-reduced-pom.xml 
b/poms/bom/src/main/generated/flattened-reduced-pom.xml
index 2707e35a5f..b5bf28fdcf 100644
--- a/poms/bom/src/main/generated/flattened-reduced-pom.xml
+++ b/poms/bom/src/main/generated/flattened-reduced-pom.xml
@@ -5885,52 +5885,52 @@
   
 ca.uhn.hapi
 hapi-base
-2.3
+2.5.1
   
   
 ca.uhn.hapi
 hapi-structures-v21
-2.3
+2.5.1
   
   
 ca.uhn.hapi
 hapi-structures-v22
-2.3
+2.5.1
   
   
 ca.uhn.hapi
 hapi-structures-v23
-2.3
+2.5.1
   
   
 ca.uhn.hapi
 hapi-structures-v231
-2.3
+2.5.1
   
   
 ca.uhn.hapi
 hapi-structures-v24
-2.3
+2.5.1
   
   
 ca.uhn.hapi
 hapi-structures-v25
-2.3
+2.5.1
   
   
 ca.uhn.hapi
 hapi-structures-v251
-2.3
+2.5.1
   
   
 ca.uhn.hapi
 hapi-structures-v26
-2.3
+2.5.1
   
   
 ca.uhn.hapi.fhir
 hapi-fhir-base
-6.8.5
+6.10.0
 
   
 com.google.code.findbugs
@@ -5949,32 +5949,32 @@
   
 ca.uhn.hapi.fhir
 hapi-fhir-client
-6