Elegit
Elegit copied to clipboard
A GUI client for people who want to learn Git.
Bumps log4j-core from 2.5 to 2.17.1. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps log4j-api from 2.5 to 2.16.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps httpclient from 4.5.2 to 4.5.13. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
Operating system: Arch linux Java version: openjdk 12.0.2 Maven version: 3.6.2 ``` ~/Downloads/Elegit(master) » mvn clean compile jfx:build-jar assembly:single [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while...
I switched over the deleteRemoteBranch function to the rxjavafx concurrency framework that's being used now in order to deal with a threading exception. I wasn't able to write a unit...
The class import com.sun.javafx.scene.control.skin.TextFieldSkin, which we use, was moved to import javafx.scene.control.skin.TextFieldSkin for Java 9. (It's questionable as to whether we should have been using it in the first place;...
This test should be rewritten like the other tests we have so as not to be dependent on a particular Bitbucket repo that could disappear at any time. It should...
JGit has historically used JSch as the underlying ssh library, but JSch is a completely dead project and they are moving over to Apache MINA sshd. We're already using Apache...