Fork me on GitHub

Project Dependencies

compile

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

GroupId ArtifactId Version Type Licenses
com.github.jonasrutishauser cdi-test-api 1.1.2 jar GNU LGPL 3
io.github.jonasrutishauser transactional-event-api 3.3.2 jar GNU LGPL 3

runtime

The following is a list of runtime dependencies for this project. These dependencies are required to run the application:

GroupId ArtifactId Version Type Licenses
com.github.jonasrutishauser cdi-test-concurrency 1.1.2 jar GNU LGPL 3
com.github.jonasrutishauser cdi-test-jta 1.1.2 jar GNU LGPL 3
com.github.jonasrutishauser cdi-test-mp-config 1.1.2 jar GNU LGPL 3
com.h2database h2 2.2.220 jar MPL 2.0EPL 1.0
io.github.jonasrutishauser transactional-event-core 3.3.2 jar GNU LGPL 3

test

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

GroupId ArtifactId Version Type Licenses
org.awaitility awaitility 4.2.0 jar Apache 2.0

provided

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

GroupId ArtifactId Version Type Licenses
jakarta.annotation jakarta.annotation-api 2.0.0 jar EPL 2.0GPL2 w/ CPE
jakarta.enterprise jakarta.enterprise.cdi-api 3.0.0 jar Apache License 2.0
jakarta.enterprise.concurrent jakarta.enterprise.concurrent-api 2.0.0 jar EPL 2.0GPL2 w/ CPE

Project Transitive Dependencies

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

runtime

The following is a list of runtime dependencies for this project. These dependencies are required to run the application:

GroupId ArtifactId Version Type Licenses
com.github.h-thurow simple-jndi 0.23.0 jar null
com.github.jonasrutishauser cdi-test-core 1.1.2 jar GNU LGPL 3
com.github.jonasrutishauser cdi-test-jndi 1.1.2 jar GNU LGPL 3
commons-io commons-io 2.5 jar Apache License, Version 2.0
commons-lang commons-lang 2.6 jar The Apache Software License, Version 2.0
io.opentelemetry opentelemetry-api 1.28.0 jar The Apache License, Version 2.0
io.opentelemetry opentelemetry-context 1.28.0 jar The Apache License, Version 2.0
io.smallrye.common smallrye-common-annotation 2.1.0 jar Apache License, Version 2.0
io.smallrye.common smallrye-common-classloader 2.1.0 jar Apache License, Version 2.0
io.smallrye.common smallrye-common-constraint 2.1.0 jar Apache License, Version 2.0
io.smallrye.common smallrye-common-expression 2.1.0 jar Apache License, Version 2.0
io.smallrye.common smallrye-common-function 2.1.0 jar Apache License, Version 2.0
io.smallrye.config smallrye-config 3.2.0 jar Apache License, Version 2.0
io.smallrye.config smallrye-config-common 3.2.0 jar Apache License, Version 2.0
io.smallrye.config smallrye-config-core 3.2.0 jar Apache License, Version 2.0
jakarta.ejb jakarta.ejb-api 4.0.0 jar EPL 2.0GPL2 w/ CPE
jakarta.el jakarta.el-api 4.0.0 jar Eclipse Public License v. 2.0GNU General Public License, version 2 with the GNU Classpath Exception
jakarta.enterprise jakarta.enterprise.lang-model 4.0.0 jar Apache License 2.0
jakarta.inject jakarta.inject-api 2.0.0 jar The Apache Software License, Version 2.0
jakarta.interceptor jakarta.interceptor-api 2.0.0 jar EPL 2.0GPL2 w/ CPE
jakarta.resource jakarta.resource-api 2.0.0 jar EPL 2.0GPL2 w/ CPE
jakarta.transaction jakarta.transaction-api 2.0.0 jar EPL 2.0GPL2 w/ CPE
org.apache.logging.log4j log4j-api 2.20.0 jar Apache License, Version 2.0
org.apiguardian apiguardian-api 1.1.2 jar The Apache License, Version 2.0
org.eclipse.microprofile.config microprofile-config-api 3.0 jar Apache License, Version 2.0
org.eclipse.microprofile.reactive-streams-operators microprofile-reactive-streams-operators-api 3.0 jar Apache License, Version 2.0
org.glassfish jakarta.enterprise.concurrent 2.0.0 jar EPL 2.0GPL2 w/ CPE
org.jboss jboss-transaction-spi 8.0.0.Final jar Public Domain
org.jboss.classfilewriter jboss-classfilewriter 1.2.5.Final jar Apache License, version 2.0
org.jboss.invocation jboss-invocation 2.0.0.Final jar Apache License 2.0
org.jboss.logging jboss-logging 3.5.0.Final jar Apache License, version 2.0
org.jboss.narayana common 7.0.0.Final jar Apache-2.0
org.jboss.narayana.arjunacore arjuna 7.0.0.Final jar Apache-2.0
org.jboss.narayana.jta cdi 7.0.0.Final jar Apache-2.0
org.jboss.narayana.jta jta 7.0.0.Final jar Apache-2.0
org.jboss.narayana.jta narayana-jta 7.0.0.Final jar Apache-2.0
org.jboss.weld weld-api 4.0.SP1 jar Apache License, Version 2.0
org.jboss.weld weld-core-impl 4.0.3.Final jar Apache License, Version 2.0
org.jboss.weld weld-spi 4.0.SP1 jar Apache License, Version 2.0
org.jboss.weld.environment weld-environment-common 4.0.3.Final jar Apache License, Version 2.0
org.jboss.weld.module weld-jta 4.0.3.Final jar Apache License, Version 2.0
org.jboss.weld.probe weld-probe-core 4.0.3.Final jar Apache License, Version 2.0
org.jboss.weld.se weld-se-core 4.0.3.Final jar Apache License, Version 2.0
org.jetbrains annotations 13.0 jar The Apache Software License, Version 2.0
org.junit.jupiter junit-jupiter-api 5.10.1 jar Eclipse Public License v2.0
org.junit.platform junit-platform-commons 1.10.1 jar Eclipse Public License v2.0
org.opentest4j opentest4j 1.3.0 jar The Apache License, Version 2.0
org.ow2.asm asm 9.4 jar BSD-3-Clause
org.reactivestreams reactive-streams 1.0.3 jar CC0
org.slf4j slf4j-api 1.7.21 jar MIT License

test

The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:

GroupId ArtifactId Version Type Licenses
org.hamcrest hamcrest 2.1 jar BSD Licence 3

Project Dependency Graph

Dependency Tree

Licenses

Apache License, version 2.0: JBoss Logging 3, classfilewriter

Unnamed: com.github.h-thurow:simple-jndi

The Apache License, Version 2.0: OpenTelemetry Java, org.apiguardian:apiguardian-api, org.opentest4j:opentest4j

Apache 2.0: Awaitility

MIT License: SLF4J API Module

BSD-3-Clause: asm

Eclipse Public License v2.0: JUnit Jupiter API, JUnit Platform Commons

GPL2 w/ CPE: Jakarta Annotations API, Jakarta Enterprise Beans API, Jakarta Interceptors, jakarta.enterprise.concurrent-api, jakarta.resource API, jakarta.transaction API, org.glassfish.jakarta.enterprise.concurrent

Public Domain: JBoss Transaction SPI

BSD Licence 3: Hamcrest

CC0: reactive-streams

Eclipse Public License v. 2.0: Jakarta Expression Language API

Apache License 2.0: CDI APIs, CDI Language Model, JBoss Invocation API - Jakarta EE Variant

GNU General Public License, version 2 with the GNU Classpath Exception: Jakarta Expression Language API

Apache License, Version 2.0: Apache Commons IO, Apache Log4j API, Eclipse MicroProfile Reactive Streams Operators API, MicroProfile Config API, SmallRye Common: Annotations, SmallRye Common: Classloader, SmallRye Common: Constraints, SmallRye Common: Expressions, SmallRye Common: Functions, SmallRye Config: CDI, SmallRye Config: Common, SmallRye Config: Core, Weld APIs, Weld Environment Common, Weld Implementation (Core), Weld JTA, Weld Probe Core, Weld SE (Core), Weld SPIs for container integration

Apache-2.0: Narayana: ArjunaCore arjuna, Narayana: ArjunaJTA cdi, Narayana: ArjunaJTA jta, Narayana: ArjunaJTA narayana-jta, Narayana: common

EPL 2.0: Jakarta Annotations API, Jakarta Enterprise Beans API, Jakarta Interceptors, jakarta.enterprise.concurrent-api, jakarta.resource API, jakarta.transaction API, org.glassfish.jakarta.enterprise.concurrent

EPL 1.0: H2 Database Engine

MPL 2.0: H2 Database Engine

GNU LGPL 3: CDI Test API, CDI Test Concurrency, CDI Test Implementation, CDI Test JNDI, CDI Test JTA, CDI Test microprofile config, Transactional Event Library API, Transactional Event Library CDI Test extension, Transactional Event Library Core

The Apache Software License, Version 2.0: Commons Lang, IntelliJ IDEA Annotations, Jakarta Dependency Injection

Dependency File Details

Filename Size Entries Classes Packages Java Version Debug Information
simple-jndi-0.23.0.jar 69.1 kB 48 34 6 1.7 Yes
cdi-test-api-1.1.2.jar 9.8 kB 22 7 3 11 Yes
cdi-test-concurrency-1.1.2.jar 4.2 kB 15 1 1 11 Yes
cdi-test-core-1.1.2.jar 36.7 kB 36 19 3 11 Yes
cdi-test-jndi-1.1.2.jar 13.5 kB 22 6 1 11 Yes
cdi-test-jta-1.1.2.jar 6.6 kB 18 2 1 11 Yes
cdi-test-mp-config-1.1.2.jar 7 kB 21 4 1 11 Yes
h2-2.2.220.jar 2.6 MB 1054 - - - -
   • Root - 1052 1047 58 1.8 Yes
   • Versioned - 1 1 1 9 Yes
   • Versioned - 1 1 1 10 Yes
commons-io-2.5.jar 208.7 kB 142 123 7 1.6 Yes
commons-lang-2.6.jar 284.2 kB 155 133 10 1.3 Yes
transactional-event-api-3.3.2.jar 22.5 kB 43 24 6 11 Yes
transactional-event-core-3.3.2.jar 91.9 kB 81 56 10 11 Yes
opentelemetry-api-1.28.0.jar 138 kB 163 148 10 1.8 Yes
opentelemetry-context-1.28.0.jar 47.2 kB 49 40 3 1.8 Yes
smallrye-common-annotation-2.1.0.jar 7.6 kB 21 8 2 11 Yes
smallrye-common-classloader-2.1.0.jar 9.5 kB 17 5 2 11 Yes
smallrye-common-constraint-2.1.0.jar 12.7 kB 19 6 2 11 Yes
smallrye-common-expression-2.1.0.jar 21.4 kB 26 13 2 11 Yes
smallrye-common-function-2.1.0.jar 45.6 kB 54 42 2 11 Yes
smallrye-config-3.2.0.jar 35.2 kB 30 15 1 11 Yes
smallrye-config-common-3.2.0.jar 11.6 kB 20 7 2 11 Yes
smallrye-config-core-3.2.0.jar 276.4 kB 187 171 1 11 Yes
jakarta.annotation-api-2.0.0.jar 25.4 kB 29 16 4 1.8 Yes
jakarta.ejb-api-4.0.0.jar 60 kB 97 81 3 1.8 Yes
jakarta.el-api-4.0.0.jar 80.6 kB 61 49 1 1.8 Yes
jakarta.enterprise.cdi-api-3.0.0.jar 119.3 kB 174 148 11 1.8 Yes
jakarta.enterprise.lang-model-4.0.0.jar 26.2 kB 38 23 4 11 Yes
jakarta.enterprise.concurrent-api-2.0.0.jar 26.6 kB 27 15 1 1.8 Yes
jakarta.inject-api-2.0.0.jar 10.1 kB 17 6 1 1.5 No
jakarta.interceptor-api-2.0.0.jar 24.6 kB 22 10 1 1.8 Yes
jakarta.resource-api-2.0.0.jar 68.5 kB 113 89 6 1.8 Yes
jakarta.transaction-api-2.0.0.jar 27.9 kB 31 19 1 1.8 Yes
log4j-api-2.20.0.jar 313.3 kB 223 - - - -
   • Root - 211 187 7 1.8 Yes
   • Versioned - 12 5 3 9 Yes
