Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EGit / JGit » Adding JGIT to AEM results in dependency resolving issue
Adding JGIT to AEM results in dependency resolving issue [message #1852387] Fri, 13 May 2022 12:10 Go to next message
Vinit Pillai is currently offline Vinit PillaiFriend
Messages: 2
Registered: May 2022
Junior Member
Does JGIT use the following artifacts?



  1. sun.net.www.protocol.http -- Cannot be resolved and overwritten by Boot Delegation
  2. sun.security.jgss -- Cannot be resolved and overwritten by Boot Delegation

Re: Adding JGIT to AEM results in dependency resolving issue [message #1852399 is a reply to message #1852387] Fri, 13 May 2022 18:29 Go to previous messageGo to next message
Thomas Wolf is currently offline Thomas WolfFriend
Messages: 576
Registered: August 2016
Senior Member
No, JGit does not directly use any JVM-internal packages.
Re: Adding JGIT to AEM results in dependency resolving issue [message #1852419 is a reply to message #1852399] Sun, 15 May 2022 21:48 Go to previous message
Matthias Sohn is currently offline Matthias SohnFriend
Messages: 1268
Registered: July 2009
Senior Member
https://git.eclipse.org/r/plugins/gitiles/jgit/jgit/+/refs/heads/master/org.eclipse.jgit/src/org/eclipse/jgit/util/GSSManagerFactory.java
may try to load

- sun.net.www.protocol.http.HttpCallerInfo
- sun.security.jgss.HttpCaller
- sun.security.jgss.GSSCaller
- sun.security.jgss.GSSManagerImpl

using reflection to detect which GSSManager implementation should be used

Previous Topic:Update AmazonS3 to authenticate with AWS Signature Version 4
Next Topic:Search all versions of a file with jgit log takes long
Goto Forum:
  


Current Time: Thu Apr 25 14:57:13 GMT 2024

Powered by FUDForum. Page generated in 0.02669 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top