Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • O openapi-generator
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3,476
    • Issues 3,476
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 402
    • Merge requests 402
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • OpenAPI Tools
  • openapi-generator
  • Issues
  • #3952
Closed
Open
Issue created Sep 25, 2019 by Administrator@rootContributor

[BUG][Java][client] jackson-databind-nullable version variable Gradle Incompatibility

Created by: jburgess

Description

When generating a Java Client library, the jackson-databind-nullable version parameter (jackson-databind-nullable-version) used in build.gradle.mustache contains dashes instead of underscores. This results in an error during a Gradle build:

(((jackson - databind) - nullable) - version) is a binary expression, but it should be a variable expression

The dashes for this version parameter should be replaces with underscores. Example file with error

Gradle Version 5.3.1

openapi-generator version

OpenAPI Generator Version 4.1.2

Command line used for generation
  java8: true,
  dateLibrary  : "java8",
  useTags: true,
  library: "feign",
  feignVersion: "10.x"
Assignee
Assign to
Time tracking