[infinispan-issues] [JBoss JIRA] (ISPN-6094) Use security actions to read system properties for configuration

Tristan Tarrant (JIRA) issues at jboss.org
Tue May 17 08:22:08 EDT 2016


     [ https://issues.jboss.org/browse/ISPN-6094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tristan Tarrant updated ISPN-6094:
----------------------------------
    Fix Version/s: 9.0.0.Alpha3
                       (was: 9.0.0.Alpha2)


> Use security actions to read system properties for configuration
> ----------------------------------------------------------------
>
>                 Key: ISPN-6094
>                 URL: https://issues.jboss.org/browse/ISPN-6094
>             Project: Infinispan
>          Issue Type: Task
>          Components: Core, Embedded Querying
>    Affects Versions: 8.1.0.Final
>            Reporter: Dan Berindei
>            Assignee: Dan Berindei
>             Fix For: 9.0.0.Alpha3
>
>
> Infinispan uses system properties for out-of-band settings that weren't deemed important enough to have a proper configuration attribute:
> * infinispan.arrays.debug
> * infinispan.unsafe.force_multicast
> * infinispan.compat (obsolete?)
> * infinispan.debugDependencies
> * infinispan.stagger.delay (introduced with ISPN-825)
> * org.infinispan.query.indexmanager.LockAcquiringBackend.MAX_QUEUE_SIZE
> We should use a {{SecurityActions}} class to access these properties instead of {{Boolean.getBoolean()}} and {{Integer.getInteger()}}. We should also document these system properties, and evaluate moving them to the proper configuration.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the infinispan-issues mailing list