Skip to content

Commit

Permalink
Update README files
Browse files Browse the repository at this point in the history
  • Loading branch information
manovotn committed Jun 21, 2024
1 parent 7ca3b1f commit 2008d25
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
The primary goal of this project is to provide simple and fast tools for CDI *unit/component* testing.
The tools are implemented as JUnit 4, JUnit 5 and Spock extensions.

:warning: **Version 4.x of this extension supports Weld 5.0 (CDI 4.0) along with `jakarta` namespace**
:warning: **Version 5.x of this extension supports Weld 6.0 (CDI 4.1) along with `jakarta` namespace**

## The What

Expand Down
2 changes: 1 addition & 1 deletion junit4/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Weld JUnit 4 Extension

Weld JUnit 4 extension uses the original JUnit extension system via `@Rule` or `@ClassRule` annotation.
It requires JUnit 4.9+ and Java 8.
It requires JUnit 4.9+ and Java 17.

## Table of contents

Expand Down
2 changes: 1 addition & 1 deletion junit5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ internally, as soon as the according beans are resolved and thus created. If eit
get a `WELD-ENV-002016` error if another container is running at the same time, so you should use `@Isolated`
for these features to make sure they are running individually.

Requirements are JUnit 5 and Java 11.
Requirements are JUnit 5 and Java 17.

## Table of contents

Expand Down
2 changes: 1 addition & 1 deletion spock/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ internally, as soon as the according beans are resolved and thus created. If eit
get a `WELD-ENV-002016` error if another container is running at the same time, so you should use `@Isolated`
for these features to make sure they are running individually.

Minimum requirements are Spock 2 and Java 11.
Minimum requirements are Spock 2 and Java 17.

## Table of contents

Expand Down

0 comments on commit 2008d25

Please sign in to comment.