|
Thanks for the heads up. Some comments below:
EAP 6.4 probably will be certified on JDK 8 therefore we are running all test suites on JDK8.
Ok. Are there any issues with the code base itself, or just how the TCK is run?
Our script running validator tck was written before
HV-545
and it relied on jboss.home property. Unfortunately we didn't note
HV-545
so our "incontainer" results are not valid. I realized that during initial testing on JDK 8 where jboss as version downloaded from maven doesn't even start.
Ok. What is the problem? Which AS version are you using? It might not be so easy to update JBoss and Arquillian versions. The problem is that the framework to run the incontainer tests was back then very tied into specific versions of these dependencies (this was pre Arquillian). There is probably more needed than a simple dependency upgrade.
For now I'm going to handle pom changes in our script, but in case there will be another 4.3 release (security fix etc.) it would be nice to have it included.
Ok. If you are making more changes to the test runner setup feel free to share 
|