[JBoss JIRA] (ISPN-11779) WildFly modules reloaded
by Tristan Tarrant (Jira)
[ https://issues.redhat.com/browse/ISPN-11779?page=com.atlassian.jira.plugi... ]
Tristan Tarrant updated ISPN-11779:
-----------------------------------
Status: Open (was: New)
> WildFly modules reloaded
> ------------------------
>
> Key: ISPN-11779
> URL: https://issues.redhat.com/browse/ISPN-11779
> Project: Infinispan
> Issue Type: Feature Request
> Components: WildFly modules
> Affects Versions: 11.0.0.Dev05
> Reporter: Wolf-Dieter Fink
> Assignee: Tristan Tarrant
> Priority: Major
>
> There is no download for the EAP modules and it is not possible to use embedded application with dependencies to use DG8 modules.
> As well it is not possible to use the integration to configure DG caches inside the additional EAP subsystem to use caches for application purpose.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 11 months
[JBoss JIRA] (ISPN-11779) WildFly modules reloaded
by Tristan Tarrant (Jira)
[ https://issues.redhat.com/browse/ISPN-11779?page=com.atlassian.jira.plugi... ]
Tristan Tarrant updated ISPN-11779:
-----------------------------------
Security: (was: Red Hat Internal)
> WildFly modules reloaded
> ------------------------
>
> Key: ISPN-11779
> URL: https://issues.redhat.com/browse/ISPN-11779
> Project: Infinispan
> Issue Type: Feature Request
> Components: WildFly modules
> Affects Versions: 11.0.0.Dev05
> Reporter: Wolf-Dieter Fink
> Assignee: Tristan Tarrant
> Priority: Major
>
> There is no download for the EAP modules and it is not possible to use embedded application with dependencies to use DG8 modules.
> As well it is not possible to use the integration to configure DG caches inside the additional EAP subsystem to use caches for application purpose.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 11 months
[JBoss JIRA] (ISPN-11572) Clarify cache manager vs cache authz configuration
by Donald Naro (Jira)
[ https://issues.redhat.com/browse/ISPN-11572?page=com.atlassian.jira.plugi... ]
Donald Naro updated ISPN-11572:
-------------------------------
Description: Apply feedback from QE about authorization. Improve Security Guide. (was: What are the effects of configuring authorization on cacheManagers and caches? Update Configuration Guide with an assembly on authorization that explains different levels and combinations. Also clarify about endpoint encryption.)
> Clarify cache manager vs cache authz configuration
> --------------------------------------------------
>
> Key: ISPN-11572
> URL: https://issues.redhat.com/browse/ISPN-11572
> Project: Infinispan
> Issue Type: Enhancement
> Components: Documentation
> Reporter: Donald Naro
> Assignee: Donald Naro
> Priority: Major
>
> Apply feedback from QE about authorization. Improve Security Guide.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 11 months
[JBoss JIRA] (ISPN-11778) Per-cache Hot Rod client configuration
by Pedro Ruivo (Jira)
Pedro Ruivo created ISPN-11778:
----------------------------------
Summary: Per-cache Hot Rod client configuration
Key: ISPN-11778
URL: https://issues.redhat.com/browse/ISPN-11778
Project: Infinispan
Issue Type: Enhancement
Components: Hot Rod
Affects Versions: 11.0.0.Dev04, 10.1.6.Final
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Fix For: 10.1.7.Final, 11.0.0.Dev05
Currently some configuration in the Hot Rod client is global (tx mode, force return values, near cache). We should introduce per-cache configuration. Additionally we should also be able to specify a server-side template/configuration to use if a cache doesn't exist.
{code:java}
builder
.remoteCache(cacheName)
.templateName("template")
.nearCacheMode(NearCacheMode.INVALIDATED)
.nearCacheMaxEntries(100)
.forceReturnValues(true);
{code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 11 months