Skip to content

[Java] Fix compilation error for a Map<String, Set<InnerEnum>> due to incompatible types #19401

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

Merged
merged 1 commit into from
Nov 24, 2024
Merged

[Java] Fix compilation error for a Map<String, Set<InnerEnum>> due to incompatible types #19401

merged 1 commit into from
Nov 24, 2024

Conversation

Bragolgirith
Copy link
Contributor

@Bragolgirith Bragolgirith commented Aug 20, 2024

Fixes #19393.

@Bragolgirith Bragolgirith changed the title [Java] Fix compilation error for a Map<String, List<InnerEnum>> due to ... [Java] Fix compilation error for a Map<String, Set<InnerEnum>> due to ... Aug 20, 2024
@wing328 wing328 changed the title [Java] Fix compilation error for a Map<String, Set<InnerEnum>> due to ... [Java] Fix compilation error for a Map<String, Set<InnerEnum>> due to incompatible types Aug 28, 2024
@wing328
Copy link
Member

wing328 commented Nov 24, 2024

@Bragolgirith can you please resolve the merge conflicts when you've time?

cc
@bbdouglas (2017/07) @sreeshas (2017/08) @jfiala (2017/08) @lukoyanov (2017/09) @cbornet (2017/09) @jeff9finger (2018/01) @karismann (2019/03) @Zomzog (2019/04) @lwlee2608 (2019/10) @martin-mfg (2023/08)

@wing328 wing328 merged commit 8ce332a into OpenAPITools:master Nov 24, 2024
15 checks passed
@wing328
Copy link
Member

wing328 commented Nov 24, 2024

FYI. Tested again with the test spec and the output compiles without issue

@wing328 wing328 added this to the 7.11.0 milestone Nov 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG][JAVA] Compilation error for a Map<String, Set<InnerEnum>> due to incompatible types
3 participants