|
@@ -276,7 +276,6 @@ public class FileSystemTimelineWriter extends TimelineWriter{
|
|
mapper.setAnnotationIntrospector(new JaxbAnnotationIntrospector());
|
|
mapper.setAnnotationIntrospector(new JaxbAnnotationIntrospector());
|
|
mapper.setSerializationInclusion(Inclusion.NON_NULL);
|
|
mapper.setSerializationInclusion(Inclusion.NON_NULL);
|
|
mapper.configure(Feature.CLOSE_CLOSEABLE, false);
|
|
mapper.configure(Feature.CLOSE_CLOSEABLE, false);
|
|
- mapper.configure(Feature.FLUSH_AFTER_WRITE_VALUE, false);
|
|
|
|
return mapper;
|
|
return mapper;
|
|
}
|
|
}
|
|
|
|
|