We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description I am using .graphql files to produce valid GraphQL content from Qute templates (see the .txt files in https://github.com/quarkusio/quarkus-backports/tree/master/src/main/resources/templates/GitHubService). If I set their suffix to .graphql, Qute still finds them and parses correctly but the following logging message keeps appearing in the logs:
.graphql
2020-07-27 09:35:38,530 WARN [io.qua.qut.run.TemplateProducer] (Quarkus Main Thread) Unknown media type for suffix: .graphql
Implementation ideas Make the log a debug statement or have some way to specify custom content types
The text was updated successfully, but these errors were encountered:
/cc @mkouba
Sorry, something went wrong.
Qute - improve content type detection
8dabad1
- add config property for additional mappings - resolves quarkusio#10991
mkouba
Successfully merging a pull request may close this issue.
Description
I am using
.graphql
files to produce valid GraphQL content from Qute templates (see the .txt files in https://github.com/quarkusio/quarkus-backports/tree/master/src/main/resources/templates/GitHubService). If I set their suffix to.graphql
, Qute still finds them and parses correctly but the following logging message keeps appearing in the logs:Implementation ideas
Make the log a debug statement or have some way to specify custom content types
The text was updated successfully, but these errors were encountered: