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

Handle swagger with compression for reactive gateway #14204

Merged

Conversation

nassimerrahoui
Copy link
Contributor

@nassimerrahoui nassimerrahoui commented Mar 6, 2021

Handle swagger with compression for reactive gateway when using prod profile and compression is true here

server:
  port: 8081
  shutdown: graceful # see https://docs.spring.io/spring-boot/docs/current/reference/html/spring-boot-features.html#boot-features-graceful-shutdown
  compression:
    enabled: true

Fix #14198

Please make sure the below checklist is followed for Pull Requests.

When you are still working on the PR, consider converting it to Draft (bellow reviewers) and adding skip-ci label, you can still see CI build result at your branch.

@pascalgrimaud pascalgrimaud merged commit 7fff9f4 into jhipster:main Mar 7, 2021
@nassimerrahoui
Copy link
Contributor Author

@pascalgrimaud
Copy link
Member

@nassimerrahoui : approved

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.

Swagger in Gateway: broken when compression is true
2 participants