-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use correct jgit artifact #129
Conversation
That looks awesome! |
Hmm, the JVM seemed to have crashed during the test job. I'm going to rerun it. |
Hmm, the JVM still crashes. Does anybody know what this could mean:
|
Okay, the newer version of the artifact doesn't work with Java 7. I'm going to be using an older version of the artifact that has been compiled with Java 7. Why is Java 7, which has been EOL since April 2015, required? |
@leonardehrenfried I don't think you're getting the same error in travis now, do you? It looks like it's a |
We didn't want to force java 8 on our users, at least without releasing a newest version for java 7 (that's 0.9.x). But, in my opinion, we could now switch to java 8. @hseeberger what do you think? |
@bchazalet I hadn't committed the fix yet. The build is running now. |
Bintray is very slow today. :(
I'm going to try again. |
This is getting very annoying:
|
Closed and reopened in order to trigger a rebuild on travis. |
Again, retrigger travis build. |
I give up. Something is wrong with bintray. |
Wow, is bintray having these problems often? Downloading a 252 kb jar takes 40 seconds:
(taken from current build on TravisCI) |
I have no hard data but to me bintray "feels" slower than Maven Central. https://travis-ci.org/sbt/sbt-git/builds/233559905 has been resolving and downloading dependencies for ~30 minutes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have 1 comment, but it's not a blocker.
addons: | ||
hosts: | ||
- myshorthost | ||
hostname: myshorthost |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we use sudo: false? I.e the fast docker containers?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure we can.
Build also passes with |
Thanks, @leonardehrenfried. |
* Update dependency on self * Fix crashing JVM with workaround * Use older version of jgit in order to stay compatible with Java 7 * Cache dependencies between travis builds * Disable sudo in order to use fast container infrastructure
This PR introduces
org.eclipse.jgit
as the main artifact for use in this plugin.I cannot find any information on what
org.eclipse.jgit.pgm
is but it includes a large amount of unnecessary dependencies like the servlet API, jetty and other things that this plugin definitely doesn't need.