[
https://issues.apache.org/jira/browse/TOMEE-2438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16732676#comment-16732676
]
ASF GitHub Bot commented on TOMEE-2438:
---------------------------------------
Github user gerdogdu commented on the issue:
https://github.com/apache/tomee/pull/343
Any update on this?
> 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
> Priority: Minor
> Labels: pull-request-available
>
> 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)