Registry / dependency-injection / weld-se-core

weld-se-core

JSON →
library5.1.7.Finaljavamavenunverified

Weld implementation of CDI for Java SE environments.

<dependency> <groupId>org.jboss.weld.se</groupId> <artifactId>weld-se-core</artifactId> <version>5.1.7.Final</version> </dependency>
INSTALL
IMPORT
SIG · WELD-SE-CORE
W
weld-se-core
dependency-injectionjavav5.1.7.Final
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

Initializes a Weld CDI container in Java SE.

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(); container.shutdown(); } }
Debug
Known issues
breakingWeld SE 5.x requires Java 11+ and may have breaking changes from 4.x.
fix
Check the migration guide when upgrading from Weld SE 4.
affects: >=5.0.0
Upgrade
Version history
5.1.7.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
32 hits · last 30 days
node
26
OpenAI (training)
1
Resources
weld-se-core — mvn dependency:get weld-se-core · libregistry