[jboss-jira] [JBoss JIRA] (WFCORE-1833) Fix ServiceLoader iterator issue

Richard Opalka (JIRA) issues at jboss.org
Fri Sep 30 07:15:00 EDT 2016


     [ https://issues.jboss.org/browse/WFCORE-1833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Richard Opalka updated WFCORE-1833:
-----------------------------------
    Description: 
ServiceLoader regression in latest Jigsaw JDK9 builds
is caused by fact ServiceLoader's iterator call to hasNext() method
is not covered with ServiceConfigurationError try-catch statement.

  was:
There's ServiceLoader regression in recent Jigsaw JDK9 builds.
We will implement temporary workaround for this Jigsaw issue.

This issue can be closed / resolved once this workaround
will be eliminated from our code base.



> Fix ServiceLoader iterator issue
> --------------------------------
>
>                 Key: WFCORE-1833
>                 URL: https://issues.jboss.org/browse/WFCORE-1833
>             Project: WildFly Core
>          Issue Type: Sub-task
>            Reporter: Richard Opalka
>            Assignee: Richard Opalka
>
> ServiceLoader regression in latest Jigsaw JDK9 builds
> is caused by fact ServiceLoader's iterator call to hasNext() method
> is not covered with ServiceConfigurationError try-catch statement.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jboss-jira mailing list