aboutsummaryrefslogtreecommitdiffstats
path: root/abi-check-plugin
Commit message (Collapse)AuthorAgeFilesLines
* Specify goal prefix for custom Maven pluginsBjørn Christian Seime2024-01-121-0/+3
|
* Update copyrightJon Bratseth2023-10-0919-19/+19
|
* Consolidate hamcrest usage to 2.x and remove cthul-matchersBjørn Christian Seime2023-08-291-1/+1
|
* Update specBjørn Christian Seime2023-08-281-0/+5
|
* Define version property in parent pomBjørn Christian Seime2023-08-281-1/+1
|
* Update dependency org.openclover:clover-maven-plugin to v4.4.1renovate[bot]2023-08-281-1/+1
|
* 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-213-27/+33
|
* Replace guava dependency with a couple of set operationsjonmv2022-10-212-9/+9
|
* Add 'model' config typeJon Bratseth2022-08-311-1/+1
|
* Support records in abi-check-pluginMartin Polden2022-06-291-5/+6
|
* Set project version to 8-SNAPSHOTgjoranv2022-06-081-2/+2
|
* JDK 17: Use Opcodes.ASM9 for abi-check-plugingjoranv2022-06-082-2/+2
|
* Fix and clean up deps for maven plugins.gjoranv2022-04-221-0/+2
| | | | | | | | | | | | | - Set scope to provided to silence error messages from maven-plugin-plugin >=3.6.2 Example: Some dependencies of Maven Plugins are expected to be in provided scope. Please make sure that dependencies listed below declared in POM have set '<scope>provided</scope>' as well. The following dependencies are in wrong scope: * org.apache.maven:maven-settings:jar:3.8.5:compile
* Merge pull request #20140 from ↵Bjørn Christian Seime2021-12-141-1/+1
|\ | | | | | | | | vespa-engine/dependabot/maven/abi-check-plugin/com.google.guava-guava-29.0-jre Bump guava from 24.0-jre to 29.0-jre in /abi-check-plugin
| * Bump guava from 24.0-jre to 29.0-jre in /abi-check-plugindependabot[bot]2021-11-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [guava](https://github.com/google/guava) from 24.0-jre to 29.0-jre. - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* | Upgrade junit-jupiter to 5.8.1Bjørn Christian Seime2021-11-251-1/+0
|/
* Upgrade gson to 2.8.9Harald Musum2021-11-191-1/+1
|
* Update 2020 Oath copyrights.gjoranv2021-10-2718-18/+18
|
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* Add/corect copyright headersJon Bratseth2020-01-0318-1/+19
|
* Use mockito-core 3.1.0Håkon Hallingstad2019-10-181-1/+1
|
* Revert "Merge pull request #10923 from ↵Jon Bratseth2019-10-081-1/+1
| | | | | | | vespa-engine/revert-10912-bratseth/instances-in-deployment-xml-rebased-take-2" This reverts commit 72ae113d501035bc51a25045d3d916aa7bb5507a, reversing changes made to 0514a2a133a194f5e9454fcc60e56d01730f9019.
* Revert "Bratseth/instances in deployment xml rebased take 2"Jon Bratseth2019-10-081-1/+1
|
* Revert "Merge pull request #10909 from ↵Jon Bratseth2019-10-081-1/+1
| | | | | | | vespa-engine/revert-10891-bratseth/instances-in-deployment-xml-rebased" This reverts commit 6474f43ba04731e8bd38d2613ad5098e3cfce90d, reversing changes made to 6ff782a0eb830f2382185a1efd7d0830b3208fae.
* 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
| | | | | Quick code review suggests this is okay as long as per-lookup instantiation strategy is used.
* JDK 11 updates.gjoranv2019-01-213-7/+21
| | | | | | | | - Use Opcodes.ASM7 - Inherit maven-plugin-api version from parent (currently 3.6.0) - Use enforcer-plugin instead of Maven 2 prerequisites - Require maven 3.5 as for the rest of Vespa - Inherit asm version from parent to stay updated
* Set version to 7-SNAPSHOT for new module.gjoranv2019-01-211-2/+2
|
* Revert "Revert "Enable ABI checking on modules with public APIs""Ilpo Ruotsalainen2019-01-091-4/+13
| | | | This reverts commit cd470d8ac8a58c943748f028a37d864507628e99.
* 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
| | | | | This ensures the generated JSON is stable over regeneration to minimize diffs.
* Improve check for project artifact type.Ilpo Ruotsalainen2018-12-181-1/+1
| | | | | There are artifact types that are not "jar" in maven that still produce a JAR file, allow those to be used.
* 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
|
* Use mockito-core instead of mockito-all.gjoranv2018-12-031-1/+1
| | | | | - mockito-all includes a very old version of hamcrest, and is no longer maintained.
* Inherit versions from parent.gjoranv2018-12-031-3/+0
| | | | - mockito can be upgraded on the parent in a later PR.
* 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
| | | | | Otherwise using ClassFileTree in a try-with-resources block is frustrating.