Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5d939cc

Browse files
committed
Update deprecation message
Because Jackson migrated to 3.x.Since 2.21 corresponds to 3.0, 2.23 corresponds to 3.2.
1 parent54d1b9f commit5d939cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/main/kotlin/tools/jackson/module/kotlin/KotlinFeature.kt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ enum class KotlinFeature(internal val enabledByDefault: Boolean) {
8686
*/
8787
@Deprecated(
8888
level=DeprecationLevel.WARNING,
89-
message="This option will be merged into StrictNullChecks in2.23.",
89+
message="This option will be merged into StrictNullChecks in3.2.",
9090
replaceWith=ReplaceWith("StrictNullChecks")
9191
)
9292
NewStrictNullChecks(enabledByDefault=false);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp