We should investigate what needs to be done in order to make Weld build and tests work with JDK 9.
*This issue is expected to spawn a series of subtasks.*
The idea is to push these changes into master branch and once we get the whole picture, we will transfer those changes onto 2.3 branch.
So far these problems were encountered: * Weld SE and Groovy ** Groovy compilation fails and it seems there is no way to fix that now on our side ** We can exclude Groovy compilation in automatically activated profile for now * Maven checkstyle problems ** Addressed by WELD-2149 * Test failures ** So far it seems they might be related to Arquillian tests ** A lot of {{ConcurrectModificationException}} thrown randomly when executing tests
|