logzio / sawmill

Sawmill is a JSON transformation Java library
Apache License 2.0
116 stars 24 forks source link

The project uses "jackson-module-afterburner" which does not work well with Java 9+ #241

Open sergeykad opened 3 years ago

sergeykad commented 3 years ago

The Jackson module uses illegal reflective access. You can see https://github.com/FasterXML/jackson-modules-base/issues/37 for more details.