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-unsubscr...@camel.apache.org

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


Reply via email to