You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/11/11 16:24:47 UTC

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #3272: Sql doc update because of the failure with external oracle database #…

ppalaga commented on a change in pull request #3272:
URL: https://github.com/apache/camel-quarkus/pull/3272#discussion_r747641035



##########
File path: extensions/sql/runtime/src/main/doc/limitations.adoc
##########
@@ -0,0 +1,4 @@
+While you can use any of the available database types in JVM mode, Oracle database type negatively affects serialization in native mode.
+See quarkus issue https://github.com/quarkusio/quarkus/issues/20396[#https://github.com/quarkusio/quarkus/issues/20396] for more details.
+

Review comment:
       ```suggestion
   Oracle JDBC driver brings some GraalVM native-image configuration that breaks the serialization support in Camel Quarkus and Quarkus in general. See this https://github.com/quarkusio/quarkus/issues/20396[quarkus issue] for more details.
   ```

##########
File path: extensions/sql/runtime/src/main/doc/limitations.adoc
##########
@@ -0,0 +1,4 @@
+While you can use any of the available database types in JVM mode, Oracle database type negatively affects serialization in native mode.
+See quarkus issue https://github.com/quarkusio/quarkus/issues/20396[#https://github.com/quarkusio/quarkus/issues/20396] for more details.
+
+https://camel.apache.org/components/next/sql-component.html#_using_the_jdbc_based_aggregation_repository[Aggregation repository] does not work in native mode with Oracle db, because of this issue.

Review comment:
       ```suggestion
   xref:{cq-camel-components}::sql-component.adoc#_using_the_jdbc_based_aggregation_repository[Aggregation repository] does not work in native mode with Oracle DB, because of this issue.
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org