[JBoss JIRA] (ISPN-57) Support Google App Engine
by Sanne Grinovero (JIRA)
[ https://issues.jboss.org/browse/ISPN-57?page=com.atlassian.jira.plugin.sy... ]
Sanne Grinovero updated ISPN-57:
--------------------------------
Assignee: Mircea Markus (was: Manik Surtani)
> Support Google App Engine
> -------------------------
>
> Key: ISPN-57
> URL: https://issues.jboss.org/browse/ISPN-57
> Project: Infinispan
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Core
> Reporter: Adrian Cole
> Assignee: Mircea Markus
>
> Google App Engine for Java is a restricted JVM. It prevents such things as file access and thread creation. Currently, Infinispan requires at least thread creation and depending on the cachestore mechanism, potentially file as well.
> This is a container to investigate other related issues that may prevent Infinispan from running on GAE.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 6 months
[JBoss JIRA] (ISPN-2133) Provide a context for object de-serialization
by Dan Berindei (JIRA)
[ https://issues.jboss.org/browse/ISPN-2133?page=com.atlassian.jira.plugin.... ]
Dan Berindei edited comment on ISPN-2133 at 7/11/14 11:55 AM:
--------------------------------------------------------------
We don't currently allow SPIs to use our injection mechanism, so we'd need to start a discussion about that before we can think about the injection option.
Modifying the marshalling API to give the externalizer a reference to the cache manager would be possible, but I don't think doing a component lookup on every deserialization is a good idea.
As a workaround, you can construct your externalizer with a reference to your service, and register it with
{code}
globalConfigBuilder.serialization().addAdvancedExternalizer(new CustomExternalizer(service))
{code}
was (Author: dan.berindei):
We don't currently allow SPIs to use our injection mechanism, so we'd need to start a discussion about that before we can think about the injection option.
Modifying the marshalling API to give the externalizer a reference to the cache manager would be possible, but I don't think doing a component lookup on every deserialization is a good idea.
As a workaround, you can construct your externalizer with a reference to your service, and register it with {{globalConfigBuilder.serialization().addAdvancedExternalizer(new CustomExternalizer(service))}}.
> Provide a context for object de-serialization
> ---------------------------------------------
>
> Key: ISPN-2133
> URL: https://issues.jboss.org/browse/ISPN-2133
> Project: Infinispan
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Core
> Reporter: Sanne Grinovero
> Assignee: Manik Surtani
>
> See proposal description at
> http://lists.jboss.org/pipermail/infinispan-dev/2012-June/010925.html
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 6 months
[JBoss JIRA] (ISPN-2133) Provide a context for object de-serialization
by Dan Berindei (JIRA)
[ https://issues.jboss.org/browse/ISPN-2133?page=com.atlassian.jira.plugin.... ]
Dan Berindei commented on ISPN-2133:
------------------------------------
We don't currently allow SPIs to use our injection mechanism, so we'd need to start a discussion about that before we can think about the injection option.
Modifying the marshalling API to give the externalizer a reference to the cache manager would be possible, but I don't think doing a component lookup on every deserialization is a good idea.
As a workaround, you can construct your externalizer with a reference to your service, and register it with {{globalConfigBuilder.serialization().addAdvancedExternalizer(new CustomExternalizer(service))}}.
> Provide a context for object de-serialization
> ---------------------------------------------
>
> Key: ISPN-2133
> URL: https://issues.jboss.org/browse/ISPN-2133
> Project: Infinispan
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Core
> Reporter: Sanne Grinovero
> Assignee: Manik Surtani
>
> See proposal description at
> http://lists.jboss.org/pipermail/infinispan-dev/2012-June/010925.html
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 6 months
[JBoss JIRA] (ISPN-1790) Release script should not rip off comments from POM.XML files
by Sanne Grinovero (JIRA)
[ https://issues.jboss.org/browse/ISPN-1790?page=com.atlassian.jira.plugin.... ]
Sanne Grinovero updated ISPN-1790:
----------------------------------
Assignee: Dan Berindei (was: Manik Surtani)
> Release script should not rip off comments from POM.XML files
> -------------------------------------------------------------
>
> Key: ISPN-1790
> URL: https://issues.jboss.org/browse/ISPN-1790
> Project: Infinispan
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Components: Build process
> Affects Versions: 5.1.0.FINAL
> Reporter: Sanne Grinovero
> Assignee: Dan Berindei
> Priority: Minor
> Labels: release.py
>
> Comparing the git commit which was used to release 5.1.0.Final to the final tag of the released version, reveals some changes which are likely unintended:
> * All Copyright statements removed
> * All comments removed (useful and unuseful)
> * In some way changed the inlined scripts for Google analytics - not sure if it's still working
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 6 months