[jboss-jira] [JBoss JIRA] (WFLY-10690) Rename module name of rxjava

Marek Kopecký (JIRA) issues at jboss.org
Wed Jul 11 02:31:00 EDT 2018


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

Marek Kopecký updated WFLY-10690:
---------------------------------
    Priority: Critical  (was: Major)


> Rename module name of rxjava
> ----------------------------
>
>                 Key: WFLY-10690
>                 URL: https://issues.jboss.org/browse/WFLY-10690
>             Project: WildFly
>          Issue Type: Bug
>          Components: REST
>            Reporter: Marek Kopecký
>            Assignee: Alessio Soldano
>            Priority: Critical
>
> Rename module name of rxjava:
> {noformat}
> $ cat ./modules/system/layers/base/io/reactivex/rxjava/main/module.xml | grep "module.name.*rx\|jar"
> <module name="io.reactivex.rxjava" xmlns="urn:jboss:module:1.5">
>         <resource-root path="rxjava-2.1.9.jar"/>
> $ 
> {noformat}
> Module name doesn't reflect real rxjava2 package and artifactId, see [maven repo|https://mvnrepository.com/artifact/io.reactivex.rxjava2/rxjava/2.1.9]:
> {code:xml}
> <dependency>
>     <groupId>io.reactivex.rxjava2</groupId>
>     <artifactId>rxjava</artifactId>
>     <version>2.1.9</version>
> </dependency>
> {code}
> Correct module name should be "io.reactivex.rxjava2.rxjava".



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)



More information about the jboss-jira mailing list