FasterXML / jackson-dataformats-binary

Uber-project for standard Jackson binary format backends: avro, cbor, ion, protobuf, smile
Apache License 2.0
310 stars 133 forks source link

Protobuf format jar does not contain shaded artifact if using `jar` packaging (does with `bundle`) #359

Open cowtowncoder opened 1 year ago

cowtowncoder commented 1 year ago

Something in the change to "jar" packaging type (to keep Timestamps in classes wrt Reproducible Builds) broke Shade plugin, so that jar for protobuf format module no longer contains shared Protoparser.

Would be good to find what causes this; until then, need to revert change and use build type "bundle" to keep module actually working.