[JBoss JIRA] (WFLY-4232) Update the structure for Hibernate Search modules
by Jason Greene (JIRA)
[ https://issues.jboss.org/browse/WFLY-4232?page=com.atlassian.jira.plugin.... ]
Jason Greene updated WFLY-4232:
-------------------------------
Fix Version/s: 9.0.0.CR2
(was: 9.0.0.CR1)
> Update the structure for Hibernate Search modules
> -------------------------------------------------
>
> Key: WFLY-4232
> URL: https://issues.jboss.org/browse/WFLY-4232
> Project: WildFly
> Issue Type: Enhancement
> Components: JPA / Hibernate
> Reporter: Sanne Grinovero
> Assignee: Sanne Grinovero
> Priority: Critical
> Fix For: 9.0.0.CR2
>
>
> In Hibernate Search 5 we fixed some classloading issues and highly improved the overall modules structure to avoid leaking any unrequested dependency and minimize classloader exposure to each sub-component as needed.
> I expect this to also improve performance - for example - of Hibernate classpath scanning.
> The modules built in WildFly for Hibernate Search still mimick the structure we had in Hibernate Search 4, we should improve this to get the same shape as the modules we build during a release of Hibernate Search 5.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
11 years, 2 months
[JBoss JIRA] (WFLY-4186) Improve Infinispan module compatibility with older releases
by Jason Greene (JIRA)
[ https://issues.jboss.org/browse/WFLY-4186?page=com.atlassian.jira.plugin.... ]
Jason Greene updated WFLY-4186:
-------------------------------
Fix Version/s: 9.0.0.CR2
(was: 9.0.0.CR1)
> Improve Infinispan module compatibility with older releases
> -----------------------------------------------------------
>
> Key: WFLY-4186
> URL: https://issues.jboss.org/browse/WFLY-4186
> Project: WildFly
> Issue Type: Enhancement
> Components: Clustering
> Affects Versions: 9.0.0.Alpha1
> Reporter: Paul Ferraro
> Assignee: Paul Ferraro
> Fix For: 9.0.0.CR2
>
>
> Infinispan 7 moved a bunch of classes from the org.infinispan:infinispan-core maven module into the org.infinispan:infinispan-commons module (which, itself, was introduced in Infinispan 6), which can cause user deployments that previously depended on org.infinispan to fail with mysterious NoClassDefFoundErrors if the org.infinispan.commons module was not also previously declared as a deployment dependency.
> I suggest we either:
> 1. Export org.infinispan.commons from the org.infinispan module
> 2. Rename org.infinispan to org.infinispan.core, and create a new org.infinispan that exports both org.infinispan.core and org.infinispan.commons.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
11 years, 2 months
[JBoss JIRA] (WFLY-3923) Option for suppressing thread interruption during JDBC driver operations
by Jason Greene (JIRA)
[ https://issues.jboss.org/browse/WFLY-3923?page=com.atlassian.jira.plugin.... ]
Jason Greene updated WFLY-3923:
-------------------------------
Fix Version/s: 9.0.0.CR2
(was: 9.0.0.CR1)
> Option for suppressing thread interruption during JDBC driver operations
> ------------------------------------------------------------------------
>
> Key: WFLY-3923
> URL: https://issues.jboss.org/browse/WFLY-3923
> Project: WildFly
> Issue Type: Enhancement
> Components: JCA
> Reporter: David Lloyd
> Assignee: Jesper Pedersen
> Fix For: 9.0.0.CR2
>
>
> The data source and JCA subsystems should provide a facility to suppress thread interruption during driver operations. The data source attribute should have values "on", "off", and "auto", where "auto" indicates that the subsystem should make a decision based on the driver.
> A list of drivers which are known to fail in the presence of interruption is forthcoming.
> A facility in JBoss Threads to suppress interruption for the duration of a task is forthcoming.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
11 years, 2 months
[JBoss JIRA] (WFLY-4265) Add support for caching handler
by Jason Greene (JIRA)
[ https://issues.jboss.org/browse/WFLY-4265?page=com.atlassian.jira.plugin.... ]
Jason Greene updated WFLY-4265:
-------------------------------
Fix Version/s: 9.0.0.CR2
(was: 9.0.0.CR1)
> Add support for caching handler
> -------------------------------
>
> Key: WFLY-4265
> URL: https://issues.jboss.org/browse/WFLY-4265
> Project: WildFly
> Issue Type: Feature Request
> Components: Web (Undertow)
> Reporter: Tomaz Cerar
> Assignee: Tomaz Cerar
> Fix For: 9.0.0.CR2
>
>
> Currently we cannot configure CacheHandler as it requires DirectCache as parameter in constructor.
> One option to fix this is to have few cache handler impls that would only have primitive parameters in constructor or getters / setters that would configure direct cache.
> Or add proper type cache configuration to undertow subsystem.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
11 years, 2 months
[JBoss JIRA] (WFLY-4379) Always expose <transaction-support> for resource adapters
by Jason Greene (JIRA)
[ https://issues.jboss.org/browse/WFLY-4379?page=com.atlassian.jira.plugin.... ]
Jason Greene updated WFLY-4379:
-------------------------------
Fix Version/s: 9.0.0.CR2
(was: 9.0.0.CR1)
> Always expose <transaction-support> for resource adapters
> ---------------------------------------------------------
>
> Key: WFLY-4379
> URL: https://issues.jboss.org/browse/WFLY-4379
> Project: WildFly
> Issue Type: Task
> Components: JCA
> Reporter: Jesper Pedersen
> Assignee: Stefano Maestri
> Priority: Critical
> Fix For: 9.0.0.CR2
>
>
> The <transaction-support> setting for resource adapters should always be exposed in the DMR model - e.g. no "undefined".
> If the value isn't explicit defined by the deployment, then it will be obtained from the metadata repository of the archive in question.
> This also makes it clear that <xa-pool> is used for XATransaction deployments.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
11 years, 2 months