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 2020/10/26 11:36:32 UTC

[GitHub] [camel-quarkus] ppalaga opened a new pull request #1957: Document Spark peculiarities #1928

ppalaga opened a new pull request #1957:
URL: https://github.com/apache/camel-quarkus/pull/1957


   


----------------------------------------------------------------
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.

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



[GitHub] [camel-quarkus] ppalaga merged pull request #1957: Document Spark peculiarities #1928

Posted by GitBox <gi...@apache.org>.
ppalaga merged pull request #1957:
URL: https://github.com/apache/camel-quarkus/pull/1957


   


----------------------------------------------------------------
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.

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



[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #1957: Document Spark peculiarities #1928

Posted by GitBox <gi...@apache.org>.
ppalaga commented on a change in pull request #1957:
URL: https://github.com/apache/camel-quarkus/pull/1957#discussion_r511899998



##########
File path: docs/modules/ROOT/pages/reference/extensions/spark.adoc
##########
@@ -31,3 +31,54 @@ Please refer to the above link for usage and configuration details.
 ----
 
 Check the xref:user-guide/index.adoc[User guide] for more information about writing Camel Quarkus applications.
+
+== Usage
+
+=== Special BOM
+
+`camel-quarkus-spark` is special compared to other Camel Quarkus extensions which are managed in
+`camel-quarkus-bom` together with their important dependencies. This is because the Camel Spark extension depends
+on rather old versions of varios libraries, that may conflict with their newer versions required by other Quarkus and

Review comment:
       Thanks, fixed in07a53f1e0b1d60ed31747539ef6aa0e1b40c4a96




----------------------------------------------------------------
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.

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



[GitHub] [camel-quarkus] jamesnetherton commented on a change in pull request #1957: Document Spark peculiarities #1928

Posted by GitBox <gi...@apache.org>.
jamesnetherton commented on a change in pull request #1957:
URL: https://github.com/apache/camel-quarkus/pull/1957#discussion_r511896288



##########
File path: docs/modules/ROOT/pages/reference/extensions/spark.adoc
##########
@@ -31,3 +31,54 @@ Please refer to the above link for usage and configuration details.
 ----
 
 Check the xref:user-guide/index.adoc[User guide] for more information about writing Camel Quarkus applications.
+
+== Usage
+
+=== Special BOM
+
+`camel-quarkus-spark` is special compared to other Camel Quarkus extensions which are managed in
+`camel-quarkus-bom` together with their important dependencies. This is because the Camel Spark extension depends
+on rather old versions of varios libraries, that may conflict with their newer versions required by other Quarkus and

Review comment:
       ```suggestion
   on rather old versions of various libraries, that may conflict with their newer versions required by other Quarkus and
   ```




----------------------------------------------------------------
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.

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