Skip to content

issues Search Results · repo:timols/java-gitlab-api language:Java

Filter by

150 results
 (61 ms)

150 results

intimols/java-gitlab-api (press backspace or delete to remove)

public GitlabCommitComparison compareCommits(Serializable projectId, String commitHash1, String commitHash2) throws IOException { return this.compareCommits(projectId, commitHash1, commitHash2, new ...
  • XSDYS
  • Opened 
    on Mar 6, 2024
  • #405

Just asking because we get a lot of its transitive dependencies flagged as vulnerable, and haven t seen an update in the project in 4 years.
  • ntalidou
  • Opened 
    on Mar 24, 2023
  • #404

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.
  • kingargyle
  • Opened 
    on Aug 2, 2022
  • #401

GitlabIssue.java 1. add new field movedToId GitlabHTTPRequestor.java 2. add a try catch when the method throws an exception pom.xml 3. update jackson-core version 4. update jackson-databind version ...
  • hanhuafeng
  • Opened 
    on Jun 24, 2022
  • #399

GitlabAPI#getRepositoryTree iterator error
  • chengruyi
  • Opened 
    on Mar 4, 2022
  • #397

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 ...
  • ashwin25
  • Opened 
    on Aug 12, 2021
  • #393

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); ...
  • jbrechbuehl
  • Opened 
    on Jun 18, 2021
  • #392

Issue description: There are multiple versions of com.fasterxml.jackson.core:jackson-core in java-gitlab-api. As shown in the following dependency tree, according to Maven s nearest wins strategy, only ...
  • Bing-ok
  • 1
  • Opened 
    on Mar 1, 2021
  • #388

When I am ready to use “getBranches”,my program falls into endless loop. My apiNamespace is /api/v3 . GitlabAPI gitlabAPI = GitlabAPI.connect(hostUrl,apiToken, TokenType.PRIVATE_TOKEN, AuthMethod.HEADER, ...
  • huhui
  • Opened 
    on Feb 8, 2021
  • #387

GET /api/v4/projects/$proj_no/repository/tree?per_page=100 path= ref=$branch_name recursive=True Doesn t work for branch_name other than master. But using these 2 queries work - 1) GET /api/v4/projects/$proj_no/repository/tree?per_page=100 ...
  • abidahmadq
  • 1
  • Opened 
    on Oct 27, 2020
  • #382
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub