]
Darran Lofthouse reassigned ELY-1398:
-------------------------------------
Assignee: Martin Choma
Verify public API signatures during build.
------------------------------------------
Key: ELY-1398
URL:
https://issues.jboss.org/browse/ELY-1398
Project: WildFly Elytron
Issue Type: Enhancement
Components: Build
Reporter: Darran Lofthouse
Assignee: Martin Choma
Fix For: 1.2.0.Beta13
This task will involve adding the ability to generate a signature for a specific version
and verify them during the build - we only want this to apply to packages identified as
public API.
Animal Sniffer seems a good candidate
http://www.mojohaus.org/animal-sniffer/
Generation of a signature we can likely make on-demand as we only really need that at the
point we tag a release.
We would definitely want checking to run for CI PR processing but can decide if all
builds should be checking with an option to disable or all disabled with an option to
enable.