File tree Expand file tree Collapse file tree 5 files changed +10
-2
lines changed
main/java/com/fasterxml/jackson/dataformat/avro
test/java/com/fasterxml/jackson/dataformat/avro/annotations Expand file tree Collapse file tree 5 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
- package com .fasterxml .jackson .dataformat .avro .annotations ;
1
+ package com .fasterxml .jackson .dataformat .avro .annotation ;
2
2
3
3
import java .lang .annotation .ElementType ;
4
4
import java .lang .annotation .Retention ;
Original file line number Diff line number Diff line change 23
23
import com .fasterxml .jackson .databind .jsonFormatVisitors .JsonFormatTypes ;
24
24
import com .fasterxml .jackson .databind .util .ClassUtil ;
25
25
import com .fasterxml .jackson .databind .util .LRUMap ;
26
- import com .fasterxml .jackson .dataformat .avro .annotations .AvroNamespace ;
26
+ import com .fasterxml .jackson .dataformat .avro .annotation .AvroNamespace ;
27
27
28
28
public abstract class AvroSchemaHelper
29
29
{
Original file line number Diff line number Diff line change 2
2
3
3
import com .fasterxml .jackson .databind .JsonMappingException ;
4
4
import com .fasterxml .jackson .dataformat .avro .AvroMapper ;
5
+ import com .fasterxml .jackson .dataformat .avro .annotation .AvroNamespace ;
5
6
import com .fasterxml .jackson .dataformat .avro .schema .AvroSchemaGenerator ;
6
7
import org .apache .avro .Schema ;
7
8
import org .junit .Test ;
Original file line number Diff line number Diff line change @@ -214,6 +214,9 @@ Michal Foksa (MichalFoksa@github)
214
214
(2.13 .0 )
215
215
* Contributed #290 : (avro) Generate logicalType switch
216
216
(2.13 .0 )
217
+ * Contributed #310 : (avro) Avro schema generation: allow override namespace with new
218
+ `@AvroNamespace ` annotation
219
+ (2.14 .0 )
217
220
218
221
Hunter Herman (hherman1 @github )
219
222
Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ Modules:
14
14
15
15
#301 : (cbor , smile ) Missing configuration methods for format - specific
16
16
parser /generator features
17
+ #310 : (avro) Avro schema generation: allow override namespace with new
18
+ `@AvroNamespace ` annotation
19
+ (requested by fleetwoods @github )
20
+ (contributed by Michal F )
17
21
#311 : (ion) `IonObjectMapper` does not throw JacksonException for some invalid Ion
18
22
(contributed by Matthew P )
19
23
#312 : (cbor, smile) Short NUL-only keys incorrectly detected as duplicates
You can’t perform that action at this time.
0 commit comments