to align to JBEAP 7.2 the version of org.eclipse.jgit had was upgraded from 4.8.0.201706111038-r to 5.0.2.201807311906-r.
The build failed because of https://rhba-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/KIE/job/Test-jobs/job/org.eclipse.jgit-upgrade/3/console
There is called/used deprecated jgit class in uberfire-nio-jgit module. This blocks upgrade to 5.x where the class doesn't exist anymore.
17:15:44 Caused by: org.apache.maven.plugin.compiler.CompilationFailureException: Compilation failure 17:15:44 /home/jenkins/workspace/KIE/Test-jobs/org.eclipse.jgit-upgrade/appformer/uberfire-nio2-backport/uberfire-nio2-impls/uberfire-nio2-jgit/src/main/java/org/uberfire/java/nio/fs/jgit/daemon/git/DaemonClient.java:[29,32] cannot find symbol 17:15:44 symbol: class SafeBufferedOutputStream 17:15:44 location: package org.eclipse.jgit.util.io
- mentioned on