cerner / beadledom

A simple, composable framework for building RESTful services
http://engineering.cerner.com/beadledom
Apache License 2.0
25 stars 30 forks source link

Remove jersey-media-multipart exclusion from swagger-jersey2-jaxrs #136

Closed johnlcox closed 5 years ago

johnlcox commented 5 years ago

What was changed? Why is this necessary?

Removes the exclusion of jersey-media-multipart. Turns out swagger-jersey2-jaxrs has an explicit dependency on this just for checking if it should be ignored: https://github.com/swagger-api/swagger-core/blob/v1.5.22/modules/swagger-jersey2-jaxrs/src/main/java/io/swagger/jersey/SwaggerJersey2Jaxrs.java#L71

How was it tested?

Ran existing tests.

How to test

This is bare minimum acceptable testing