]> source.dussan.org Git - jgit.git/commitdiff
Silence API error reported in LfsProtocolServlet 27/92727/2
authorMatthias Sohn <matthias.sohn@sap.com>
Thu, 9 Mar 2017 19:41:02 +0000 (20:41 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Thu, 9 Mar 2017 19:43:12 +0000 (20:43 +0100)
Breaking API for API implementors (not clients) in a minor release is ok
following OSGi semantic versioning rules.

Change-Id: I14bb4a3084b237b4cd893a130e148148cd1e5df9
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit.lfs.server/.settings/.api_filters [new file with mode: 0644]

diff --git a/org.eclipse.jgit.lfs.server/.settings/.api_filters b/org.eclipse.jgit.lfs.server/.settings/.api_filters
new file mode 100644 (file)
index 0000000..b5f65e1
--- /dev/null
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<component id="org.eclipse.jgit.lfs.server" version="2">
+    <resource path="src/org/eclipse/jgit/lfs/server/LfsProtocolServlet.java" type="org.eclipse.jgit.lfs.server.LfsProtocolServlet">
+        <filter comment="breaking API for implementors is ok in minor releases" id="336695337">
+            <message_arguments>
+                <message_argument value="org.eclipse.jgit.lfs.server.LfsProtocolServlet"/>
+                <message_argument value="getLargeFileRepository(LfsProtocolServlet.LfsRequest, String, String)"/>
+            </message_arguments>
+        </filter>
+    </resource>
+</component>