The pre-release was produced with a very old java update-version Created-By: 1.8.0_121-b13 (Oracle Corporation) from January 2017, current is 171 from April 2018 (cf. Oracle release listing and critical patch descriptions). The difference leads to unreproducible bytecode for DescriptorReaderImpl. I don't have that release at hand anymore.
All other checks and tests passed. If irl maybe can confirm using an older Java?
I'd rather write
```
- Replace Gson with Jackson. Applications must provide Jackson
- 2.8.6 or higher as dependency and do not need to provide Gson as
+ 2.8.6 or compatible as dependency and do not need to provide Gson as
dependency anymore.
we don't know when a jackson release breaks earlier releases.</Nitpick>
Oops! That's probably related to me having some brew-related issues and dumping all brew packages. I'll install a new Java version and prepare a new tarball later today. Sorry!
I'll also update the change log entry as suggested.