java-gitlab-api icon indicating copy to clipboard operation
java-gitlab-api copied to clipboard

A wrapper for the Gitlab API written in Java

Results 69 java-gitlab-api issues
Sort by recently updated
recently updated
newest added

https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-32111 When we ran this tool through our security check it flagged it based on the version of jackson being used.

GitlabIssue.java 1. add new field `movedToId` GitlabHTTPRequestor.java 1. add a try catch when the method throws an exception pom.xml 1. update jackson-core version 2. update jackson-databind version 3. add new...

GitlabIssue.java 1. add new field `movedToId` GitlabHTTPRequestor.java 1. add a try catch when the method throws an exception pom.xml 1. update jackson-core version 2. update jackson-databind version 3. add new...

GitlabAPI#getRepositoryTree iterator error

Bumps log4j-api from 2.11.0 to 2.16.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.logging.log4j:log4j-api&package-manager=maven&previous-version=2.11.0&new-version=2.16.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.9.10.5 to 2.9.10.8. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=maven&previous-version=2.9.10.5&new-version=2.9.10.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

more details at https://docs.gitlab.com/ee/api/access_requests.html#valid-access-levels This relates to issue # 393 I raised

exception while looping through git projects through GitlabProject object : Caused by: java.lang.IllegalArgumentException: No GitLab Access Level enum constant with access value: 5 gitlab has introduced level 5 minimum access...

InvalidDefinitionException: Java 8 date/time type `java.time.LocalDate` not supported by default: add Module "com.fasterxml.jackson.datatype:jackson-datatype-jsr310" to enable handling at [Source: (StringReader); line: 1, column: 97611] (through reference chain: java.lang.Object[][50]->org.gitlab.api.models.GitlabIssue["due_date"]) at com.fasterxml.jackson.databind.exc.InvalidDefinitionException.from(InvalidDefinitionException.java:67) at...

support all params for query commits; add stats object into GitlabCommit