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.