[jboss-jira] [JBoss JIRA] (AS7-4102) Implement fallback mechanism for AS7 properties in pom.xml
Jason Greene (JIRA)
jira-events at lists.jboss.org
Wed May 9 23:54:20 EDT 2012
[ https://issues.jboss.org/browse/AS7-4102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jason Greene updated AS7-4102:
------------------------------
Fix Version/s: 7.2.0.Alpha1
(was: 7.1.2.Final (EAP))
> Implement fallback mechanism for AS7 properties in pom.xml
> ----------------------------------------------------------
>
> Key: AS7-4102
> URL: https://issues.jboss.org/browse/AS7-4102
> Project: Application Server 7
> Issue Type: Sub-task
> Components: Test Suite
> Affects Versions: 7.1.1.Final
> Reporter: Pavel Janousek
> Assignee: Ondrej Zizka
> Fix For: 7.2.0.Alpha1
>
>
> There are several places where is used fallback mechanism when some content from property is taken like:{code}static final String someIPproperty = System.getProperty("<some> key>", "localhost");{code}
> The final decision based on (linked) AS7 devel discussion is leaving this approach and set-up this things in pom.xml's only.
> After this task will be done, old approach will be leaved at all and every new patch will be forced to not use/include a such fallback mechanism only.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list