TritonDataCenter / java-manta

Java Manta Client SDK
Mozilla Public License 2.0
16 stars 26 forks source link

Fixes #531 by upgrading Maven plugins #532

Closed dekobon closed 5 years ago

dekobon commented 5 years ago

If we want to be able to run Maven with concurrency (e.g. mvn -T4), we need to upgrade a few of our Maven plugins so that we have properly thread-safe versions of them running. This performs that upgrade.

indianwhocodes commented 5 years ago

Verified that MantaObjectOutputStreamIT passed with thread-count:-T 4