[
https://issues.apache.org/jira/browse/SLING-11167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Natalia Angulo Herrera updated SLING-11167:
-------------------------------------------
Description:
Sling jobs inventory printer for json produces invalid json:
{
"queues": [
{
"configuration" :
{
"topics" : "["ref-updater/references", "ref-updater/update",
"ref-updater/delete"]"
}
}
]
}
where queues.topics is not a valid json format.
was:
Sling jobs inventory printer for json produces invalid json:
{
"queues": [
{
"configuration" : {
"topics" : "["ref-updater/references", "ref-updater/update",
"ref-updater/delete"]"
}]
}
where queues.topics is not a valid json format.
> Sling jobs inventory printer for json produces invalid json
> -----------------------------------------------------------
>
> Key: SLING-11167
> URL: https://issues.apache.org/jira/browse/SLING-11167
> Project: Sling
> Issue Type: Bug
> Components: Feature InventoryPrinters
> Affects Versions: Event 4.2.24
> Reporter: Natalia Angulo Herrera
> Priority: Major
>
> Sling jobs inventory printer for json produces invalid json:
> {
> "queues": [
> {
> "configuration" :
> {
> "topics" : "["ref-updater/references", "ref-updater/update",
> "ref-updater/delete"]"
> }
> }
> ]
> }
> where queues.topics is not a valid json format.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)