Skip to content

Swagger reader (i guess) merges valid jax-rs paths together #2751

@soberich

Description

@soberich

Hi,

I have a Application class and jax-rs endpoints

@ApplicationPath("rest")

endpoints

@Path("user")

which is a valid way to get resulting path as "rest/user" according to jax-rs docs
unfortunately
the resulting .yaml file states ''/restuser/...' everywhere
NO configuration done to swagger at all, just 2 dependencies added (initializer and jaxrs2)
and after scanning the result is that.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions