You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pp...@apache.org on 2021/07/12 20:06:46 UTC

[camel-quarkus] branch main updated: Warn users that not all combinations of artifacts managed by quarkus-universe-bom are tested

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


The following commit(s) were added to refs/heads/main by this push:
     new 579516f  Warn users that not all combinations of artifacts managed by quarkus-universe-bom are tested
579516f is described below

commit 579516f5965dac617d7e4c47073dc8cb0997265d
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Mon Jul 12 15:01:16 2021 +0200

    Warn users that not all combinations of artifacts managed by
    quarkus-universe-bom are tested
---
 docs/modules/ROOT/pages/user-guide/dependency-management.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/modules/ROOT/pages/user-guide/dependency-management.adoc b/docs/modules/ROOT/pages/user-guide/dependency-management.adoc
index 510bd02..89ae3c0 100644
--- a/docs/modules/ROOT/pages/user-guide/dependency-management.adoc
+++ b/docs/modules/ROOT/pages/user-guide/dependency-management.adoc
@@ -21,7 +21,7 @@ such as Hazelcast, Cassandra, Kogito, Optaplanner, etc.
 
 This has the advantage that application developers do not need to care for the compatibility of the individual artifacts
 that may come from various independent projects.
-All artifacts managed by `quarkus-universe-bom` are supposed to work together flawlessly.
+Note that not all combinations of artifacts managed by `quarkus-universe-bom` are tested.
 
 Here is a stub of a `pom.xml` file generated by https://code.quarkus.io/[code.quarkus.io]: