You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomee.apache.org by GitBox <gi...@apache.org> on 2022/12/15 19:21:44 UTC

[GitHub] [tomee] dblevins commented on pull request #988: TOMEE-4127 - CXF 3.5.5

dblevins commented on PR #988:
URL: https://github.com/apache/tomee/pull/988#issuecomment-1353594469

   We're currently waiting on TCK results for latest changes against CXF 3.5.4.  The expectation is that the TCK should now be passing and once Jean-Louis' AroundConstruct PR is merged, we are now full passing all Jakarta EE 9.1 and MicroProfile 5.0 TCKs!
   
   Let's either wait a few days to merge this so we can confirm those results or have you run the TCK locally to verify no regressions.
   
   If you want to run locally, here's the latest setup details
   
   The branch we use for TomEE 9:
   
   ```
   git clone git@github.com:apache/tomee-tck.git
   cd tomee-tck
   git checkout jakartaee9-tck
   ```
   
   If you don't have the TCK setup this script should do it:
   
   ```
   bash setup.sh
   ```
   
   Then you can run just the JAX-RS tests like so:
   
   ```
   ./runtests -sql skip -ds -w tomee-plume com/sun/ts/tests/jaxrs
   ```
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@tomee.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org