sergehuber commented on a change in pull request #348:
URL: https://github.com/apache/unomi/pull/348#discussion_r720103545



##########
File path: 
services/src/main/java/org/apache/unomi/services/impl/segments/SegmentServiceImpl.java
##########
@@ -1271,6 +1260,25 @@ public void run() {
         
schedulerService.getScheduleExecutorService().scheduleAtFixedRate(task, 
initialDelay,  TimeUnit.DAYS.toSeconds(1), TimeUnit.SECONDS);
     }
 
+    private void loadScripts() throws IOException {
+        Enumeration<URL> scriptsURL = 
bundleContext.getBundle().findEntries("META-INF/painless", "*.painless", true);

Review comment:
       Maybe put them in the /cxs subdirectory for consistency ?




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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to