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
The Kotlin module may be given a few configuration parameters at construction time;
194
-
see the [inline documentation](https://github.com/FasterXML/jackson-module-kotlin/blob/2.19/src/main/kotlin/com/fasterxml/jackson/module/kotlin/KotlinModule.kt)
193
+
see the [inline documentation](https://github.com/FasterXML/jackson-module-kotlin/blob/2.20/src/main/kotlin/com/fasterxml/jackson/module/kotlin/KotlinModule.kt)
195
194
for details on what options are available and what they do.
196
195
197
196
```kotlin
@@ -254,7 +253,7 @@ See the [main Jackson contribution guidelines](https://github.com/FasterXML/jack
254
253
255
254
If you are going to write code, choose the appropriate base branch:
256
255
257
-
-`2.19` for bugfixes against the current stable version
256
+
-`2.20` for bugfixes against the current stable version
258
257
-`2.x` for additive functionality & features or [minor](https://semver.org), backwards compatible changes to existing behavior to be included in the next minor version release
259
258
-`3.x` for significant changes to existing behavior, which will be part of Jackson 3.0
0 commit comments