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
  • #14734
Closed
Open
Issue created Feb 17, 2023 by Administrator@rootContributor

[REQ] Java Jersey glassfish fix renewing OAuth-Accesstoken

Created by: sbilz

Is your feature request related to a problem? Please describe.

Renewing the OAuth-Accesstoken does not work because jersey ApiClient.java uses Objectreference comparison for the statusInfo check and the used implementation from glassfish is not compatible.

Describe the solution you'd like

Because Objectreference comparison is not really necessary, we suggest to only check against the statusCode. compare: https://github.com/OpenAPITools/openapi-generator/pull/14735

Describe alternatives you've considered

Temporarily we are using mustache-templates as described above.

Assignee
Assign to
Time tracking