Registry / dependency-injection / wildfly-weld

wildfly-weld

JSON →
library40.0.0.Beta1javamavenunverified

Provides CDI (Contexts and Dependency Injection) integration for the WildFly application server.

<dependency> <groupId>org.wildfly</groupId> <artifactId>wildfly-weld</artifactId> <version>40.0.0.Beta1</version> </dependency>
INSTALL
IMPORT
SIG · WILDFLY-WELD
W
wildfly-weld
dependency-injectionjavav40.0.0.Beta1
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.

Weld
org.jboss.weld.environment.se.Weld

Initialize a Weld CDI container

import org.jboss.weld.environment.se.Weld; import org.jboss.weld.environment.se.WeldContainer; public class Main { public static void main(String[] args) { Weld weld = new Weld(); WeldContainer container = weld.initialize(); // Use container container.shutdown(); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
40.0.0.Beta1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
36 hits · last 30 days
node
30
OpenAI (training)
1
Resources
wildfly-weld — mvn dependency:get wildfly-weld · libregistry