Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[JAVA] generating Map with jaxrs-reasteasy does not import the hashmap #1423

Closed
tnmtechnologies opened this issue Nov 13, 2018 · 0 comments · Fixed by #1426
Closed

[JAVA] generating Map with jaxrs-reasteasy does not import the hashmap #1423

tnmtechnologies opened this issue Nov 13, 2018 · 0 comments · Fixed by #1426

Comments

@tnmtechnologies
Copy link
Contributor

Description

The description is the same as the one described here swagger-codegen/issues/8876 but for the jaxrs-resteasy generator.

openapi-generator version

3.3.1

OpenAPI declaration file content or url

The issue occurs with this piece of yaml definition:

      responses:
        '200':
          description: Expected response to a valid request
          content:
            application/3gppHal+json:
              schema:
                type: object
                properties:
                  _links:
                    type: object
                    description: 'List of the URI of NF instances. It has two members whose names are item and self. The item one contains an array of URIs.'
                    additionalProperties:
                      $ref: './TS29571_CommonData.yaml#/components/schemas/LinksValueSchema'
Command line used for generation
Steps to reproduce
Related issues/PRs

swagger-codegen/issues/8876

Suggest a fix/enhancement
tnmtechnologies added a commit to b-com/openapi-generator that referenced this issue Nov 13, 2018
tnmtechnologies added a commit to b-com/openapi-generator that referenced this issue Nov 13, 2018
wing328 pushed a commit that referenced this issue Nov 14, 2018
#1426)

* fix(#1423): [JAVA] generating Map with jaxrs-reasteasy does not import
the hashmap

#1423

* fix(#1423): fix ensure-up-to-date issues for jaxrs-resteasy joda
samples

#1423
@wing328 wing328 added this to the 3.3.3 milestone Nov 14, 2018
A-Joshi pushed a commit to ihsmarkitoss/openapi-generator that referenced this issue Feb 27, 2019
…es not import (OpenAPITools#1426)

* fix(OpenAPITools#1423): [JAVA] generating Map with jaxrs-reasteasy does not import
the hashmap

OpenAPITools#1423

* fix(OpenAPITools#1423): fix ensure-up-to-date issues for jaxrs-resteasy joda
samples

OpenAPITools#1423
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants