You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Howard M. Lewis Ship (Created) (JIRA)" <ji...@apache.org> on 2011/10/11 16:41:11 UTC

[jira] [Created] (TAP5-1688) Tapestry should expose environment variables as symbols

Tapestry should expose environment variables as symbols
-------------------------------------------------------

                 Key: TAP5-1688
                 URL: https://issues.apache.org/jira/browse/TAP5-1688
             Project: Tapestry 5
          Issue Type: New Feature
          Components: tapestry-core, tapestry-ioc
    Affects Versions: 5.3
            Reporter: Howard M. Lewis Ship


This is really useful for deploying on Heroku (for instance) where deployment information is provided from the platform via environment variables. Environment variables should be lower priority than JVM system properties, but higher priority than ApplicationDefaults or the contents of web.xml.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (TAP5-1688) Tapestry should expose environment variables as symbols

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13125439#comment-13125439 ] 

Hudson commented on TAP5-1688:
------------------------------

Integrated in tapestry-trunk-freestyle #571 (See [https://builds.apache.org/job/tapestry-trunk-freestyle/571/])
    TAP5-1688: Tapestry should expose environment variables as symbols

hlship : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1181898
Files : 
* /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/internal/TapestryAppInitializer.java
* /tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/internal/services/SystemEnvSymbolProvider.java
* /tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/services/TapestryIOCModule.java
* /tapestry/tapestry5/trunk/tapestry-ioc/src/test/groovy/org/apache/tapestry/ioc/services/SystemEnvSymbolProviderTest.groovy

                
> Tapestry should expose environment variables as symbols
> -------------------------------------------------------
>
>                 Key: TAP5-1688
>                 URL: https://issues.apache.org/jira/browse/TAP5-1688
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-core, tapestry-ioc
>    Affects Versions: 5.3
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.3
>
>
> This is really useful for deploying on Heroku (for instance) where deployment information is provided from the platform via environment variables. Environment variables should be lower priority than JVM system properties, but higher priority than ApplicationDefaults or the contents of web.xml.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (TAP5-1688) Tapestry should expose environment variables as symbols

Posted by "Howard M. Lewis Ship (Closed) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAP5-1688.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.3
    
> Tapestry should expose environment variables as symbols
> -------------------------------------------------------
>
>                 Key: TAP5-1688
>                 URL: https://issues.apache.org/jira/browse/TAP5-1688
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-core, tapestry-ioc
>    Affects Versions: 5.3
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.3
>
>
> This is really useful for deploying on Heroku (for instance) where deployment information is provided from the platform via environment variables. Environment variables should be lower priority than JVM system properties, but higher priority than ApplicationDefaults or the contents of web.xml.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (TAP5-1688) Tapestry should expose environment variables as symbols

Posted by "Howard M. Lewis Ship (Assigned) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship reassigned TAP5-1688:
------------------------------------------

    Assignee: Howard M. Lewis Ship
    
> Tapestry should expose environment variables as symbols
> -------------------------------------------------------
>
>                 Key: TAP5-1688
>                 URL: https://issues.apache.org/jira/browse/TAP5-1688
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-core, tapestry-ioc
>    Affects Versions: 5.3
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>
> This is really useful for deploying on Heroku (for instance) where deployment information is provided from the platform via environment variables. Environment variables should be lower priority than JVM system properties, but higher priority than ApplicationDefaults or the contents of web.xml.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (TAP5-1688) Tapestry should expose environment variables as symbols

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13125439#comment-13125439 ] 

Hudson commented on TAP5-1688:
------------------------------

Integrated in tapestry-trunk-freestyle #571 (See [https://builds.apache.org/job/tapestry-trunk-freestyle/571/])
    TAP5-1688: Tapestry should expose environment variables as symbols

hlship : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1181898
Files : 
* /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/internal/TapestryAppInitializer.java
* /tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/internal/services/SystemEnvSymbolProvider.java
* /tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/services/TapestryIOCModule.java
* /tapestry/tapestry5/trunk/tapestry-ioc/src/test/groovy/org/apache/tapestry/ioc/services/SystemEnvSymbolProviderTest.groovy

                
> Tapestry should expose environment variables as symbols
> -------------------------------------------------------
>
>                 Key: TAP5-1688
>                 URL: https://issues.apache.org/jira/browse/TAP5-1688
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-core, tapestry-ioc
>    Affects Versions: 5.3
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.3
>
>
> This is really useful for deploying on Heroku (for instance) where deployment information is provided from the platform via environment variables. Environment variables should be lower priority than JVM system properties, but higher priority than ApplicationDefaults or the contents of web.xml.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (TAP5-1688) Tapestry should expose environment variables as symbols

Posted by "Howard M. Lewis Ship (Assigned) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship reassigned TAP5-1688:
------------------------------------------

    Assignee: Howard M. Lewis Ship
    
> Tapestry should expose environment variables as symbols
> -------------------------------------------------------
>
>                 Key: TAP5-1688
>                 URL: https://issues.apache.org/jira/browse/TAP5-1688
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-core, tapestry-ioc
>    Affects Versions: 5.3
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>
> This is really useful for deploying on Heroku (for instance) where deployment information is provided from the platform via environment variables. Environment variables should be lower priority than JVM system properties, but higher priority than ApplicationDefaults or the contents of web.xml.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (TAP5-1688) Tapestry should expose environment variables as symbols

Posted by "Howard M. Lewis Ship (Closed) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAP5-1688.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.3
    
> Tapestry should expose environment variables as symbols
> -------------------------------------------------------
>
>                 Key: TAP5-1688
>                 URL: https://issues.apache.org/jira/browse/TAP5-1688
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-core, tapestry-ioc
>    Affects Versions: 5.3
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.3
>
>
> This is really useful for deploying on Heroku (for instance) where deployment information is provided from the platform via environment variables. Environment variables should be lower priority than JVM system properties, but higher priority than ApplicationDefaults or the contents of web.xml.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira