File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
main/kotlin/com/fasterxml/jackson/module/kotlin
test/kotlin/com/fasterxml/jackson/module/kotlin/_ported/test/github/failing Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 1
1
package com.fasterxml.jackson.module.kotlin
2
2
3
- import com.fasterxml.jackson.annotation.JsonCreator
4
3
import com.fasterxml.jackson.annotation.JsonProperty
5
4
import com.fasterxml.jackson.databind.DeserializationFeature
6
5
import com.fasterxml.jackson.databind.Module
7
- import com.fasterxml.jackson.databind.cfg.MapperConfig
8
6
import com.fasterxml.jackson.databind.introspect.Annotated
9
7
import com.fasterxml.jackson.databind.introspect.AnnotatedField
10
8
import com.fasterxml.jackson.databind.introspect.AnnotatedMember
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ import com.fasterxml.jackson.databind.MapperFeature.SORT_PROPERTIES_ALPHABETICAL
6
6
import com.fasterxml.jackson.module.kotlin.jacksonMapperBuilder
7
7
import com.fasterxml.jackson.module.kotlin.testPrettyWriter
8
8
import org.junit.jupiter.api.Assertions.assertEquals
9
- import org.junit.jupiter.api.Disabled
10
9
import org.junit.jupiter.api.Test
11
10
12
11
/* *
You can’t perform that action at this time.
0 commit comments