| commit | 453d702774871e2f31e7f5e2b6ae77736f0d087e | [log] [tgz] |
|---|---|---|
| author | Rene Cordier <rcordier@linagora.com> | Fri Mar 14 15:57:30 2025 +0700 |
| committer | Rene Cordier <rcordier@linagora.com> | Fri Mar 14 15:57:30 2025 +0700 |
| tree | d340bbf92658873e8eda664aeac65b61d431bd4b | |
| parent | d68964ae037b97fe70c7485d9017536e6ac8fe91 [diff] |
[FIX] Shade the all commons-codec lib into jdkim Some issues were detected when running jdkim lib with other projects. After commons-codec upgrade, seems BinaryCodec is being used now for Base64 encoding, which was excluded from shading, as it was not the case before. Shading the all commons-codec lib allows to avoid similar issues with future upgrades while still not forcing other projects to align their commons-codec version with jdkim.