Mark Struberg
Mark Struberg
withdraw from the JCP and move to JakartaEE
The spec leads @Emily-Jiang and @struberg decided to withdraw this specification from the JCP and continue the work under the JakartaEE umbrella. This means we will rename all packages to...
In Apache DeltaSpike you can define an interface which gets automatically provided as accessor for configured values http://deltaspike.apache.org/documentation/configuration.html#_interface_based_configuration It's basically the approach first seen in Owner. You simply write an...
Currently we only support injecting a `@ConfigProperty Provider` but this has some issues on Weld. So we might think about additionally also supporting injection of `Supplier `
Should we introduce a ProjectStage in JSR-382?
Splitting this out from #9 into a separate ticket as discussed in our last EG meeting. When people make use of ConfigValue they often want to trigger some action when...
as @Emily-Jiang noted in PR #62 we need to add test which cover the following features of ConfigAccessor: * useConverter * getKey * getResolvedKey * getValue(ConfigSnapShot) * ConfigSource#value changed stuff
Currently the whole config approach assumes that all the information is available in the whole ClassLoader/application. If someone want's to guard against such an access, then this should best be...
Revert #5157
**Describe the bug** The issue #5157 changed a behaviour of Mojarra which was there since 10 years++ to a new version which breaks Apache OpenWebBeans and thus TomEE and other...
Per the current [TCK Process documentation](https://jakarta.ee/committees/specification/tckprocess/), please find bellow a challenge related to JSON-B TCK. Can someone please add the challenge label which is required by the TCK Process but...