-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
[BUG][typescript-fetch] "<" and ">" are getting rendered as < and > in GenericItemResponse.ts #11601
Comments
Same problem for the java generator |
Same problem with java generator |
for the issue with the java generator, can you please share a spec to reproduce the issue and also tell us which Java generator(s) did you use? |
@wing328 hijacking the thread, but compiling something like github's official OpenAPI specification would fail miserably with the java generator with many issues, including the one this issue is about. |
Sure. Using this cmd to generate the java code |
@jagpreetsinghsasan tested with the latest master and I don't see any compilation issus in the output (java client). Here is the command:
can you try again with the latest master or stable release (v7.2.0) ? |
@Haarolean thanks for letting us know. please kindly open a separate issue to track it with the details instead. |
Description
"<" and ">" are getting rendered as
<
and>
in GenericResponseItemopenapi-generator version
5.3.1
Command line used for generation
-g typescript-fetch
additionalProperties=typescriptThreePlus=true,prefixParameterInterfaces=true
Example of generated GenericItemResponse.ts :
The text was updated successfully, but these errors were encountered: