Skip to main content



      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 08:10 Go to next message
Eclipse UserFriend
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 14:29 Go to previous messageGo to next message
Eclipse UserFriend
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 17:48 Go to previous message
Eclipse UserFriend
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: Tue May 13 07:00:53 EDT 2025

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

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

Back to the top