[JBoss JIRA] (ISPN-10302) Support XInclude in configuration parser
by Tristan Tarrant (Jira)
[ https://issues.jboss.org/browse/ISPN-10302?page=com.atlassian.jira.plugin... ]
Tristan Tarrant updated ISPN-10302:
-----------------------------------
Issue Type: Enhancement (was: Bug)
> Support XInclude in configuration parser
> ----------------------------------------
>
> Key: ISPN-10302
> URL: https://issues.jboss.org/browse/ISPN-10302
> Project: Infinispan
> Issue Type: Enhancement
> Components: Configuration
> Affects Versions: 10.0.0.Beta3
> Reporter: Tristan Tarrant
> Assignee: Tristan Tarrant
> Priority: Major
> Fix For: 10.0.0.Final
>
>
> The legacy server testsuite uses XSLT to process configuration files to create variants to be used by the various tests. Adding support for XInlcude to the parser should simplify this greatly for the new server.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 3 months
[JBoss JIRA] (ISPN-10302) Support XInclude in configuration parser
by Tristan Tarrant (Jira)
Tristan Tarrant created ISPN-10302:
--------------------------------------
Summary: Support XInclude in configuration parser
Key: ISPN-10302
URL: https://issues.jboss.org/browse/ISPN-10302
Project: Infinispan
Issue Type: Bug
Components: Configuration
Affects Versions: 10.0.0.Beta3
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Fix For: 10.0.0.Final
The legacy server testsuite uses XSLT to process configuration files to create variants to be used by the various tests. Adding support for XInlcude to the parser should simplify this greatly for the new server.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 3 months
[JBoss JIRA] (ISPN-10301) Deprecate server media type application/x-java-object
by Dan Berindei (Jira)
Dan Berindei created ISPN-10301:
-----------------------------------
Summary: Deprecate server media type application/x-java-object
Key: ISPN-10301
URL: https://issues.jboss.org/browse/ISPN-10301
Project: Infinispan
Issue Type: Task
Components: Server
Affects Versions: 10.0.0.Beta3
Reporter: Dan Berindei
Fix For: 10.0.0.Beta4
`application/x-java-object` needs to have the application classes deployed on the server in order to do anything useful with it, and the server must also be able to do reflection on those application classes.
We should steer users towards always using `application/x-protostream` instead, because the protobuf schemas are much easier to deploy to the server. The first step would be to make protostream the default marshalling mechanism in the client.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 3 months
[JBoss JIRA] (ISPN-10300) StateConsumerImpl needs to wait for segment addition to complete for stores
by Dan Berindei (Jira)
[ https://issues.jboss.org/browse/ISPN-10300?page=com.atlassian.jira.plugin... ]
Dan Berindei updated ISPN-10300:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> StateConsumerImpl needs to wait for segment addition to complete for stores
> ---------------------------------------------------------------------------
>
> Key: ISPN-10300
> URL: https://issues.jboss.org/browse/ISPN-10300
> Project: Infinispan
> Issue Type: Bug
> Components: Loaders and Stores, State Transfer
> Reporter: Will Burns
> Assignee: Will Burns
> Priority: Major
> Fix For: 10.0.0.Beta4
>
>
> With ISPN-9722, the store operation addSegments became non blocking. Unfortunately due to the fact that it now returns a value was missed in the original PR. Thus adding segments may not be complete but state transfer thought it was. This can cause segmented stores to not have segments configured properly.
> This also causes test failures where it leaks a thread after shutting down.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 3 months