java-gitlab-api
java-gitlab-api copied to clipboard
A wrapper for the Gitlab API written in Java
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. [](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...
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 [](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...
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