aboutsummaryrefslogtreecommitdiffstats
path: root/abi-check-plugin/src
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-0917-17/+17
* Revert "Revert collect(Collectors.toList())"Henning Baldersheim2022-12-042-3/+3
* Revert collect(Collectors.toList())Henning Baldersheim2022-12-042-3/+3
* collect(Collectors.toList()) -> toList()Henning Baldersheim2022-12-022-3/+3
* 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-212-24/+31
* Replace guava dependency with a couple of set operationsjonmv2022-10-211-4/+9
* Add 'model' config typeJon Bratseth2022-08-311-1/+1
* Support records in abi-check-pluginMartin Polden2022-06-291-5/+6
* JDK 17: Use Opcodes.ASM9 for abi-check-plugingjoranv2022-06-082-2/+2
* Update 2020 Oath copyrights.gjoranv2021-10-2717-17/+17
* Add/corect copyright headersJon Bratseth2020-01-0317-1/+18
* Use mockito-core 3.1.0Håkon Hallingstad2019-10-181-1/+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
* JDK 11 updates.gjoranv2019-01-212-2/+2
* 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-302-6/+53
* Add more unit tests.Ilpo Ruotsalainen2018-11-304-13/+37
* Extract a method for easier unit testing.Ilpo Ruotsalainen2018-11-301-4/+9
* Disable coverage on a few more methods.Ilpo Ruotsalainen2018-11-306-0/+68
* Improve test coverage.Ilpo Ruotsalainen2018-11-301-14/+17
* Restrict exceptions from ClassFileTree.close()Ilpo Ruotsalainen2018-11-301-0/+2
* Remove exception never thrown.Ilpo Ruotsalainen2018-11-301-1/+1
* Add justification for disabling coverage.Ilpo Ruotsalainen2018-11-301-0/+2
* Reformat file, no semantic changes.Ilpo Ruotsalainen2018-11-301-34/+34
* Refactor methods to static for easier testing.Ilpo Ruotsalainen2018-11-301-8/+7
* Add unit tests for SetMatcher.Ilpo Ruotsalainen2018-11-301-0/+89
* No need to test debug methods.Ilpo Ruotsalainen2018-11-301-0/+4
* Generalize set comparison method.Ilpo Ruotsalainen2018-11-302-46/+58
* Refactor to extract a method.Ilpo Ruotsalainen2018-11-301-13/+16
* Refactor some methods to static.Ilpo Ruotsalainen2018-11-301-6/+8
* Add unit test for ClassFileTree.Ilpo Ruotsalainen2018-11-291-0/+41
* Refactor for easier testing.Ilpo Ruotsalainen2018-11-292-5/+4
* Add test for PublicSignatureCollector.Ilpo Ruotsalainen2018-11-291-0/+92
* Fix inverted access check logic.Ilpo Ruotsalainen2018-11-291-1/+1
* Add test for AnnotationCollector.Ilpo Ruotsalainen2018-11-291-0/+28
* Remove unwanted dependencies and use JUnit5.Ilpo Ruotsalainen2018-11-291-4/+6