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 2019/11/12 12:36:35 UTC

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #400: Add an option to filter auto-discovered routes

ppalaga commented on a change in pull request #400: Add an option to filter auto-discovered routes
URL: https://github.com/apache/camel-quarkus/pull/400#discussion_r345174190
 
 

 ##########
 File path: extensions/core/deployment/src/main/java/org/apache/camel/quarkus/core/deployment/CamelSupport.java
 ##########
 @@ -63,6 +65,29 @@ public static boolean isPublic(ClassInfo ci) {
         }
     }
 
+    public static boolean isPathFiltered(String path, Collection<String> excludePatterns, Collection<String> includePatterns) {
 
 Review comment:
   I'd be for a cleanly non-negated name and semantics here, e.g. `isPathIncluded`

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


With regards,
Apache Git Services