Skip to content

Changes

Summary

  1. Fix @since tags of new API added after 4.7.0 (details)
  2. Silence API error for new method added to abstract MergeStrategy (details)
Commit 4e8655c74dc8dec620c58fb965e8fa836212aa4c by Matthias Sohn
Fix @since tags of new API added after 4.7.0

Change-Id: I356f71cdef8e23a9b06cf0a4079060a116b9ed27
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
The file was modified org.eclipse.jgit/src/org/eclipse/jgit/diff/Edit.java
The file was modified org.eclipse.jgit/src/org/eclipse/jgit/merge/StrategySimpleTwoWayInCore.java
The file was modified org.eclipse.jgit/src/org/eclipse/jgit/merge/StrategyResolve.java
Commit 7adacbd19a717cf831876c9d2cfbc9a75fa18672 by Matthias Sohn
Silence API error for new method added to abstract MergeStrategy

OSGi semantic versioning rules allow to break implementors of an API in
a minor version.

Change-Id: I4ada3e6455e8e8e1bb8fb71affa0a1b36bd46fc4
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
The file was modified org.eclipse.jgit/.settings/.api_filters