findify / s3mock

Embedded S3 server for easy mocking
MIT License
386 stars 107 forks source link

fix java 11 module issue #169

Closed mirosval closed 4 years ago

mirosval commented 4 years ago

Resolves an issue where "java.lang.IllegalAccessException: class org.iq80.leveldb.util.ByteBufferSupport cannot access class jdk.internal.ref.Cleaner (in module java.base) because module java.base does not export jdk.internal.ref to unnamed module" when trying to put stream objects.

Fixes https://github.com/findify/s3mock/issues/168