jakartaee / config

Jakartaconfig project
Apache License 2.0
19 stars 15 forks source link

Support EL in Config value #248

Open hantsy opened 2 weeks ago

hantsy commented 2 weeks ago

For example, in a config properties file, we could use EL as partial value of config property.

a.name=hello
b.name=#{a.name} world // or ${a.name} world
radcortez commented 2 weeks ago

Yes. I think we all agreed that we want to support some expression replacement mechanism.

I don't know if it should be EL or something else. Probably, EL has a lot of things that do not make sense in this context, so we need to have a proper discussion around it.