This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 3a0ef3271c9cb801cba590fceff72f9452c546a1 Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Mon Jan 30 15:52:31 2023 +0000 Remove redundant limitations section from SQL extension docs Fixes #3256 --- docs/modules/ROOT/pages/reference/extensions/sql.adoc | 9 --------- extensions/sql/runtime/src/main/doc/limitations.adoc | 4 ---- 2 files changed, 13 deletions(-) diff --git a/docs/modules/ROOT/pages/reference/extensions/sql.adoc b/docs/modules/ROOT/pages/reference/extensions/sql.adoc index a8f5cb2984..04416f07cf 100644 --- a/docs/modules/ROOT/pages/reference/extensions/sql.adoc +++ b/docs/modules/ROOT/pages/reference/extensions/sql.adoc @@ -46,15 +46,6 @@ ifeval::[{doc-show-user-guide-link} == true] Check the xref:user-guide/index.adoc[User guide] for more information about writing Camel Quarkus applications. endif::[] -[id="extensions-sql-camel-quarkus-limitations"] -== Camel Quarkus limitations - -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. - -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. - - [id="extensions-sql-additional-camel-quarkus-configuration"] == Additional Camel Quarkus configuration diff --git a/extensions/sql/runtime/src/main/doc/limitations.adoc b/extensions/sql/runtime/src/main/doc/limitations.adoc deleted file mode 100644 index 354a695d1e..0000000000 --- a/extensions/sql/runtime/src/main/doc/limitations.adoc +++ /dev/null @@ -1,4 +0,0 @@ -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. - -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. \ No newline at end of file