]
Gorkem Ercan commented on JBIDE-19567:
--------------------------------------
I now have a version of Thym with relaxed JGit requirements. I think we can pull that in
for master builds but we need to make sure that it does not affect the 4.2.x as it will
break on Luna.
Thym doesn't support JGit 4.0
-----------------------------
Key: JBIDE-19567
URL:
https://issues.jboss.org/browse/JBIDE-19567
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: aerogear-hybrid, upstream
Reporter: Mickael Istria
Assignee: Gorkem Ercan
Priority: Blocker
Fix For: 4.3.0.Alpha2
Thym cannot be installed/resolved against a Mars M6 target-platform, because JGit moved
to version 4.0, and Thym doesn't allow that yet.
{code}[INFO] [ERROR] Cannot resolve project dependencies:
[INFO] [ERROR] Software being installed: org.jboss.tools.aerogear.thym 1.3.0.qualifier
[INFO] [ERROR] Missing requirement: org.eclipse.thym.core 0.1.0.201503051642 requires
'bundle org.eclipse.jgit [3.0.0,4.0.0)' but it could not be found
[INFO] [ERROR] Cannot satisfy dependency: org.jboss.tools.aerogear.thym 1.3.0.qualifier
depends on: bundle org.eclipse.thym.core 0.1.0
{code}