You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Gurkan Erdogdu (JIRA)" <ji...@apache.org> on 2019/01/02 10:03:00 UTC

[jira] [Created] (TOMEE-2438) Centralise TomEE and OpenEJB system properties

Gurkan Erdogdu created TOMEE-2438:
-------------------------------------

             Summary: Centralise TomEE and OpenEJB system properties
                 Key: TOMEE-2438
                 URL: https://issues.apache.org/jira/browse/TOMEE-2438
             Project: TomEE
          Issue Type: Improvement
          Components: TomEE Build
            Reporter: Gurkan Erdogdu


There are lots of known and unknown system properties in the current code
base. We will introduce TomEESystemProperties and
OpenEJBSystemProperties classes to hold these system property constants
and provide clear comment what it does.

For example:


{code:java}
class TomEESystemProperties{
       public static final String TOMEE_FORCE_RELOADABLE =
"tomee.force-reloadable";
....
}

class OpenEJBSystemProperties{
      public static final String OPENEJB_CROSSCONTEXT_PROPERTY =
"openejb.crosscontext";
....
}{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)