Skip to content

This repository contains some implementations of the JakartaEE CDI 2.0 specification

Notifications You must be signed in to change notification settings

hakdogan/JakartaEE-CDI-2.0-Spec

Repository files navigation

JakartaEE CDI 2.0

build Maintainability Rating Reliability Rating Vulnerabilities Code Smells Duplicated Lines (%) Coverage

This repository contains some implementations of the JakartaEE CDI 2.0 specification. Details of each application can be found in its own readme file.

How do I run the examples?

mvn liberty:dev #or mvn liberty:run

How do I run tests?

Examples of this repository use Arquillian for tests. Therefore, you must run the liberty-maven-plugin goals to create the application server, install the features, and deploy the application to the server if you haven't run the following commands before.

mvn clean package
mvn liberty:create liberty:install-feature liberty:deploy

After that, you can run the Arquillian tests with the following goal

mvn verify

About

This repository contains some implementations of the JakartaEE CDI 2.0 specification

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages