Skip to content
Failed

Changes

Summary

  1. Update WildFly test configs and add managed profile (details)
  2. Remove unnecessary setter causing NPEs (details)
  3. Update TCK to RC3 for fixed test (details)
Commit f91d187e292d2dcbe39b412b78568a1c00376bfd by Tobias Erdle
Update WildFly test configs and add managed profile

see: #306
The file was modified testsuite/src/test/resources/arquillian.xml (diff)
The file was modified README.md (diff)
The file was modified pom.xml (diff)
The file was modified testsuite/pom.xml (diff)
Commit e09d996ab13cdb4ed3e690538a99d3a82e12765d by Tobias Erdle
Remove unnecessary setter causing NPEs

The HttpServletRequest is provided by CDI per default. The removed
code was a rest overseen while fixing the CDI TCK problems. Anyway,
testsuite and TCK are working without this code, so it can be removed
completely.
The file was modified core/src/main/java/org/eclipse/krazo/jaxrs/JaxRsContextProducer.java (diff)
The file was modified core/src/main/java/org/eclipse/krazo/jaxrs/PostMatchingRequestFilter.java (diff)
The file was modified core/src/main/java/org/eclipse/krazo/jaxrs/PreMatchingRequestFilter.java (diff)
Commit 401b876ced6a7f0976c758d9f51ec19aa4ebdef0 by Tobias Erdle
Update TCK to RC3 for fixed test
The file was modified pom.xml (diff)