microprofile-extensions / openapi-ext

Some extensions for MicroProfile OpenAPI
Apache License 2.0
22 stars 13 forks source link

Openapi-ext getting an error with ApplicationPath = "/" using payara micro #10

Closed lePauloRicardo closed 4 years ago

lePauloRicardo commented 4 years ago

Hi regarding the issue #7, using payara micro, it was still not working, so I cloned the repository and by replacing @Path("{path: ^webjars\\/.*}") with @Path("{path: webjars/.*}") it worked. Can we use this path? Can it be updated, or won't it work on other implementations?

(edit: typo)

phillip-kruger commented 4 years ago

You can do a PR, also look at the example and make sure it works there using Thorntail.

lePauloRicardo commented 4 years ago

Hi All this was also affecting open liberty. The fix worked with the three sample implementations.

phillip-kruger commented 4 years ago

Thanks for the fix !