-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit 63f94fb
Update the DEFAULT_CODEC_REGISTRY order (#1795)
Ensure that KotlinCodecProvider is used to handle any kotlin
types first, then fall back to any native java codecs.
For non kotlin users this will be a NOOP as the actual kotlin codec
providers won't be on the class path
JAVA-5928 1 parent daa7cbd commit 63f94fb
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | - | ||
87 | 86 | | |
88 | 87 | | |
89 | - | ||
88 | + | ||
89 | + | ||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
0 commit comments