[
https://issues.redhat.com/browse/WFLY-13405?page=com.atlassian.jira.plugi...
]
James Perkins commented on WFLY-13405:
--------------------------------------
I definitely think it's strange that the {{Slf4jLocationAwareLogger}} is on the call
stack. [~brian.stansberry] were you able to reproduce this? If so can you let me know the
steps so I can have a look.
Update CommonDeploymentService in release.
------------------------------------------
Key: WFLY-13405
URL:
https://issues.redhat.com/browse/WFLY-13405
Project: WildFly
Issue Type: Bug
Components: JCA
Affects Versions: 19.0.0.Final
Reporter: Alexander Golovko
Assignee: Brian Stansberry
Priority: Major
Attachments: debug.log
Current calls of ROOT_LOGGER.debugf("Started/Stopped CommonDeployment %s", new
Object[0]); are errors. They raise MissingFormatArgumentException exception since new
Object[0] is an empty array and is not compatible with %s in format argument.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)