[infinispan-issues] [JBoss JIRA] (ISPN-8552) infinispan-bom is broken

Galder Zamarreño (JIRA) issues at jboss.org
Wed Nov 22 07:17:00 EST 2017


    [ https://issues.jboss.org/browse/ISPN-8552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13492781#comment-13492781 ] 

Galder Zamarreño commented on ISPN-8552:
----------------------------------------

More food for thought, and the reason why I lean on the vert.x side rather than on the hibernate-ogm side:

{code}
> remerson: here's more food for thought:
> remerson: through trial/error i realised that all infinispan modules
    need version info, except the protostream one...
> https://gist.github.com/galderz/85ce17dddf96b33f17e5563871bbb149
> because guess what, protostream is seen as a dependency of bom...
> not sure how you explain to the user that to the user:
> yeah, for infinispan-core do put the version info, but for
    org.infinispan:protostream don't, because guess what: protostream
    is different repo with different version number...
> infinispan-* 9.2.0.Beta1 works with protostream version 4.2.0.Alpha4
> so, i lean on the vert.x side
{code}

> infinispan-bom is broken
> ------------------------
>
>                 Key: ISPN-8552
>                 URL: https://issues.jboss.org/browse/ISPN-8552
>             Project: Infinispan
>          Issue Type: Bug
>    Affects Versions: 9.2.0.Beta1
>            Reporter: Galder Zamarreño
>            Priority: Blocker
>             Fix For: 9.2.0.CR1
>
>
> I've tried to upgrade one of my examples to 9.2.0.Beta1 but it fails. I've changed version [here|https://github.com/infinispan-demos/swiss-transport-datagrid/blob/master/analytics/pom.xml#L16] to be 9.2.0.Beta1 and I get tons of errors:
> {code}
> mvn clean package                               ⏎master ✭ ✱
> [INFO] Scanning for projects...
> [ERROR] [ERROR] Some problems were encountered while processing the POMs:
> [ERROR] 'dependencies.dependency.version' for org.infinispan:infinispan-tasks-api:jar is missing. @ line 23, column 17
> [ERROR] 'dependencies.dependency.version' for org.infinispan:infinispan-remote-query-server:jar is missing. @ line 29, column 17
> [ERROR] 'dependencies.dependency.version' for org.infinispan:infinispan-core:jar is missing. @ line 41, column 17
> [ERROR] 'dependencies.dependency.version' for org.infinispan:infinispan-client-hotrod:jar is missing. @ line 54, column 17
> [ERROR] 'dependencies.dependency.version' for org.infinispan:infinispan-remote-query-client:jar is missing. @ line 58, column 17
> [ERROR] 'dependencies.dependency.version' for org.infinispan:infinispan-tasks-api:jar is missing. @ line 30, column 17
> [ERROR] 'dependencies.dependency.version' for org.infinispan:infinispan-remote-query-server:jar is missing. @ line 36, column 17
>  @
> [ERROR] The build could not read 3 projects -> [Help 1]
> [ERROR]
> [ERROR]   The project swiss-transport-datagrid:analytics-domain:1.0-SNAPSHOT (/Users/g/1/swiss-transport-datagrid/analytics/analytics-domain/pom.xml) has 3 errors
> [ERROR]     'dependencies.dependency.version' for org.infinispan:infinispan-tasks-api:jar is missing. @ line 23, column 17
> [ERROR]     'dependencies.dependency.version' for org.infinispan:infinispan-remote-query-server:jar is missing. @ line 29, column 17
> [ERROR]     'dependencies.dependency.version' for org.infinispan:infinispan-core:jar is missing. @ line 41, column 17
> [ERROR]
> [ERROR]   The project swiss-transport-datagrid:analytics-client:1.0-SNAPSHOT (/Users/g/1/swiss-transport-datagrid/analytics/analytics-client/pom.xml) has 2 errors
> [ERROR]     'dependencies.dependency.version' for org.infinispan:infinispan-client-hotrod:jar is missing. @ line 54, column 17
> [ERROR]     'dependencies.dependency.version' for org.infinispan:infinispan-remote-query-client:jar is missing. @ line 58, column 17
> [ERROR]
> [ERROR]   The project swiss-transport-datagrid:analytics-server:1.0-SNAPSHOT (/Users/g/1/swiss-transport-datagrid/analytics/analytics-server/pom.xml) has 2 errors
> [ERROR]     'dependencies.dependency.version' for org.infinispan:infinispan-tasks-api:jar is missing. @ line 30, column 17
> [ERROR]     'dependencies.dependency.version' for org.infinispan:infinispan-remote-query-server:jar is missing. @ line 36, column 17
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
> {code}
> This seems related to changes in ISPN-8408 where the infinispan modules disappeared from the bom (???)



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



More information about the infinispan-issues mailing list