Created by: jmini
I did just run bin/jaxrs-resteasy-eap-petstore-server.sh
to update samples/server/petstore/jaxrs-resteasy/
. And I got this result.
Some behavior has changed: The problem is that:
PetApiServiceImpl
StoreApiServiceImpl
UserApiServiceImpl
Are removed.
And DefaultApiServiceImpl
is created instead.
I guess this is just the grouping setting that has changed...
If you build the project and run it at d5d8c356 the sample folder is up-to-date. Later a change was introduced that changes
This is an other proof that we need #80
@jimschubert has a script to do a git bisect somewhere I need to investigate.
For the moment I did it manually and found that cc294174 is already broken...