[JBoss JIRA] (ISPN-10611) Jenkins ignores server/runtime test failures
by Dan Berindei (Jira)
Dan Berindei created ISPN-10611:
-----------------------------------
Summary: Jenkins ignores server/runtime test failures
Key: ISPN-10611
URL: https://issues.jboss.org/browse/ISPN-10611
Project: Infinispan
Issue Type: Bug
Components: Test Suite - Server
Affects Versions: 10.0.0.CR2
Reporter: Dan Berindei
Assignee: Dan Berindei
Fix For: 10.0.0.CR3
{{server/runtime}} test suite uses JUnit, so it should not disable the native xml report. Need
{noformat}
<disableXmlReport>false</disableXmlReport>
{noformat}
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
5 years, 4 months
[JBoss JIRA] (ISPN-10575) Try to replace TEST_PING with LOCAL_PING
by Dan Berindei (Jira)
[ https://issues.jboss.org/browse/ISPN-10575?page=com.atlassian.jira.plugin... ]
Dan Berindei commented on ISPN-10575:
-------------------------------------
JGRP-2381 fixed {{PingData::isCoord}}, we can switch to {{LOCAL_PING}} when we JGroups 4.1.5.Final is released.
> Try to replace TEST_PING with LOCAL_PING
> ----------------------------------------
>
> Key: ISPN-10575
> URL: https://issues.jboss.org/browse/ISPN-10575
> Project: Infinispan
> Issue Type: Task
> Components: Core
> Affects Versions: 10.0.0.CR1
> Reporter: Dan Berindei
> Assignee: Dan Berindei
> Priority: Major
> Fix For: 10.0.0.Final
>
>
> JGroups added a {{LOCAL_PING}} protocol (JGRP-2284) that could potentially be used to replace our {{TEST_PING}}, so that we don't depend on {{Discovery}} internals.
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
5 years, 4 months
[JBoss JIRA] (ISPN-10609) Extend Marshaller interface to expose configured ClassWhiteList to implementation
by Ryan Emerson (Jira)
Ryan Emerson created ISPN-10609:
-----------------------------------
Summary: Extend Marshaller interface to expose configured ClassWhiteList to implementation
Key: ISPN-10609
URL: https://issues.jboss.org/browse/ISPN-10609
Project: Infinispan
Issue Type: Enhancement
Components: Core
Affects Versions: 10.0.0.CR2
Reporter: Ryan Emerson
Assignee: Ryan Emerson
Fix For: 10.0.0.CR3
ClassWhiteList is a generic white list that can be configured via our XML, it doesn't have anything specifc to Serialization. We should allow a user's marshaller implementation, set via SerializationConfiguration#marshaller, to utilise the configured values to limit what can/can't be marshalled.
For our internal code this is nice because it will prevent us from requiring hacky code like the following in the PersistenceMarshallerImpl if the user wants to utilise our provided JavaSerializationMarshaller:
{code:java}
if (userMarshaller instanceof JavaSerializationMarshaller) {
((JavaSerialzationMarshaller) userMarshaller).setWhiteList(whiteListImpl);
} else if (userMarshaller instanceof ...) {
...
}
{code}
Proposed change to the Marshaller interface:
{code:java}
default void initialize(ClassWhiteList whiteList) {
// no-op
}
{code}
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
5 years, 4 months
[JBoss JIRA] (ISPN-10607) Docs: Custom cache loaders
by Donald Naro (Jira)
Donald Naro created ISPN-10607:
----------------------------------
Summary: Docs: Custom cache loaders
Key: ISPN-10607
URL: https://issues.jboss.org/browse/ISPN-10607
Project: Infinispan
Issue Type: Enhancement
Components: Documentation-Core
Reporter: Donald Naro
Assignee: Will Burns
Docs for custom cache loaders in DG8 based on discussion with [~wfink]
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
5 years, 4 months