You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the update to jersey2 support does work with @BeanParam objects, however it will only find fields. It should also treat methods correctly. Here is the offending code:
This seems to have been completed already but the code is in master only and not the develop_2.0 branch. The important commit was a part of pull request #547. Can you (@fehguy) confirm this? If so, fixing this is as simple as merging 0adb22e from master to develop_2.0.
the update to jersey2 support does work with @BeanParam objects, however it will only find fields. It should also treat methods correctly. Here is the offending code:
https://github.com/wordnik/swagger-core/blob/master/modules/swagger-jaxrs/src/main/scala/com/wordnik/swagger/jaxrs/JaxrsApiReader.scala#L268
The text was updated successfully, but these errors were encountered: