josh14
2 years agoOccasional Contributor
Migrating from javax to jakarta and would like to know how to register a filter
Trying to follow the documentation on github, I still am trying to wrap my head around openapi. I migrated in gradle some packages over to the jaxrs2 swagger builds, but I've still got an old web.xm...
- 2 years ago
Hi josh14 (great name),
So OpenAPI would be the YAML stuff, then there are the Annotations (JAX-RS stuff).
Unfortunately, it sounds like your environment may have some issues (a bad combination of dependencies, or something similar). My suggestion is to boil it down to the simplest use-case, and build up from there. If you get a reproducible case, StackOverflow may be able to offer support, or if there appears to be a bug in the code, you're more than welcome to circle back.
But as it stands, I don't have much more to offer other than the documentation you already linked to.