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

#452 The generator does not work when using @Produces to customize the JSON MIME type #454

Merged
merged 2 commits into from
Jun 20, 2024

Conversation

rbygrave
Copy link
Contributor

No description provided.

rbygrave added 2 commits June 20, 2024 21:04
…e the JSON MIME type

e.g.
```
@produces(MediaType.APPLICATION_JSON + ";charset=UTF-8")
```
…e the JSON MIME type

e.g.
```
@produces(MediaType.APPLICATION_JSON + ";charset=UTF-8")
```
@rbygrave rbygrave self-assigned this Jun 20, 2024
@rbygrave rbygrave added this to the 2.6 milestone Jun 20, 2024
@rbygrave rbygrave merged commit 38370c2 into master Jun 20, 2024
7 checks passed
@rbygrave rbygrave deleted the feature/452-json-utf8 branch June 20, 2024 09:43
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 this pull request may close these issues.

The generator does not work when using @Produces to customize the JSON MIME type
1 participant