diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2017-03-09 20:41:02 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2017-03-09 20:43:12 +0100 |
commit | 3df65a387e623fcb2332f1732c53c2a466cbd2b7 (patch) | |
tree | 407e783db31e5f16429a53b022b476bbda6acbb9 | |
parent | 6df168b430ec1b90b2b577c1aa72925f97ec90ab (diff) | |
download | jgit-3df65a387e623fcb2332f1732c53c2a466cbd2b7.tar.gz jgit-3df65a387e623fcb2332f1732c53c2a466cbd2b7.zip |
Silence API error reported in LfsProtocolServlet
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>
-rw-r--r-- | org.eclipse.jgit.lfs.server/.settings/.api_filters | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/org.eclipse.jgit.lfs.server/.settings/.api_filters b/org.eclipse.jgit.lfs.server/.settings/.api_filters new file mode 100644 index 0000000000..b5f65e1e76 --- /dev/null +++ b/org.eclipse.jgit.lfs.server/.settings/.api_filters @@ -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> |