Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jakartaee-tck-dev] Please respond with (short) status of your Jakarta EE 11 TCK refactoring efforts...

Hi,

I'm going to report on our EE 11 TCK status tomorrow at the Jakarta EE Working group meeting.  Even if you are blocked on other work but do intend to contribute to the [1] tckrefactor branch, please respond with your status as to what you are doing or that you are blocked currently.

Some recent pull requests/changes made this year already:

1. Servlet TCK refactor with JUnit + Arquillian (multiple pull requests).
2.  General cleanup [2] (one of many pull requests for cleanup + restructuring).
3.  EL test changes for running with JUnit [3]. 
4.  Websocket TCK refactor with JUnit + Arquillian [4].
5.  JSP TCK refactor with JUnit + Arquillian [5] is not yet merged.
6.  JMS TCK refactor with JUnit + Arquillian [6] is not yet merged.
7.  Pending remaining work to automate conversion of Platform TCK tests [1] to use JUnit + Arquillian [7][8] (adding main driver is blocked on myself).

Thanks,
Scott

[1] https://github.com/jakartaee/platform-tck/tree/tckrefactor
[2] https://github.com/jakartaee/platform-tck/pull/1175
[3] https://github.com/jakartaee/platform-tck/pull/1164
[4] https://github.com/jakartaee/platform-tck/pull/1160
[5] https://github.com/jakartaee/platform-tck/pull/1182
[6] https://github.com/jakartaee/platform-tck/pull/1185
[7] https://github.com/scottmarlow/jakartaee-tck-tools/tree/jar2shrinkwrap
[8] https://github.com/starksm64/tck-rewrite-tools

Back to the top