[infinispan-issues] [JBoss JIRA] (ISPN-11928) Rest /v2/server/env should utilise System.getProperties()

Ryan Emerson (Jira) issues at jboss.org
Fri May 29 09:46:01 EDT 2020


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

Ryan Emerson updated ISPN-11928:
--------------------------------
    Status: Open  (was: New)


> Rest /v2/server/env should utilise System.getProperties()
> ---------------------------------------------------------
>
>                 Key: ISPN-11928
>                 URL: https://issues.redhat.com/browse/ISPN-11928
>             Project: Infinispan
>          Issue Type: Enhancement
>          Components: REST
>    Affects Versions: 11.0.0.CR1
>            Reporter: Ryan Emerson
>            Assignee: Ryan Emerson
>            Priority: Major
>             Fix For: 11.0.0.Final
>
>
> Currently {{ServerResource#env}} utilises {{ManagementFactory.getRuntimeMXBean().getSystemProperties()}} in order to return system properties. The {{java.lang.management}} package is not supported with GraalVM native compilation, therefore we should simply use {{System.getProperties}} instead.



--
This message was sent by Atlassian Jira
(v7.13.8#713008)


More information about the infinispan-issues mailing list