This series of articles introduces Contexts and Dependency Injection for Java EE (CDI), a key part of the soon to be finalized Java EE 6 platform. Standardized via JSR 299, CDI is the de-facto API for ...
Consider allowing the StorageClass to be created without the CDI annotation and surface a warning in the Harvester UI (under Storage > StorageClasses > CDI Settings). Alternatively, clearly document ...
Community driven content discussing all aspects of software development from DevOps to design patterns. There’s an interesting change packaged inside the CDI 4.0 release that will change the way you ...
When using a custom CDI qualifier annotation that has a primitive array (e.g., int[], double[]) as a member, Quarkus Arc’s Qualifiers class fails with a ClassCastException. This happens because the ...