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
  • #10403
Closed
Open
Issue created Sep 15, 2021 by Administrator@rootContributor

[Feature] [core][general] Opportunity to configure metadata file names

Created by: poisonedvk

Description

In our project we have multiple repositories with specifications which are connected to it. When generator generates classes for all of connected specifications, it overwrites metadata files which called FILES and VERSION. The problem is that we have no opportunity to configure names of metadata files. They are constants in DefaultGenerator class: "FILES" and "VERSION". If we have this opportunity, we could name files in a specific way and metadata files would not be overwritten.

openapi-generator version

5.1.1

Suggest a fix/enhancement

I'm gonna make a pull request with above mentioned parameters configured inside DefaultCodegen class and used inside DefaultGenerator.

Assignee
Assign to
Time tracking