Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GeneratedClass annotation returns wrong data in Jandex when used in windows #742

Closed
fjtirado opened this issue Jul 4, 2024 · 0 comments · Fixed by #743
Closed

GeneratedClass annotation returns wrong data in Jandex when used in windows #742

fjtirado opened this issue Jul 4, 2024 · 0 comments · Fixed by #743
Assignees

Comments

@fjtirado
Copy link
Contributor

fjtirado commented Jul 4, 2024

In Linux, the annotation is
@GeneratedClass(value="multiplication/spec.yaml", tag = "Default")
In windows, the annotaion is
@GeneratedClass(value="multiplication\spec.yaml", tag = "Default")

When the annotation is read by Jandex for the windows generated class, value is "multiplication pec.yaml"

@fjtirado fjtirado self-assigned this Jul 4, 2024
fjtirado added a commit to fjtirado/quarkus-openapi-generator that referenced this issue Jul 4, 2024
@fjtirado fjtirado mentioned this issue Jul 4, 2024
7 tasks
fjtirado added a commit to fjtirado/quarkus-openapi-generator that referenced this issue Jul 4, 2024
fjtirado added a commit that referenced this issue Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant