Skip to content
This repository was archived by the owner on Jun 30, 2023. It is now read-only.

Commit bee4f28

Browse files
committed
change the system property too
1 parent 5c66d36 commit bee4f28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • endpoints-framework/src/main/java/com/google/api/server/spi/config/model

endpoints-framework/src/main/java/com/google/api/server/spi/config/model/EndpointsFlag.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public enum EndpointsFlag {
6666
* is an explicit dependency, this can cause conflict with apps that use Jackson annotations for
6767
* reasons outside of using this framework. Defaults to true.
6868
*/
69-
JSON_USE_JACKSON_ANNOTATIONS("json.allowJacksonAnnotations", true);
69+
JSON_USE_JACKSON_ANNOTATIONS("json.useJacksonAnnotations", true);
7070

7171
private static final String ENV_VARIABLE_PREFIX = "ENDPOINTS_";
7272
private static final String SYSTEM_PROPERTY_PREFIX = "endpoints.";

0 commit comments

Comments
 (0)