김태욱
김태욱
Thank you, yes, I'm willing to work on this. I will propose a PR once I have completed the work.
Thanks for the feedback! I'd like to clarify where to add the test case. I notice there are two different test patterns in the project: 1. `springdoc-openapi-starter-common/src/test/java/org/springdoc/core/` - Unit tests...
This PR adds test cases to verify the EnumDescription annotation functionality: - Test for default `description` field - Test for custom `fieldName` (e.g., `label`) The tests verify that enum information...
Thank you for the detailed feedback. I completely agree with your point about the importance of strict Domain-API segmentation. My primary motivation for implementing @EnumDescription was to solve a clear...
Thank you for the detailed feedback and the excellent test case suggestions! I've incorporated them and they really helped solidify the feature. example [here](https://github.com/springdoc/springdoc-openapi/pull/3125/commits/952d3a8814fc8bd1107c8b9eabd426993443ce08) !!! I'd like to clarify a...