File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
deltaspike/cdictrl/impl-openejb/src/test/java/org/apache/deltaspike/cdise/openejb/bean Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -31,12 +31,11 @@ rm mvn-*log
3131# works fine with Java11
3232mvn clean install -POWB | tee mvn-owb4.0.3.log
3333mvn clean install -Ptomee-build-managed -Dtomee.version=10.0.0-M1 | tee mvn-tomee10.0.0-M1.log
34-
3534mvn clean install -PWeld -Dweld.version=5.1.2.Final | tee mvn-weld5.1.2.log
3635
3736# requires Java 17
38- mvn clean install -Ptomee-build-managed -Dtomee.version=10.1.0 | tee mvn-tomee10.0.1 .log
39-
37+ mvn clean install -Ptomee-build-managed -Dtomee.version=10.1.0 | tee mvn-tomee10.1.0 .log
38+ mvn clean install -Pwildfly-build-managed -Pwildfly.version=31.0.0.Final | tee mvn-wildfly-31.0.0.log
4039
4140# and now for the result check
4241tail mvn-* .log | less
Original file line number Diff line number Diff line change 1818 */
1919package org .apache .deltaspike .cdise .openejb .bean ;
2020
21+ import jakarta .enterprise .context .ApplicationScoped ;
22+
23+ @ ApplicationScoped
2124public class Foo
2225{
2326 public String name () {
You can’t perform that action at this time.
0 commit comments