This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new e41d0d8c01db CAMEL-24710: docs - five component pages pass the catalog 
checks after CAMEL-24748, dropped from the CatalogDocExamplesTest skip list
e41d0d8c01db is described below

commit e41d0d8c01dbac44d767bf2c4f3fb99d0a948b51
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Sep 16 12:32:53 2026 +0200

    CAMEL-24710: docs - five component pages pass the catalog checks after 
CAMEL-24748, dropped from the CatalogDocExamplesTest skip list
    
    PR #26451 fixed the metadata of azure-storage-datalake, 
google-secret-manager,
    google-storage, web3j and grpc, so the YAML route examples on those five 
pages
    now pass the catalog checks. They leave PAGES_SKIPPED in 
CatalogDocExamplesTest
    so the build guards them from here on; the jt400 reason is trimmed to what 
is
    still outstanding.
    
    Closes #26501
    
    Co-authored-by: Claude <[email protected]>
---
 .../camel/dsl/jbang/core/commands/ai/CatalogDocExamplesTest.java | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git 
a/dsl/camel-jbang/camel-jbang-core/src/test/java/org/apache/camel/dsl/jbang/core/commands/ai/CatalogDocExamplesTest.java
 
b/dsl/camel-jbang/camel-jbang-core/src/test/java/org/apache/camel/dsl/jbang/core/commands/ai/CatalogDocExamplesTest.java
index 609a2682d77b..692faccb7997 100644
--- 
a/dsl/camel-jbang/camel-jbang-core/src/test/java/org/apache/camel/dsl/jbang/core/commands/ai/CatalogDocExamplesTest.java
+++ 
b/dsl/camel-jbang/camel-jbang-core/src/test/java/org/apache/camel/dsl/jbang/core/commands/ai/CatalogDocExamplesTest.java
@@ -43,14 +43,9 @@ class CatalogDocExamplesTest {
      * the component (CAMEL-24748 and the notes on it); checked again when the 
metadata is fixed.
      */
     private static final Map<String, String> PAGES_SKIPPED = Map.ofEntries(
-            Map.entry("azure-storage-datalake-component", "CAMEL-24748: the 
operation enum lists 2 of 15 values"),
-            Map.entry("google-secret-manager-component", "CAMEL-24748: the 
operation enum lists 1 of 4 values"),
-            Map.entry("google-storage-component", "CAMEL-24748: objectName is 
labelled producer, the consumer uses it"),
-            Map.entry("web3j-component", "CAMEL-24748: operation is labelled 
producer, the consumer uses it"),
-            Map.entry("grpc-component", "CAMEL-24748: forwardOnError and 
forwardOnCompleted are labelled consumer"),
             Map.entry("netty-http-component", "CAMEL-24748: 
bootstrapConfiguration is not in the metadata"),
-            Map.entry("jt400-component", "CAMEL-24748: the output options have 
no @UriParam; the syntax has literal"
-                                         + " segments (QSYS.LIB, 
objectPath.type) the catalog reads as options"),
+            Map.entry("jt400-component", "CAMEL-24748: the syntax has literal 
segments (QSYS.LIB, objectPath.type)"
+                                         + " the catalog reads as options"),
             Map.entry("olingo2-component", "CAMEL-24748: the syntax is 
apiName/methodName, the runtime reads"
                                            + " methodName/resourcePath with 
the api name implicit"),
             Map.entry("olingo4-component", "CAMEL-24748: the syntax is 
apiName/methodName, the runtime reads"

Reply via email to