[JBoss JIRA] (ISPN-10856) Proto lock files not committed during .Final release
by Pedro Zapata Fernandez (Jira)
[ https://issues.jboss.org/browse/ISPN-10856?page=com.atlassian.jira.plugin... ]
Pedro Zapata Fernandez updated ISPN-10856:
------------------------------------------
Sprint: DataGrid Sprint #35, DataGrid Sprint #36 (was: DataGrid Sprint #35)
> Proto lock files not committed during .Final release
> ----------------------------------------------------
>
> Key: ISPN-10856
> URL: https://issues.jboss.org/browse/ISPN-10856
> Project: Infinispan
> Issue Type: Bug
> Components: Build
> Affects Versions: 10.0.0.Final
> Reporter: Ryan Emerson
> Assignee: Ryan Emerson
> Priority: Major
> Fix For: 10.0.1.Final, 10.1.0.Final
>
>
> The {{Commit Proto.lock Files}} stage of the pipeline executed during the release build, however the generated {{proto.lock}} files were not committed to git. This occurrs because the stage is executed before the {{checkout}} phase.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (ISPN-10857) Add infinispan-jboss-marshalling to server distribution for transcoding
by Pedro Zapata Fernandez (Jira)
[ https://issues.jboss.org/browse/ISPN-10857?page=com.atlassian.jira.plugin... ]
Pedro Zapata Fernandez updated ISPN-10857:
------------------------------------------
Sprint: DataGrid Sprint #35, DataGrid Sprint #36 (was: DataGrid Sprint #35)
> Add infinispan-jboss-marshalling to server distribution for transcoding
> -----------------------------------------------------------------------
>
> Key: ISPN-10857
> URL: https://issues.jboss.org/browse/ISPN-10857
> Project: Infinispan
> Issue Type: Bug
> Components: Server
> Affects Versions: 10.0.0.Final
> Reporter: Ryan Emerson
> Assignee: Ryan Emerson
> Priority: Major
> Fix For: 10.0.1.Final
>
>
> ISPN-10591 made Protostream the default user marshaller, as well as removing the {{infinispan-jboss-marshalling}} from most modules. However, making the dependency optional on the remote store, stopped the jar being pulled in by {{server/runtime}}. Consequently, there is no longer a transcoder for {{application/x-jboss-marshalling}} which causes compatibility issues with older clients.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (ISPN-10795) Unregister the cache MBean on stop
by Pedro Zapata Fernandez (Jira)
[ https://issues.jboss.org/browse/ISPN-10795?page=com.atlassian.jira.plugin... ]
Pedro Zapata Fernandez updated ISPN-10795:
------------------------------------------
Sprint: DataGrid Sprint #35, DataGrid Sprint #36 (was: DataGrid Sprint #35)
> Unregister the cache MBean on stop
> ----------------------------------
>
> Key: ISPN-10795
> URL: https://issues.jboss.org/browse/ISPN-10795
> Project: Infinispan
> Issue Type: Enhancement
> Reporter: Nistor Adrian
> Assignee: Nistor Adrian
> Priority: Major
> Fix For: 10.0.0.Final
>
>
> All other cache components are unregistered on stop except the cache itself, which only gets really unregistered on remove.
> Historically, this was done this way in order to allow cache restart via jmx. But we have other options now: rest, cli, or even DefaultCacheManager.startCache(name) via jmx.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (ISPN-10798) JCache annotations attribute cacheResolverFactory is ignored
by Pedro Zapata Fernandez (Jira)
[ https://issues.jboss.org/browse/ISPN-10798?page=com.atlassian.jira.plugin... ]
Pedro Zapata Fernandez updated ISPN-10798:
------------------------------------------
Sprint: DataGrid Sprint #35, DataGrid Sprint #36 (was: DataGrid Sprint #35)
> JCache annotations attribute cacheResolverFactory is ignored
> ------------------------------------------------------------
>
> Key: ISPN-10798
> URL: https://issues.jboss.org/browse/ISPN-10798
> Project: Infinispan
> Issue Type: Bug
> Components: JCache
> Affects Versions: 9.4.16.Final, 10.0.0.CR3
> Reporter: Dan Berindei
> Assignee: Dan Berindei
> Priority: Major
> Fix For: 10.1.0.Final
>
>
> The JCache TCK doesn't seem to require support for {{cacheResolverFactory}}, but having it would allow us to have an alternative to the managed interceptors {{InjectedCache*Interceptor}} and to deprecate them.
> We can then move the default interceptors to the jcache-commons module, so they support both embedded and remote caches.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (ISPN-10804) JCache tck-runner does not run interception tests
by Pedro Zapata Fernandez (Jira)
[ https://issues.jboss.org/browse/ISPN-10804?page=com.atlassian.jira.plugin... ]
Pedro Zapata Fernandez updated ISPN-10804:
------------------------------------------
Sprint: DataGrid Sprint #35, DataGrid Sprint #36 (was: DataGrid Sprint #35)
> JCache tck-runner does not run interception tests
> -------------------------------------------------
>
> Key: ISPN-10804
> URL: https://issues.jboss.org/browse/ISPN-10804
> Project: Infinispan
> Issue Type: Bug
> Components: JCache, Test Suite - Core, Test Suite - Server
> Affects Versions: 9.4.16.Final, 10.0.0.CR3
> Reporter: Dan Berindei
> Assignee: Dan Berindei
> Priority: Major
> Fix For: 10.1.0.Final
>
>
> Initially I thought the only way to make the interception TCK tests run was to add a {{@Priority}} annotation, which is not a good idea because even our tests expect to be able to switch between the managed or the managed interceptors.
> But it turns out if we revert ISPN-10721 and unpack the TCK tests in our build output directory, we can override {{beans.xml}} and make the interception tests run.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (ISPN-10807) Don't include Narayana in the server
by Pedro Zapata Fernandez (Jira)
[ https://issues.jboss.org/browse/ISPN-10807?page=com.atlassian.jira.plugin... ]
Pedro Zapata Fernandez updated ISPN-10807:
------------------------------------------
Sprint: DataGrid Sprint #35, DataGrid Sprint #36 (was: DataGrid Sprint #35)
> Don't include Narayana in the server
> ------------------------------------
>
> Key: ISPN-10807
> URL: https://issues.jboss.org/browse/ISPN-10807
> Project: Infinispan
> Issue Type: Feature Request
> Components: Server, Transactions
> Affects Versions: 10.0.0.CR3
> Reporter: Tristan Tarrant
> Assignee: Tristan Tarrant
> Priority: Major
> Fix For: 10.0.0.Final
>
>
> The Hot Rod tx implementation uses the embedded TM only. Including Narayana in the server distribution is therefore pointless. It should be removed.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (ISPN-10815) Javadoc missing jboss-marshalling dependency
by Pedro Zapata Fernandez (Jira)
[ https://issues.jboss.org/browse/ISPN-10815?page=com.atlassian.jira.plugin... ]
Pedro Zapata Fernandez updated ISPN-10815:
------------------------------------------
Sprint: DataGrid Sprint #35, DataGrid Sprint #36 (was: DataGrid Sprint #35)
> Javadoc missing jboss-marshalling dependency
> --------------------------------------------
>
> Key: ISPN-10815
> URL: https://issues.jboss.org/browse/ISPN-10815
> Project: Infinispan
> Issue Type: Bug
> Components: Documentation-Core
> Reporter: Ryan Emerson
> Assignee: Ryan Emerson
> Priority: Major
> Fix For: 10.0.0.Final
>
>
> Caused by ISPN-10591 which removed the {{infinispan-jboss-marshalling}} dependency from the persistence-remote jar, which was transitively pulling in the dependency to the documentation module.
> The solution is to add an explicit dependency on {{infinispan-jboss-marshalling}} to the javadoc pom.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months