[prev in list] [next in list] [prev in thread] [next in thread] 

List:       activemq-commits
Subject:    [activemq] branch activemq-5.15.x updated: [AMQ-8439] Exclude camel.xml from assembly validateExampl
From:       jbonofre () apache ! org
Date:       2021-12-19 6:47:04
Message-ID: 163989642405.27841.12707168449251195828 () gitbox ! apache ! org
[Download RAW message or body]

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

jbonofre pushed a commit to branch activemq-5.15.x
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/activemq-5.15.x by this push:
     new 666b6a7  [AMQ-8439] Exclude camel.xml from assembly validateExampleConfig \
test 666b6a7 is described below

commit 666b6a72f9d28886ea7604f15d47e00e5250c096
Author: Jean-Baptiste Onofré <jbonofre@apache.org>
AuthorDate: Fri Dec 17 10:16:54 2021 +0100

    [AMQ-8439] Exclude camel.xml from assembly validateExampleConfig test
    
    (cherry picked from commit 359b410ffd9082861cea472fb1c85f8bf8c10ac6)
---
 .../src/test/java/org/apache/activemq/config/ValidateXMLConfigTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/assembly/src/test/java/org/apache/activemq/config/ValidateXMLConfigTest.java \
b/assembly/src/test/java/org/apache/activemq/config/ValidateXMLConfigTest.java index \
                438f0ee..87402f9 100644
--- a/assembly/src/test/java/org/apache/activemq/config/ValidateXMLConfigTest.java
+++ b/assembly/src/test/java/org/apache/activemq/config/ValidateXMLConfigTest.java
@@ -51,7 +51,7 @@ public class ValidateXMLConfigTest {
         File sampleConfDir = new File("target/conf");
 
         final HashSet<String> skipped = new \
                HashSet<String>(java.util.Arrays.asList(new String[]{
-            "resin-web.xml", "web.xml"
+            "resin-web.xml", "web.xml", "camel.xml"
         }));
 
         for (File xmlFile : sampleConfDir.listFiles(new FileFilter() {


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic