angulito opened a new pull request #17:
URL: https://github.com/apache/sling-org-apache-sling-event/pull/17


   Currently we are producing a wrong json format
   ```
   {
   "queues": [
     {
       "configuration" :
         {
           "topics" : "["ref-updater/references", "ref-updater/update", 
"ref-updater/delete"]"
         }
     }
   ]
   }
   ```
   with the current changes it will produce
   ```
   {
   "queues": [
     {
       "configuration" :
         {
           "topics" : ["ref-updater/references", "ref-updater/update", 
"ref-updater/delete"]
         }
     }
   ]
   }
   ```
   [SLING-11167](https://issues.apache.org/jira/browse/SLING-11167)


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