Github user gonzalad commented on a diff in the pull request:

    https://github.com/apache/syncope/pull/36#discussion_r77550239
  
    --- Diff: 
client/console/src/main/java/org/apache/syncope/client/console/init/ClassPathScanImplementationLookup.java
 ---
    @@ -51,6 +53,8 @@
         private List<Class<? extends BaseExtPage>> extPages;
     
         private List<Class<? extends BaseExtWidget>> extWidgets;
    +    
    +    private List<String> basePackages = 
Arrays.asList("org.apache.syncope.client.console");
    --- End diff --
    
    I've implemented with a List<String> in order to have a similar 
implementation as in core.logic.init.ClassPathScanImplementationLookup.
    
    Just tell me if you really want it to be a simple String, I'll change it.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to