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

Javadoc formatting tags in deprecation warning of OpenAPI spec #11

Closed
jeaf-anaptecs opened this issue Jan 29, 2024 · 0 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@jeaf-anaptecs
Copy link
Contributor

Description

Javadoc formatting tags in deprecation warning of OpenAPI spec


Generated Source Code

# ch.voev.nova.services.nova.v15.common.NOVAResponse
    NOVAResponse:
      type: object
      additionalProperties: false
      description: |
        Class is a technical base class for all NOVA responses. Every NOVA REST Resource will return a single instance subclass of this class here. Only in case of technical problems REST resources will return a JSON problem.
        Deprecated: Type will be replaced with generic response type <code>Response</code>.<br/><br/>During the transition the REST response (JSON) will stay runtime backward compatible (no joined deployment between clients and server required).<br/><br/>However, when migrating your source code, then compile errors will pop up. (since: 1.5.0, removed with: PI 20)
      deprecated: true
@jeaf-anaptecs jeaf-anaptecs added the bug Something isn't working label Jan 29, 2024
@jeaf-anaptecs jeaf-anaptecs self-assigned this Jan 29, 2024
@jeaf-anaptecs jeaf-anaptecs added this to the JEAF Generator 1.17.0 milestone Feb 6, 2024
jeaf-anaptecs added a commit that referenced this issue Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant