Mark Struberg

Results 72 comments of Mark Struberg

will work on it due to popular demand.

I think that we have to distinct 2 different topics 1.) This ticket #8 is about how to immediately pick up values from a file which changed. That can be...

Indeed 1. is an internal behaviour of each ConfigSource. It might only become a JSR matter if we define this as requirement for our default built-in ConfigSources. I'm actually not...

@jeyvison and how to tweak those settings via env or -D? This way is not really well thought through I fear. In DeltaSpike we used a postfix `some.server.url` vs `some.server.url.Production`

``Socket[] serverSockets = config.getValue("sockets", SocketConfig[].class);``

I'm rather -1 as this would mean we would accidentally pick up spring config files which have different semantics than we do. META-INF is also perfectly fine imo. If one...

ack to what Emily writes. Also -1 to pick up from root. Basically all EE config files are located in META-INF/ or WEB-INF/ Btw, we _explicitly_ left out WEB-INF/javaconfig.properties btw....

yes, good point about APP-INF. But as written above I tried to avoid all that by explicitly only targeting classpath entries. So no WEB-INF or APP-INF at all. Just add...

Tallying this now: So far we seem to have a clear preference for sticking the information to META-INF/xxxx and not into the root of each jar. There is still a...

The name we decide on will also impact #7