[JBoss JIRA] (ISPN-5839) Unfinished local transactions log not showing transactions
by Galder Zamarreño (JIRA)
[ https://issues.jboss.org/browse/ISPN-5839?page=com.atlassian.jira.plugin.... ]
Galder Zamarreño updated ISPN-5839:
-----------------------------------
Description:
It's currently printing:
{code}
Unfinished local transactions: java.util.stream.ReferencePipeline$3@25ce9dc4
{code}
The code should collect the entries using a String joiner.
Steps to Reproduce: (was: It's currently printing:
{code}
Unfinished local transactions: java.util.stream.ReferencePipeline$3@25ce9dc4
{code}
The code should collect the entries using a String joiner.)
> Unfinished local transactions log not showing transactions
> ----------------------------------------------------------
>
> Key: ISPN-5839
> URL: https://issues.jboss.org/browse/ISPN-5839
> Project: Infinispan
> Issue Type: Bug
> Components: Transactions
> Affects Versions: 8.1.0.Alpha1
> Reporter: Galder Zamarreño
> Assignee: Galder Zamarreño
> Fix For: 8.1.0.Alpha2
>
>
> It's currently printing:
> {code}
> Unfinished local transactions: java.util.stream.ReferencePipeline$3@25ce9dc4
> {code}
> The code should collect the entries using a String joiner.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 6 months
[JBoss JIRA] (ISPN-5838) Cleanup uberjar packaging
by Pedro Zapata (JIRA)
Pedro Zapata created ISPN-5838:
----------------------------------
Summary: Cleanup uberjar packaging
Key: ISPN-5838
URL: https://issues.jboss.org/browse/ISPN-5838
Project: Infinispan
Issue Type: Feature Request
Components: Build process
Reporter: Pedro Zapata
Need to minimize shipping non-required or provided dependencies in the uberjar.
Some ideas that need to be further refined:
* Split CDI into cdi-embedded and cdi-remote
* Add only cdi-embedded to infinispan-embedded (and cdi-remote to infinispan-remote)
* Add infinispan-client-hotrod to infinispan-embedded ? Used for RemoteCacheStore (which is an embedded use-case)
* infinispan-embedded has a compulsory dependency on javax.transaction api. We cannot change this in Infinispan <= 8.2 for backwards compatibility, but we can change it in 8.3
*
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 6 months
[JBoss JIRA] (ISPN-5837) Deprecate the eviction maxEntries attribute in favor of size
by Tristan Tarrant (JIRA)
Tristan Tarrant created ISPN-5837:
-------------------------------------
Summary: Deprecate the eviction maxEntries attribute in favor of size
Key: ISPN-5837
URL: https://issues.jboss.org/browse/ISPN-5837
Project: Infinispan
Issue Type: Task
Components: Configuration
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Fix For: 8.1.0.Final
Depreacate the maxEntries methods on EvictionConfigurationBuilder
Print a warning in the embedded Parser when using max-entries in the schema
Remove the maxEntries attribute from the server management model
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 6 months