Skip to content

Commit

Permalink
Turn off reflection-free serializers
Browse files Browse the repository at this point in the history
  • Loading branch information
edeandrea committed Jan 30, 2025
1 parent d930f33 commit cfe5d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rest-fights/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ quarkus.generate-code.grpc.descriptor-set.name=locationservice-v1.dsc
quarkus.http.port=8082
quarkus.jackson.serialization-inclusion=non-empty
quarkus.http.test-port=0
quarkus.rest.jackson.optimization.enable-reflection-free-serializers=true
#quarkus.rest.jackson.optimization.enable-reflection-free-serializers=true

## Mongo
quarkus.mongodb.metrics.enabled=true
Expand Down

0 comments on commit cfe5d33

Please sign in to comment.