apiguardian-api-1.1.2.jar 6.8 kB 9 3 2 1.6 Yes
awaitility-4.2.0.jar 95.8 kB 92 76 8 1.8 Yes
microprofile-config-api-3.0.jar 17.8 kB 29 14 3 1.8 Yes
microprofile-reactive-streams-operators-api-3.0.jar 42.3 kB 68 52 2 1.8 Yes
jakarta.enterprise.concurrent-2.0.0.jar 53.8 kB 42 29 3 1.8 Yes
hamcrest-2.1.jar 123.1 kB 122 108 11 1.7 Yes
jboss-transaction-spi-8.0.0.Final.jar 32.4 kB 51 37 4 1.8 Yes
jboss-classfilewriter-1.2.5.Final.jar 120.4 kB 90 75 6 1.8 Yes
jboss-invocation-2.0.0.Final.jar 75.8 kB 71 56 4 11 Yes
jboss-logging-3.5.0.Final.jar 62.6 kB 47 35 2 11 Yes
common-7.0.0.Final.jar 32.3 kB 36 17 5 11 Yes
arjuna-7.0.0.Final.jar 539.6 kB 334 282 35 11 Yes
cdi-7.0.0.Final.jar 42.2 kB 38 20 3 11 Yes
jta-7.0.0.Final.jar 213.8 kB 144 102 23 11 Yes
narayana-jta-7.0.0.Final.jar 1.1 MB 525 495 83 11 Yes
weld-api-4.0.SP1.jar 32.6 kB 68 42 12 1.8 Yes
weld-core-impl-4.0.3.Final.jar 1.7 MB 1190 - - - -
   • Root - 1181 1106 60 1.8 Yes
   • Versioned - 9 2 1 11 Yes
weld-spi-4.0.SP1.jar 84.9 kB 153 107 23 1.8 Yes
weld-environment-common-4.0.3.Final.jar 86.7 kB 73 53 6 1.8 Yes
weld-jta-4.0.3.Final.jar 22.1 kB 30 14 1 1.8 Yes
weld-probe-core-4.0.3.Final.jar 817.9 kB 123 86 1 1.8 Yes
weld-se-core-4.0.3.Final.jar 72.5 kB 71 45 8 1.8 Yes
annotations-13.0.jar 17.5 kB 45 32 2 1.5 Yes
junit-jupiter-api-5.10.1.jar 211 kB 197 182 8 1.8 Yes
junit-platform-commons-1.10.1.jar 106.3 kB 64 - - - -
   • Root - 56 43 7 1.8 Yes
   • Versioned - 8 2 1 9 Yes
opentest4j-1.3.0.jar 14.3 kB 15 9 2 1.6 Yes
asm-9.4.jar 122.4 kB 44 38 3 1.5 Yes
reactive-streams-1.0.3.jar 11.4 kB 17 13 1 1.6 Yes
slf4j-api-1.7.21.jar 41.1 kB 46 34 4 1.5 Yes
Total Size Entries Classes Packages Java Version Debug Information
62 10.6 MB 6909 5759 506 11 61
compile: 2 compile: 32.3 kB compile: 65 compile: 31 compile: 9 11 compile: 2
runtime: 55 runtime: 10.2 MB runtime: 6400 runtime: 5365 runtime: 462 runtime: 54
provided: 3 provided: 171.3 kB provided: 230 provided: 179 provided: 16 provided: 3
test: 2 test: 218.9 kB test: 214 test: 184 test: 19 1.8 test: 2