You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GitLab4J™ API (gitlab4j-api) provides a full featured and easy to consume Java library for working with GitLab repositories via the GitLab REST API. Additionally, full support for working with GitLab webhooks and system hooks is also provided.
9
8
10
9
---
11
10
## Table of Contents
12
11
*[(Cortex) Publishing](#cortex-publishing)<br />
13
12
*[GitLab Server Version Support](#gitLab-server-version-support)<br/>
14
13
*[Using GitLab4J-API](#using-gitlab4j-api)<br/>
15
-
*[Java 8 Requirement](#java-8-requirement)<br/>
14
+
*[Java 11 Requirement](#java-11-requirement)<br/>
16
15
*[Javadocs](#javadocs)<br/>
17
16
*[Project Set Up](#project-set-up)<br/>
18
17
*[Usage Examples](#usage-examples)<br/>
@@ -49,8 +48,8 @@ As of GitLab 11.0 support for the GitLab API v3 has been removed from the GitLab
49
48
---
50
49
## Using GitLab4J-API
51
50
52
-
### **Java 8 Requirement**
53
-
As of GitLab4J-API 4.8.0, Java 8+ is now required to use GitLab4J-API.
51
+
### **Java 11 Requirement**
52
+
As of GitLab4J-API 6.0.0, Java 11+ is now required to use GitLab4J-API.
54
53
55
54
### **Javadocs**
56
55
Javadocs are available here: [](https://javadoc.io/doc/org.gitlab4j/gitlab4j-api)
@@ -62,7 +61,7 @@ To utilize GitLab4J™ API in your Java project, simply add the following de
0 commit comments