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] [Commented] (TOMEE-2438) Centralise TomEE and OpenEJB system properties

    [ https://issues.apache.org/jira/browse/TOMEE-2438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16731905#comment-16731905 ] 

Gurkan Erdogdu commented on TOMEE-2438:
---------------------------------------

In the meantime, this will be the first attempt to rearchitecture our configurarition.

> 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
>
> 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)