Registry / networking / org-eclipse-jgit-http-server

org-eclipse-jgit-http-server

JSON →
library7.6.0.202603022253-rjavamavenunverified

Git aware HTTP server implementation.

<dependency> <groupId>org.eclipse.jgit</groupId> <artifactId>org.eclipse.jgit.http.server</artifactId> <version>7.6.0.202603022253-r</version> </dependency>
INSTALL
IMPORT
SIG · ORG-ECLIPSE-JGIT-H
O
org-eclipse-jgit-http-server
networkingjavav7.6.0.202603022253-r
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

GitServlet
org.eclipse.jgit.http.server.GitServlet

Extends GitServlet to serve Git repositories over HTTP.

import org.eclipse.jgit.http.server.GitServlet; import javax.servlet.http.HttpServlet; public class MyGitServlet extends GitServlet { // Configure and use the servlet }
Debug
Known issues
gotchaJGit HTTP server requires a servlet container (e.g., Jetty, Tomcat) to run.
fix
Ensure your project includes a servlet API dependency and a compatible servlet container.
affects: all
Upgrade
Version history
7.6.0.202603022253-rlatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
org-eclipse-jgit-http-server — mvn dependency:get org-eclipse-jgit-http-server · libregistry