You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: graphql-dgs-codegen-gradle/src/main/kotlin/com/netflix/graphql/dgs/codegen/gradle/JacksonVersionDetector.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ object JacksonVersionDetector {
59
59
if (result.size ==2) {
60
60
logger.info("DGS Codegen: Both Jackson 2 and 3 detected in project dependencies. Will generate annotations for both.")
61
61
} elseif (result.isEmpty()) {
62
-
logger.warn("DGS Codegen: Could not detect Jackson version from project dependencies. Will generate annotations for both.")
62
+
logger.warn("DGS Codegen: Could not detect Jackson version from project dependencies. Defaulting to Jackson 2 annotations.")
0 commit comments