Skip to content

Commit

Permalink
Revert "Allow response content to be json formatted"
Browse files Browse the repository at this point in the history
This reverts commit d831fdc.
  • Loading branch information
Sgitario committed Feb 7, 2025
1 parent 9e928df commit 86c863e
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ quarkus.http.access-log.pattern=combined
quarkus.management.enabled=true
quarkus.management.port=9000
quarkus.management.root-path=/
quarkus.micrometer.export.json.enabled=true

# database configuration
quarkus.datasource.db-kind=postgresql
Expand Down
1 change: 0 additions & 1 deletion swatch-contracts/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ quarkus.management.enabled=true
%test.quarkus.management.enabled=false
quarkus.management.port=9000
quarkus.management.root-path=/
quarkus.micrometer.export.json.enabled=true

quarkus.log.handler.splunk.enabled=${ENABLE_SPLUNK_HEC:false}
quarkus.log.handler.splunk.url=${SPLUNK_HEC_URL:https://splunk-hec.redhat.com:8088/}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ quarkus.http.access-log.pattern=combined
quarkus.management.enabled=true
quarkus.management.port=9000
quarkus.management.root-path=/
quarkus.micrometer.export.json.enabled=true

#clowder quarkus config takes care of setting the common kafka settings
kafka.bootstrap.servers=localhost:9092
Expand Down
4 changes: 0 additions & 4 deletions swatch-metrics/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@ quarkus:
port: 9000
# Configure the Quarkus non application paths to listen on "/" instead of "/q"
root-path: /
micrometer:
export:
json:
enabled: true
http:
port: ${SERVER_PORT}
test-port: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ quarkus.management.enabled=true
%test.quarkus.management.enabled=false
quarkus.management.port=9000
quarkus.management.root-path=/
quarkus.micrometer.export.json.enabled=true

# expose swagger-ui and openapi JSON/YAML on turnpike-friendly paths
quarkus.smallrye-openapi.path=/api/${quarkus.application.name}/internal/openapi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ quarkus.management.enabled=true
%test.quarkus.management.enabled=false
quarkus.management.port=9000
quarkus.management.root-path=/
quarkus.micrometer.export.json.enabled=true

# expose swagger-ui and openapi JSON/YAML on turnpike-friendly paths
quarkus.smallrye-openapi.path=/api/${quarkus.application.name}/internal/openapi
Expand Down

0 comments on commit 86c863e

Please sign in to comment.