This is an automated email from the ASF dual-hosted git repository. asf-gitbox-commits pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/deltaspike.git
commit 780ce670ca83dc7c0f8297e9d0bc41035d220a2a Author: Mark Struberg <[email protected]> AuthorDate: Tue Jul 21 23:11:17 2026 +0200 adding shell command for starting tests with Jakarta 11 containers --- buildall.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/buildall.sh b/buildall.sh index 54132724d..86a13a293 100755 --- a/buildall.sh +++ b/buildall.sh @@ -26,7 +26,7 @@ rm mvn-*log -# CDI-2.0, EE8 +# CDI-4.0, Jakarta9 # works fine with Java11 mvn clean install -POWB | tee mvn-owb4.0.3.log @@ -36,5 +36,8 @@ mvn clean install -PWeld -Dweld.version=5.1.7.Final | tee mvn-weld5.1.7.log mvn clean install -Ptomee-build-managed -Dtomee.version=10.1.5 | tee mvn-tomee10.1.5.log mvn clean install -Pwildfly-build-managed -Pwildfly.version=31.0.0.Final | tee mvn-wildfly-31.0.0.log +# CDI-4.1, Jakarta 11 requires Java 17 +mvn clean install -Dowb.version=4.1.1-SNAPSHOT -Djakarta.cdi-api.version=4.1.0 -Dtomee.version=11.0.0-M1 -Dtomee-api.version=11.0.0-M1 + # and now for the result check tail mvn-*.log | less
