Registry / dependency-injection / deltaspike-core-impl

deltaspike-core-impl

JSON →
library2.0.1javamavenunverified

Apache DeltaSpike is a suite of portable CDI extensions for Java EE and Jakarta EE, and this module provides the core implementation.

<dependency> <groupId>org.apache.deltaspike.core</groupId> <artifactId>deltaspike-core-impl</artifactId> <version>2.0.1</version> </dependency>
INSTALL
IMPORT
SIG · DELTASPIKE-CORE-IM
D
deltaspike-core-impl
dependency-injectionjavav2.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ConfigResolver
org.apache.deltaspike.core.api.config.ConfigResolver

Using DeltaSpike ConfigResolver to read configuration

import org.apache.deltaspike.core.api.config.ConfigResolver; public class Example { public String getConfig() { return ConfigResolver.getPropertyValue("my.config.key"); } }
Debug
Known issues
breakingDeltaSpike 2.x requires CDI 2.0+ (Java EE 8 / Jakarta EE 8)
fix
Ensure your application server supports CDI 2.0 or later
affects: >=2.0.0
Upgrade
Version history
2.0.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
26
Resources
deltaspike-core-impl — mvn dependency:get deltaspike-core-impl · libregistry