[ 
https://issues.apache.org/jira/browse/ARTEMIS-5614?focusedWorklogId=979733&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-979733
 ]

ASF GitHub Bot logged work on ARTEMIS-5614:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 20/Aug/25 15:11
            Start Date: 20/Aug/25 15:11
    Worklog Time Spent: 10m 
      Work Description: jbertram commented on code in PR #5881:
URL: https://github.com/apache/activemq-artemis/pull/5881#discussion_r2288494588


##########
artemis-web/src/main/java/org/apache/activemq/artemis/component/WebServerComponent.java:
##########
@@ -375,11 +376,14 @@ private Scanner getScanner() {
          scanner.setReportDirs(false);
          scanner.setReportExistingFilesOnStartup(false);
          scanner.setScanDepth(1);
-         scanner.addListener((Scanner.BulkListener) filenames -> {
-            for (String filename: filenames) {
-               List<Runnable> tasks = scannerTasks.get(filename);
-               if (tasks != null) {
-                  tasks.forEach(t -> t.run());
+         scanner.addListener(new Scanner.BulkListener() {
+            @Override
+            public void filesChanged(Set<String> filenames) throws Exception {

Review Comment:
   Done.





Issue Time Tracking
-------------------

    Worklog Id:     (was: 979733)
    Time Spent: 50m  (was: 40m)

> Bump jetty.version from 12.0.23 to 12.0.25
> ------------------------------------------
>
>                 Key: ARTEMIS-5614
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-5614
>             Project: ActiveMQ Artemis
>          Issue Type: Dependency upgrade
>            Reporter: Justin Bertram
>            Assignee: Robbie Gemmell
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 2.43.0
>
>          Time Spent: 50m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to