[Red Hat JIRA] (ISPN-12583) InfinispanServerRule cannot be reused
by Tristan Tarrant (Jira)
[ https://issues.redhat.com/browse/ISPN-12583?page=com.atlassian.jira.plugi... ]
Tristan Tarrant updated ISPN-12583:
-----------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> InfinispanServerRule cannot be reused
> -------------------------------------
>
> Key: ISPN-12583
> URL: https://issues.redhat.com/browse/ISPN-12583
> Project: Infinispan
> Issue Type: Bug
> Components: Test Suite
> Reporter: Will Burns
> Assignee: Will Burns
> Priority: Major
> Fix For: 12.0.0.CR1
>
>
> The InfinispanServerRule only allows a given suite to be ran once. It is desirable in some cases to run the suite multiple times to reproduce an issue.
> The rule sets up the server driver but then never unsets it when stopping thus a second run of the suite will have no servers running and clients will fail with connection issues.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years
[Red Hat JIRA] (ISPN-12584) Protobuf serialization among peers in for library mode with spring starter
by Ramon Gordillo Gutierrez (Jira)
[ https://issues.redhat.com/browse/ISPN-12584?page=com.atlassian.jira.plugi... ]
Ramon Gordillo Gutierrez commented on ISPN-12584:
-------------------------------------------------
Reproducer: https://github.com/rgordill/customer-service-cache/tree/caa8f...
> Protobuf serialization among peers in for library mode with spring starter
> --------------------------------------------------------------------------
>
> Key: ISPN-12584
> URL: https://issues.redhat.com/browse/ISPN-12584
> Project: Infinispan
> Issue Type: Bug
> Components: Marshalling
> Affects Versions: 12.0.0.Dev07, 11.0.8.Final
> Reporter: Ramon Gordillo Gutierrez
> Priority: Major
>
> With 11.0.8, I get the following exception when doing a put in a replicated-cache:
> {noformat}
> 2020-12-18 07:21:43.232 WARN 1 --- [98f-md4d4-51498] org.infinispan.PERSISTENCE : ISPN000559: Cannot marshall 'class com.redhat.Customer'
> java.lang.IllegalArgumentException: No marshaller registered for Java type com.redhat.Customer{noformat}
> Same code is working right on a local-cache
> I have tried also 12.0.0.Dev7 (with 11.0.6 spring starter), and the exception is similar but slightly different:
> {noformat}
> 2020-12-18 08:07:48.956 WARN 1 --- [nio-8080-exec-1] org.infinispan.PERSISTENCE: ISPN000559: Cannot marshall 'class org.infinispan.spring.common.provider.NullValue'
> java.lang.IllegalArgumentException: No marshaller registered for Java type org.infinispan.spring.common.provider.
> {noformat}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years
[Red Hat JIRA] (ISPN-12584) Protobuf serialization among peers in for library mode with spring starter
by Ramon Gordillo Gutierrez (Jira)
Ramon Gordillo Gutierrez created ISPN-12584:
-----------------------------------------------
Summary: Protobuf serialization among peers in for library mode with spring starter
Key: ISPN-12584
URL: https://issues.redhat.com/browse/ISPN-12584
Project: Infinispan
Issue Type: Bug
Components: Marshalling
Affects Versions: 11.0.8.Final, 12.0.0.Dev07
Reporter: Ramon Gordillo Gutierrez
With 11.0.8, I get the following exception when doing a put in a replicated-cache:
{noformat}
2020-12-18 07:21:43.232 WARN 1 --- [98f-md4d4-51498] org.infinispan.PERSISTENCE : ISPN000559: Cannot marshall 'class com.redhat.Customer'
java.lang.IllegalArgumentException: No marshaller registered for Java type com.redhat.Customer{noformat}
Same code is working right on a local-cache
I have tried also 12.0.0.Dev7 (with 11.0.6 spring starter), and the exception is similar but slightly different:
{noformat}
2020-12-18 08:07:48.956 WARN 1 --- [nio-8080-exec-1] org.infinispan.PERSISTENCE: ISPN000559: Cannot marshall 'class org.infinispan.spring.common.provider.NullValue'
java.lang.IllegalArgumentException: No marshaller registered for Java type org.infinispan.spring.common.provider.
{noformat}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years
[Red Hat JIRA] (IPROTO-179) Replace GSON with jackson-core
by Nistor Adrian (Jira)
[ https://issues.redhat.com/browse/IPROTO-179?page=com.atlassian.jira.plugi... ]
Nistor Adrian updated IPROTO-179:
---------------------------------
Description:
This is to align protostream with infinispan. Use same json library as infinispan in order to limit the number of dependencies.
GSON used to be shaded. jackson will not be shaded as shading creates many nasty side effects.
was:
This is to align protostream with infinispan. Use same json library as infinispan in order to limit the number of dependencies.
GSON used to be shaded. jackson will not be shaded as shading creates many nasty side effects.
> Replace GSON with jackson-core
> ------------------------------
>
> Key: IPROTO-179
> URL: https://issues.redhat.com/browse/IPROTO-179
> Project: Infinispan ProtoStream
> Issue Type: Bug
> Reporter: Nistor Adrian
> Assignee: Nistor Adrian
> Priority: Major
> Fix For: 4.4.0.Alpha4
>
>
> This is to align protostream with infinispan. Use same json library as infinispan in order to limit the number of dependencies.
> GSON used to be shaded. jackson will not be shaded as shading creates many nasty side effects.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years