Re: Config rework, take 2

2016-11-08 Thread Romain Manni-Bucau
@ConfigProperty(converter) method was added and ConfigSource and ConfigFilter decoarated with @Source and @Filter are added to the config using cdi bean lookup after extension startup (= usable after CDI startup but without any META-INF/services and with all CDI features like injections and

Re: Config rework, take 2

2016-11-08 Thread John D. Ament
On Mon, Nov 7, 2016 at 12:41 PM Romain Manni-Bucau wrote: > 2016-11-07 17:56 GMT+01:00 Mark Struberg : > > > yes the EAR case is a bit harder. Also OSGi is a bit tricky. > > > > In my javaconfig proposal I have moved this out into a SPI which is

Backport CDI-30 to Context Control

2016-11-08 Thread John D. Ament
All, I plan to provide a backported version of CDI-30 (as best as possible) in deltaspike's CDI Control. This would allow users to preview the CDI 2.0 APIs. https://issues.jboss.org/browse/CDI-30 Thoughts? John

[jira] [Created] (DELTASPIKE-1218) Backport CDI 2.0 Request Context Controller

2016-11-08 Thread John D. Ament (JIRA)
John D. Ament created DELTASPIKE-1218: - Summary: Backport CDI 2.0 Request Context Controller Key: DELTASPIKE-1218 URL: https://issues.apache.org/jira/browse/DELTASPIKE-1218 Project: DeltaSpike