RuedigerMoeller / fast-serialization

FST: fast java serialization drop in-replacement
Apache License 2.0
1.59k stars 247 forks source link

API report for Fst #216

Open lvc opened 7 years ago

lvc commented 7 years ago

Hi,

Here is the report on API changes and backward binary compatibility for the Fst library: https://abi-laboratory.pro/java/tracker/timeline/fst/

The report is generated by the https://github.com/lvc/japi-compliance-checker tool for jars at http://central.maven.org/maven2/de/ruedigermoeller/fst/ according to https://wiki.eclipse.org/Evolving_Java-based_APIs_2.

Hope it will be helpful for users and maintainers of the library to be aware of past and future API changes.

The tool checks all public API methods and classes. Please let me know if it should not check some parts of the API.

Thank you.

fst-2 fst-1

RuedigerMoeller commented 7 years ago

Nice !

Because its hard to image use-cases upfront I tend to "public" a lot of methods which actually do not belong to the "official" API ..

lvc commented 7 years ago

Hi,

Anyway, if you ever want to remove some private package/class from the report, please leave a comment here and I'll remove it from the analysis and regenerate the report.

Thank you.