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

Ryan Emerson (Jira) issues at jboss.org
Thu May 28 10:28:04 EDT 2020


Ryan Emerson created ISPN-11928:
-----------------------------------

             Summary: 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
             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