File tree 2 files changed +5
-2
lines changed
src/main/java/com/fasterxml/jackson/databind
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 54
54
<packageVersion .package>com.fasterxml.jackson.databind.cfg</packageVersion .package>
55
55
56
56
<version .powermock>2.0.9</version .powermock>
57
+
58
+ <!-- for Reproducible Builds -->
59
+ <project .build.outputTimestamp>2022-09-18T00:00:00Z</project .build.outputTimestamp>
57
60
</properties >
58
61
59
62
<dependencies >
Original file line number Diff line number Diff line change @@ -268,7 +268,7 @@ public enum SerializationFeature implements ConfigFeature
268
268
* @since 2.5
269
269
*/
270
270
WRITE_DURATIONS_AS_TIMESTAMPS (true ),
271
-
271
+
272
272
/**
273
273
* Feature that determines how type <code>char[]</code> is serialized:
274
274
* when enabled, will be serialized as an explict JSON array (with
@@ -322,7 +322,7 @@ public enum SerializationFeature implements ConfigFeature
322
322
* @since 2.10
323
323
*/
324
324
WRITE_ENUM_KEYS_USING_INDEX (false ),
325
-
325
+
326
326
/**
327
327
* Feature that determines whether Map entries with null values are
328
328
* to be serialized (true) or not (false).
You can’t perform that action at this time.
0 commit comments