META-INF/services/ files are incorrect in shaded google-cloud-nio jar #3540
Labels
api: storage
Issues related to the Cloud Storage API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: process
A process-related concern. May include testing, release, or the like.
The
google-cloud-nio-0.56.0-alpha-shaded.jar
doesn't correctly update the services files for shaded dependencies.Specifically the two files
META-INF/services/org.threeten.bp.zone.TzdbZoneRulesProvider
and
META-INF/services/com.fasterxml.jackson.core.JsonFactory
should probably be updated to point to the shaded version of those classes instead.The text was updated successfully, but these errors were encountered: