Missing property "removeEnumValuePrefix" in AdditionalProperties #363

Closed
opened 2024-02-15 12:44:12 +01:00 by AleksandrMishinn · 2 comments
AleksandrMishinn commented 2024-02-15 12:44:12 +01:00 (Migrated from github.com)

Hey, guys!
I faced with an issue that property "removeEnumValuePrefix" doesn't work.
I use it like this:

tasks.register("generateSomeServer", CommonGenerateTask::class) { ... with(additionalProperties) { put("removeEnumValuePrefix", "false") } }

But it doesn't work :(

Hey, guys! I faced with an issue that property "removeEnumValuePrefix" doesn't work. I use it like this: `tasks.register("generateSomeServer", CommonGenerateTask::class) { ... with(additionalProperties) { put("removeEnumValuePrefix", "false") } }` But it doesn't work :(
AleksandrMishinn commented 2024-02-15 13:42:44 +01:00 (Migrated from github.com)
My fix suggestion - https://github.com/kokuwaio/micronaut-openapi-codegen/pull/364
sschnabe commented 2024-02-23 10:09:49 +01:00 (Migrated from github.com)

#364 was closed by dependabot because he deleted his branch. I've created #370 but was not able to merge it because of conflicts. With #371 this problem should be solved.

#364 was closed by dependabot because he deleted his branch. I've created #370 but was not able to merge it because of conflicts. With #371 this problem should be solved.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference
kokuwaio/micronaut-openapi-codegen#363
No description provided.