Browse Source

Silence API errors in LfsProtocolServlet

bb9988c2 changed the signature of getLargeFileRepository() which is only
breaking implementors which is ok according to OSGi semantic versioning
rules.

Change-Id: I68bda7900b72e217571f74aee53705167f8100a2
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
stable-4.5
Matthias Sohn 8 years ago
parent
commit
6ccc7992d4
  1. 17
      org.eclipse.jgit.lfs.server/.settings/.api_filters

17
org.eclipse.jgit.lfs.server/.settings/.api_filters

@ -0,0 +1,17 @@
<?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 implementors only which is ok under OSGi semver rules" id="336695337">
<message_arguments>
<message_argument value="org.eclipse.jgit.lfs.server.LfsProtocolServlet"/>
<message_argument value="getLargeFileRepository(LfsProtocolServlet.LfsRequest, String)"/>
</message_arguments>
</filter>
<filter comment="breaking implementors only which is ok under OSGi semver rules" id="338792546">
<message_arguments>
<message_argument value="org.eclipse.jgit.lfs.server.LfsProtocolServlet"/>
<message_argument value="getLargeFileRepository()"/>
</message_arguments>
</filter>
</resource>
</component>
Loading…
Cancel
Save