Commit 4b532c8
committed
Update the DEFAULT_CODEC_REGISTRY order
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 44e7add commit 4b532c8
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
74 | 76 | | |
75 | 77 | | |
76 | 78 | | |
| |||
85 | 87 | | |
86 | 88 | | |
87 | 89 | | |
88 | | - | |
89 | | - | |
| 90 | + | |
90 | 91 | | |
91 | 92 | | |
92 | 93 | | |
| |||
0 commit comments