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 48d5153 commit a465742Copy full SHA for a465742
src/moditect/module-info.java
@@ -3,6 +3,7 @@
3
// So, for 2.x core need to make sure we manually include everything.
4
// Worse, there is only syntactic validation, not contents, so we can both miss
5
// AND add bogus packages.
6
+ // However: at least syntax is verified; and this works with JKD8
7
exports com.fasterxml.jackson.core;
8
exports com.fasterxml.jackson.core.async;
9
exports com.fasterxml.jackson.core.base;
0 commit comments