Browse Source
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>stable-4.7
Matthias Sohn
8 years ago
1 changed files with 11 additions and 0 deletions
@ -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> |
Loading…
Reference in new issue