Commit 63f94fb
authored
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-59281 parent daa7cbd commit 63f94fb
1 file changed
+2
-2
lines changed| 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