[jboss-jira] [JBoss JIRA] (WFLY-13405) Update CommonDeploymentService in release.
Alexander Golovko (Jira)
issues at jboss.org
Sun Apr 26 14:50:00 EDT 2020
[ https://issues.redhat.com/browse/WFLY-13405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexander Golovko updated WFLY-13405:
-------------------------------------
Issue Type: Bug (was: Feature Request)
Description:
Current calls of ROOT_LOGGER.debugf("Started/Stopped CommonDeployment %s", new Object[0]); is error. It raises MissingFormatArgumentException exception since new Object[0] is empty array and it not compatible with %s in format argument.
Summary: Update CommonDeploymentService in release. (was: Update CommonDeploymentService in release. Current)
> Update CommonDeploymentService in release.
> ------------------------------------------
>
> Key: WFLY-13405
> URL: https://issues.redhat.com/browse/WFLY-13405
> Project: WildFly
> Issue Type: Bug
> Reporter: Alexander Golovko
> Assignee: Brian Stansberry
> Priority: Major
>
> Current calls of ROOT_LOGGER.debugf("Started/Stopped CommonDeployment %s", new Object[0]); is error. It raises MissingFormatArgumentException exception since new Object[0] is empty array and it not compatible with %s in format argument.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
More information about the jboss-jira
mailing list