[JBoss JIRA] (ISPN-10097) Remove unused "start" attribute from server config
by Ryan Emerson (Jira)
Ryan Emerson created ISPN-10097:
-----------------------------------
Summary: Remove unused "start" attribute from server config
Key: ISPN-10097
URL: https://issues.jboss.org/browse/ISPN-10097
Project: Infinispan
Issue Type: Enhancement
Components: Configuration, Server
Affects Versions: 10.0.0.Beta3
Reporter: Ryan Emerson
Assignee: Ryan Emerson
Fix For: 10.0.0.Beta4
The start="EAGER|LAZY" attribute is never used, we should remove this.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 9 months
[JBoss JIRA] (IPROTO-91) Allow SerializationContextInitializer dependencies
by Nistor Adrian (Jira)
[ https://issues.jboss.org/browse/IPROTO-91?page=com.atlassian.jira.plugin.... ]
Nistor Adrian reassigned IPROTO-91:
-----------------------------------
Assignee: Nistor Adrian
> Allow SerializationContextInitializer dependencies
> --------------------------------------------------
>
> Key: IPROTO-91
> URL: https://issues.jboss.org/browse/IPROTO-91
> Project: Infinispan ProtoStream
> Issue Type: Enhancement
> Affects Versions: 4.3.0.Alpha1
> Reporter: Ryan Emerson
> Assignee: Nistor Adrian
> Priority: Major
>
> In order to avoid split-packages across multiple maven modules and the resulting jars, it's necessary for Protostream to provide a mechanism for {{SerializationContextInitializer}} implementations in one module to depend on those defined in dependent modules.
> For example, the {{org.infinispan.commons.io.ByteBufferImpl}} class is defined in the Infinispan commons module, but is required by several annotated Pojos in the core module. In order for the core module to compile, it is necessary for {{ByteBufferImpl.class}} to be added to the {{classes}} field in the core modules {{AutoProtoSchemaBuilder}} annotation with {{autoImportClasses == false}} or for {{autoImportClasses == true}}. Either way, this results in {{org.infinispan.commons.io.ByteBufferImp$_Marshaller.class}} being added to the core jar.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 9 months
[JBoss JIRA] (IPROTO-91) Allow SerializationContextInitializer dependencies
by Ryan Emerson (Jira)
Ryan Emerson created IPROTO-91:
----------------------------------
Summary: Allow SerializationContextInitializer dependencies
Key: IPROTO-91
URL: https://issues.jboss.org/browse/IPROTO-91
Project: Infinispan ProtoStream
Issue Type: Enhancement
Affects Versions: 4.3.0.Alpha1
Reporter: Ryan Emerson
In order to avoid split-packages across multiple maven modules and the resulting jars, it's necessary for Protostream to provide a mechanism for {{SerializationContextInitializer}} implementations in one module to depend on those defined in dependent modules.
For example, the {{org.infinispan.commons.io.ByteBufferImpl}} class is defined in the Infinispan commons module, but is required by several annotated Pojos in the core module. In order for the core module to compile, it is necessary for {{ByteBufferImpl.class}} to be added to the {{classes}} field in the core modules {{AutoProtoSchemaBuilder}} annotation with {{autoImportClasses == false}} or for {{autoImportClasses == true}}. Either way, this results in {{org.infinispan.commons.io.ByteBufferImp$_Marshaller.class}} being added to the core jar.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 9 months
[JBoss JIRA] (ISPN-10095) Shared stores should throw exception when cache is local
by Ryan Emerson (Jira)
[ https://issues.jboss.org/browse/ISPN-10095?page=com.atlassian.jira.plugin... ]
Ryan Emerson updated ISPN-10095:
--------------------------------
Sprint: JDG Sprint #27
> Shared stores should throw exception when cache is local
> --------------------------------------------------------
>
> Key: ISPN-10095
> URL: https://issues.jboss.org/browse/ISPN-10095
> Project: Infinispan
> Issue Type: Bug
> Components: Configuration, Core
> Affects Versions: 10.0.0.Beta3, 9.4.11.Final
> Reporter: Ryan Emerson
> Assignee: Ryan Emerson
> Priority: Major
> Fix For: 10.0.0.Beta4, 9.4.12.Final
>
>
> A shared store does not make sense with a local cache, therefore we should throw a {{CacheConfigurationException}} if configured. Due to assumptions elsewhere in the PersistenceManager, prior to this fix a NPE will be thrown during the Purge method of the store as {{transport == null}}.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 9 months
[JBoss JIRA] (ISPN-10096) Shared stores should throw exception when cache is local
by Ryan Emerson (Jira)
Ryan Emerson created ISPN-10096:
-----------------------------------
Summary: Shared stores should throw exception when cache is local
Key: ISPN-10096
URL: https://issues.jboss.org/browse/ISPN-10096
Project: Infinispan
Issue Type: Bug
Components: Configuration, Core
Affects Versions: 10.0.0.Beta3, 9.4.11.Final
Reporter: Ryan Emerson
Assignee: Ryan Emerson
Fix For: 10.0.0.Beta4, 9.4.12.Final
A shared store does not make sense with a local cache, therefore we should throw a {{CacheConfigurationException}} if configured. Due to assumptions elsewhere in the PersistenceManager, prior to this fix a NPE will be thrown during the Purge method of the store as {{transport == null}}.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 9 months
[JBoss JIRA] (ISPN-10095) Shared stores should throw exception when cache is local
by Ryan Emerson (Jira)
[ https://issues.jboss.org/browse/ISPN-10095?page=com.atlassian.jira.plugin... ]
Ryan Emerson updated ISPN-10095:
--------------------------------
Description: A shared store does not make sense with a local cache, therefore we should throw a {{CacheConfigurationException}} if configured. Due to assumptions elsewhere in the PersistenceManager, prior to this fix a NPE will be thrown during the Purge method of the store as {{transport == null}}. (was: A shared store does not make sense with a local cache, therefore we should throw a {{CacheConfigurationException}} if configured.)
> Shared stores should throw exception when cache is local
> --------------------------------------------------------
>
> Key: ISPN-10095
> URL: https://issues.jboss.org/browse/ISPN-10095
> Project: Infinispan
> Issue Type: Bug
> Components: Configuration, Core
> Affects Versions: 10.0.0.Beta3, 9.4.11.Final
> Reporter: Ryan Emerson
> Assignee: Ryan Emerson
> Priority: Major
> Fix For: 10.0.0.Beta4, 9.4.12.Final
>
>
> A shared store does not make sense with a local cache, therefore we should throw a {{CacheConfigurationException}} if configured. Due to assumptions elsewhere in the PersistenceManager, prior to this fix a NPE will be thrown during the Purge method of the store as {{transport == null}}.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 9 months