jakartaee / enterprise-beans

Jakarta Enterprise Beans
https://eclipse.org/ee4j/ejb
Other
19 stars 28 forks source link

Prepare Jakarta Enterprise Beans for Jakarta EE 8 Release #43

Open ivargrimstad opened 5 years ago

ivargrimstad commented 5 years ago

Instructions

See here for detailed instructions.

senivam commented 5 years ago

EJB API can not be built due to compilation error:

[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /home/jenkins/workspace/ejb-api-master-build/api/src/main/java/javax/ejb/EJB.java:[42,29] '{' expected
[INFO] 1 error

it's must be buildable in order to run TCK/CTS on it.

pzygielo commented 5 years ago

EJB API can not be built due to compilation error:

[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /home/jenkins/workspace/ejb-api-master-build/api/src/main/java/javax/ejb/EJB.java:[42,29] '{' expected
[INFO] 1 error

it's must be buildable in order to run TCK/CTS on it.

Shall be fixed by #48 I think.

senivam commented 5 years ago

EJB tests are being run as part of CTS job jakartaeetck-certification

Results: summary.html

kwsutter commented 4 years ago

I think this Issue is done, right? Jakarta EE 8 is shipped. Let's close this out.