Mark Struberg
Mark Struberg
@jeyvison @keilw While application.properties is the same file name as spring, it's content is totally different. Spring has some nested syntax while we basically have old-style property files. That means...
one way how DeltaSpike treats this http://deltaspike.apache.org/documentation/configuration.html#_propertyfileconfig
We have to revisit this. If we want to support POJO or Interface based config then we might want to annotate types and methods. So we will keep this ticket...
There are a few. * You can define a cacheFor=xxx time on the whole class, even for native types like int. * You can define a prefix org.acme.some.project for the...
Is related to #58
-1 See my comment in https://github.com/eclipse-ee4j/mojarra/issues/5157#issuecomment-2213544002 There is nothing in the spec backing this claim, and it breaks OpenWebBeans and TomEE.
Txs Arne, I did commit this to SVN. Now trying to close this ticket somehow ;)
@manovotn the definition of the producer method shows exactly what I claimed: It is the class of the bean type, except for producer methods where it is the bean class...
@manovotn > There is no history past that point, this was part of the initial version of the BeanConfigurator API. That got introduced for 2.0, that was in 2016. This...
Yes, the config option could e.g. also look up for some defaults depending on a Class.forName on key classes for OWB and Weld.