JumpMind / metl

Metl is a simple, web-based integration platform that allows for several different styles of data integration including messaging, file based Extract/Transform/Load (ETL), and remote procedure invocation via Web Services. Read more at www.jumpmind.com/products/metl/overview
GNU General Public License v3.0
207 stars 82 forks source link

Fix S3 unit tests #983

Closed mzipay closed 3 years ago

mzipay commented 3 years ago

Unit tests for S3 were failing when run via ./gradlew test because the test support classes couldn't read fixture files from the resource-core test JAR. (This was fixed during Java 11 upgrade changes; backported here for 3.8.x.)