summaryrefslogtreecommitdiffstats
path: root/container-jersey2
diff options
context:
space:
mode:
authorIlpo Ruotsalainen <ilpo.ruotsalainen@oath.com>2019-01-09 11:28:21 +0100
committerIlpo Ruotsalainen <ilpo.ruotsalainen@oath.com>2019-01-09 11:28:21 +0100
commit3f9796c5aec7ecc2461cb1c4819ed0adfedfead3 (patch)
treef5af74cf9e7901864a42113e6853c6d1ee2b0bed /container-jersey2
parent5251626df44e98457ea111f440d9a79cb6033075 (diff)
Revert "Revert "Enable ABI checking on modules with public APIs""
This reverts commit cd470d8ac8a58c943748f028a37d864507628e99.
Diffstat (limited to 'container-jersey2')
-rw-r--r--container-jersey2/abi-spec.json16
-rw-r--r--container-jersey2/pom.xml4
2 files changed, 20 insertions, 0 deletions
diff --git a/container-jersey2/abi-spec.json b/container-jersey2/abi-spec.json
new file mode 100644
index 00000000000..2f5ef3efb70
--- /dev/null
+++ b/container-jersey2/abi-spec.json
@@ -0,0 +1,16 @@
+{
+ "com.yahoo.container.jaxrs.annotation.Component": {
+ "superClass": "java.lang.Object",
+ "interfaces": [
+ "java.lang.annotation.Annotation"
+ ],
+ "attributes": [
+ "public",
+ "interface",
+ "abstract",
+ "annotation"
+ ],
+ "methods": [],
+ "fields": []
+ }
+} \ No newline at end of file
diff --git a/container-jersey2/pom.xml b/container-jersey2/pom.xml
index 70189e65f00..738d167a79b 100644
--- a/container-jersey2/pom.xml
+++ b/container-jersey2/pom.xml
@@ -61,6 +61,10 @@
<artifactId>bundle-plugin</artifactId>
<extensions>true</extensions>
</plugin>
+ <plugin>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>abi-check-plugin</artifactId>
+ </plugin>
</plugins>
</build>
</project>