We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ce13a9 commit 792bb2dCopy full SHA for 792bb2d
avro/src/test/java/com/fasterxml/jackson/dataformat/avro/schemaev/RecordEvolutionTest.java
@@ -2,6 +2,8 @@
2
3
import java.util.*;
4
5
+import org.junit.jupiter.api.Test;
6
+
7
import com.fasterxml.jackson.annotation.JsonCreator;
8
import com.fasterxml.jackson.annotation.JsonProperty;
9
import com.fasterxml.jackson.dataformat.avro.*;
@@ -138,6 +140,7 @@ public String toString() {
138
140
139
141
private final AvroMapper MAPPER = getMapper();
142
143
+ @Test
144
public void testEvolutionInvolvingComplexRecords() throws Exception
145
{
146
final AvroSchema schemaV1 = MAPPER.schemaFrom(SCHEMA_V1);
0 commit comments