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

Mark Struberg commented on DELTASPIKE-1212:
-------------------------------------------

Of course, if it's only technically hard to do then that's no show stopper. 
But if it makes no sense from a logical point (even on paper) then that's 
another story.
Maybe I didn't yet understand what you meant.

We already have Map<String, String> ConfigResolver#getAllProperties()
This is imo as good as it gets. It resolves the native configured values. 
For anything else you'd need to guess what parameters should get applied during 
the evaluation: fallback chain, variables, etc
Do we have all this information? I doubt it.

In any case it's nothing we can solve for the 1.8.0 release which I'd like to 
roll this week.
I gonna move it to 1.8.1, oki?

> Introduce a ConfigResolver.resolveAllProperties method
> ------------------------------------------------------
>
>                 Key: DELTASPIKE-1212
>                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-1212
>             Project: DeltaSpike
>          Issue Type: New Feature
>          Components: Configuration
>    Affects Versions: 1.7.0
>            Reporter: John D. Ament
>            Assignee: John D. Ament
>             Fix For: 1.8.1
>
>
> Invoking ConfigResolver.getAllProperties does not expand out any inlined 
> variables.  In addition, assume the following properties file and project 
> stage = Development
> {code}
> some-service-url=${edge-server-url}/some-service
> edge-server-url=undefined
> edge-server-url.Development=http://development:8081
> edge-server-url.Staging=http://staging:8081
> edge-server-url.Production=http://prod:8081
> {code}
> calling {{getAllProperties}} returns the raw output of this file.  
> Introducing a new {{resolveAllProperties}} method would only return back the 
> active values.  The expected result would be
> {code}
> some-service-url=http://development:8081/some-service
> edge-server-url=http://development:8081
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to