[JBoss JIRA] (ISPN-9321) Maven parallel builds are broken
by Ryan Emerson (JIRA)
[ https://issues.jboss.org/browse/ISPN-9321?page=com.atlassian.jira.plugin.... ]
Ryan Emerson resolved ISPN-9321.
--------------------------------
Fix Version/s: 9.4.0.Alpha1
Resolution: Done
> Maven parallel builds are broken
> --------------------------------
>
> Key: ISPN-9321
> URL: https://issues.jboss.org/browse/ISPN-9321
> Project: Infinispan
> Issue Type: Bug
> Components: Build
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
> Fix For: 9.4.0.Alpha1
>
>
> {{mvn clean install -DskipTests=true -s maven-settings.xml -T3C}}
> causes errors:
> {noformat}
> [ERROR] Failed to execute goal org.wildfly.build:wildfly-server-provisioning-maven-plugin:1.2.10.Final:build
> (server-provisioning-node2) on project infinispan-as-lucene-integration: Execution server-provisioning-node2 of goal
> org.wildfly.build:wildfly-server-provisioning-maven-plugin:1.2.10.Final:build failed: java.lang.RuntimeException: java.io.FileNotFoundException: /home/gfernandes/github/infinispan/query/target/classes (Is a directory) -> [Help 1]
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 9 months
[JBoss JIRA] (IPROTO-57) SerializationContext.canMarshall(String typeName) implementation does not follow documented contract
by Adrian Nistor (JIRA)
[ https://issues.jboss.org/browse/IPROTO-57?page=com.atlassian.jira.plugin.... ]
Adrian Nistor updated IPROTO-57:
--------------------------------
Fix Version/s: 4.3.0.Final
> SerializationContext.canMarshall(String typeName) implementation does not follow documented contract
> ----------------------------------------------------------------------------------------------------
>
> Key: IPROTO-57
> URL: https://issues.jboss.org/browse/IPROTO-57
> Project: Infinispan ProtoStream
> Issue Type: Bug
> Affects Versions: 3.0.5.Final
> Reporter: Adrian Nistor
> Assignee: Adrian Nistor
> Fix For: 4.3.0.Alpha1, 4.3.0.Final
>
>
> Current implementation just checks if the given protobuf type name was defined in a schema file and does not also check if a marshaller was registered for it. This is a known bug that was tolerated because fixing it would break Infinispan 8.x which mistakenly took advantage of this bug. This is no longer an issue for later Infinispan versions so it is time to fix it properly.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 9 months