hakdogan / JakartaEE-CDI-2.0-Spec

This repository contains some implementations of the JakartaEE CDI 2.0 specification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Java 100.0%