Community
Participate
Working Groups
The metadata for git submodules are stored in the parents .git folder in newer versions of git. We should update JGit to a version that supports this new structure (4.1?).
First set of changes. Some deprecated API has been removed (release, getBaseCommit). Some junit tests failed because the return response changed slightly. http://git.eclipse.org/c/orion/org.eclipse.orion.server.git/commit/?id=32e2763464968f64e59018448586c392e26ea335
JGit 4.1 needs java.lang.AutoClosable which is available only on Java 1.7. We need to update our BREE. http://git.eclipse.org/c/orion/org.eclipse.orion.server.git/commit/?id=253507b6a3139271965756a5bfc69fca01b5d168
Changing the target BREE is not enough (build fails): http://git.eclipse.org/c/orion/org.eclipse.orion.server.git/commit/?id=6897fafa68491f68cbf95e52bd68c1aac12107ee
This has been done.