[
https://issues.redhat.com/browse/WFLY-13405?page=com.atlassian.jira.plugi...
]
Brian Stansberry commented on WFLY-13405:
-----------------------------------------
[~algolua7] [~jamezp] I fixed the specific issue here but I'm leaving this open as the
presence of Slf4jLocationAwareLogger in the stack is not expected. James if you'd
rather use a different issue for that please resolve this against 19.1.0.Final and
20.0.0.Beta1.
Update CommonDeploymentService in release.
------------------------------------------
Key: WFLY-13405
URL:
https://issues.redhat.com/browse/WFLY-13405
Project: WildFly
Issue Type: Bug
Components: JCA, Logging
Affects Versions: 19.0.0.Final
Reporter: Alexander Golovko
Assignee: James Perkins
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)