Skip to content

Commit c68937b

Browse files
committed
Add more module exports
1 parent 552c1d5 commit c68937b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/main/java/module-info.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,10 @@
3232
exports tools.jackson.databind.deser.jdk;
3333
exports tools.jackson.databind.deser.std;
3434
exports tools.jackson.databind.exc;
35-
// No need to expose these handlers?
36-
// exports tools.jackson.databind.ext;
35+
exports tools.jackson.databind.ext;
36+
exports tools.jackson.databind.ext.jdk8;
37+
// Needed by Ion module for SqlDate deserializer:
38+
exports tools.jackson.databind.ext.sql;
3739
exports tools.jackson.databind.introspect;
3840
exports tools.jackson.databind.json;
3941
exports tools.jackson.databind.jsonFormatVisitors;

0 commit comments

Comments
 (0)