This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new f627d2ef6e5 fix: Apache Fury is not supporting architecture using Big
Endian (#16126)
f627d2ef6e5 is described below
commit f627d2ef6e580f7b4b36409e72e7ab068a3a0b67
Author: Aurélien Pupier <[email protected]>
AuthorDate: Wed Oct 30 20:15:20 2024 +0100
fix: Apache Fury is not supporting architecture using Big Endian (#16126)
Signed-off-by: Aurélien Pupier <[email protected]>
---
components/camel-fury/pom.xml | 1 +
components/camel-fury/src/main/docs/fury-dataformat.adoc | 3 +++
2 files changed, 4 insertions(+)
diff --git a/components/camel-fury/pom.xml b/components/camel-fury/pom.xml
index d2342704d25..bd64f3e55c1 100644
--- a/components/camel-fury/pom.xml
+++ b/components/camel-fury/pom.xml
@@ -32,6 +32,7 @@
<description>Camel Fury support</description>
<properties>
+ <skipTests.s390x>true</skipTests.s390x>
</properties>
<dependencies>
diff --git a/components/camel-fury/src/main/docs/fury-dataformat.adoc
b/components/camel-fury/src/main/docs/fury-dataformat.adoc
index 008e4f610aa..b6d3eef9293 100644
--- a/components/camel-fury/src/main/docs/fury-dataformat.adoc
+++ b/components/camel-fury/src/main/docs/fury-dataformat.adoc
@@ -14,6 +14,9 @@
Fury is a Data Format that uses the
https://fury.apache.org/[Fury Library]
+[NOTE]
+Apache Fury is not supporting architecture using Big Endian (s390x for
instance).
+
== Fury Options