arquillian / arquillian-extension-rest

Declarative REST testing extension
37 stars 20 forks source link

Jersey client implementation #17

Closed blabno closed 10 years ago

blabno commented 10 years ago

Concerns issues:

14 ClassCastException is thrown if Jersey is used.

16 Split project

blabno commented 10 years ago

@aslakknutsen how about new release with this PR? @jmnarloch do you want to review and merge this one?

aslakknutsen commented 10 years ago

@blabno sure, when merged a release can be done. :)

blabno commented 10 years ago

@aslakknutsen I've merged this PR and https://github.com/arquillian/arquillian-extension-rest/pull/18 We can release.

aslakknutsen commented 10 years ago

excellent

aslakknutsen commented 10 years ago

@blabno I have a few test failures:

Tests in error: testStockGet(org.jboss.arquillian.quickstart.cxf.service.rs.StockServiceResourceTestCase): javax/ws/rs/client/ClientException testStockCreate(org.jboss.arquillian.quickstart.cxf.service.rs.StockServiceResourceTestCase): javax/ws/rs/client/ClientException testStockGetWarp(org.jboss.arquillian.quickstart.cxf.service.rs.StockServiceResourceTestCase): javax/ws/rs/client/ClientException

blabno commented 10 years ago

Java 1.7 is required for any Jersey version >= 2.7, so I downgraded to 2.6.