-
Couldn't load subscription status.
- Fork 912
Update jgit from 7.2.0 to 7.4.0 #8892
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
base: master
Are you sure you want to change the base?
Conversation
|
oh right I forgot about that (#7569). bouncycaste can't be updated still edit: reverted it here and parked the bouncycastle commit in a branch https://github.com/mbien/netbeans/commits/bc182/ |
|
jgit update is likely not possible with the bouncycastle dependency locked to 1.77. I ran jgit tests locally with downgraded dependency: diff --git a/pom.xml b/pom.xml
index 14cfa2405..f1a8b742c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -137,7 +137,7 @@
<slf4j-version>1.7.36</slf4j-version>
<maven-javadoc-plugin-version>3.11.2</maven-javadoc-plugin-version>
<gson-version>2.13.1</gson-version>
- <bouncycastle-version>1.81</bouncycastle-version>
+ <bouncycastle-version>1.77</bouncycastle-version>
<spotbugs-maven-plugin-version>4.9.3.0</spotbugs-maven-plugin-version>
<maven-project-info-reports-plugin-version>3.9.0</maven-project-info-reports-plugin-version>
<maven-jxr-plugin-version>3.6.0</maven-jxr-plugin-version>failed with converting to draft, dropping milestone |
This updates jgit to latest (7.4) and its dependencies to the resolved version.
current jgit releases are not on maven central yet but the jgit team is working on it (eclipse-jgit/jgit#210). This adds the eclipse repo temporarily.doneclasspath diffs
thanks to @cstamas for the awesome classpath diff tool. This made this much easier than in past.
last update for reference #8383