aboutsummaryrefslogtreecommitdiffstats
path: root/abi-check-plugin/src/main/java/com/yahoo/abicheck/mojo/AbiCheck.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Revert "Revert collect(Collectors.toList())"Henning Baldersheim2022-12-041-2/+2
* Revert collect(Collectors.toList())Henning Baldersheim2022-12-041-2/+2
* collect(Collectors.toList()) -> toList()Henning Baldersheim2022-12-021-2/+2
* Use weakly wrapped composite valuesjonmv2022-10-261-0/+1
* Update ABI spec format, and update all specsjonmv2022-10-251-1/+5
* Replace gson with jackson in abi-check pluginjonmv2022-10-211-22/+20
* Add 'model' config typeJon Bratseth2022-08-311-1/+1
* Update 2020 Oath copyrights.gjoranv2021-10-271-1/+1
* Add/corect copyright headersJon Bratseth2020-01-031-0/+1
* Revert "Merge pull request #10923 from vespa-engine/revert-10912-bratseth/ins...Jon Bratseth2019-10-081-1/+1
* Revert "Bratseth/instances in deployment xml rebased take 2"Jon Bratseth2019-10-081-1/+1
* Revert "Merge pull request #10909 from vespa-engine/revert-10891-bratseth/ins...Jon Bratseth2019-10-081-1/+1
* Revert "Bratseth/instances in deployment xml rebased"Jon Bratseth2019-10-071-1/+1
* Avoid deprecated methodsJon Bratseth2019-10-041-1/+1
* Mark abi-check-plugin as thread safe.Ilpo Ruotsalainen2019-02-111-2/+5
* Revert "Revert "Enable ABI checking on modules with public APIs""Ilpo Ruotsalainen2019-01-091-4/+13
* Revert "Enable ABI checking on modules with public APIs"HÃ¥kon Hallingstad2019-01-041-13/+4
* Ensure packages and classes are traversed in order.Ilpo Ruotsalainen2018-12-181-2/+11
* Improve check for project artifact type.Ilpo Ruotsalainen2018-12-181-1/+1
* Disable HTML escaping in generated JSON.Ilpo Ruotsalainen2018-12-181-1/+1
* Read/write ABI spec to project base directory.Ilpo Ruotsalainen2018-12-171-7/+10
* Reformat source.Ilpo Ruotsalainen2018-11-301-8/+8
* Disable instrumentation on tedious to test method.Ilpo Ruotsalainen2018-11-301-0/+3
* Add more unit tests.Ilpo Ruotsalainen2018-11-301-6/+6
* Add more unit tests.Ilpo Ruotsalainen2018-11-301-1/+1
* Extract a method for easier unit testing.Ilpo Ruotsalainen2018-11-301-4/+9
* Disable coverage on a few more methods.Ilpo Ruotsalainen2018-11-301-0/+6
* Reformat file, no semantic changes.Ilpo Ruotsalainen2018-11-301-34/+34
* Refactor methods to static for easier testing.Ilpo Ruotsalainen2018-11-301-8/+7
* Generalize set comparison method.Ilpo Ruotsalainen2018-11-301-46/+27
* Refactor to extract a method.Ilpo Ruotsalainen2018-11-301-13/+16
* Refactor some methods to static.Ilpo Ruotsalainen2018-11-301-6/+8
* Refactor for easier testing.Ilpo Ruotsalainen2018-11-291-2/+3
* Fields, superclass and interfaces are part of ABI.Ilpo Ruotsalainen2018-11-281-3/+17
* Simplify data model.Ilpo Ruotsalainen2018-11-281-46/+29
* Rename ClassFileTree.Class to ClassFile.Ilpo Ruotsalainen2018-11-281-3/+3
* Initial implementation of ABI checker plugin.Ilpo Ruotsalainen2018-11-281-0/+191