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

Improve remove operation id prefix #886

Conversation

yuhaibohotmail
Copy link
Contributor

Fix #885

  • You have read the contributors guide
  • Your code is properly formatted according to our code style
  • Pull Request title contains the target branch if not targeting main: [0.9.x] Subject
  • Pull Request contains link to the issue
  • Pull Request contains link to any dependent or related Pull Request
  • Pull Request contains description of the issue
  • Pull Request does not include fixes for issues other than the main ticket

@yuhaibohotmail yuhaibohotmail requested a review from a team as a code owner December 1, 2024 00:03
@@ -95,6 +95,20 @@ You can remove operationId prefix (e.g. User_findAll=> findAll). To do that, you
quarkus.openapi-generator.codegen.spec.petstore_json.remove-operation-id-prefix=true
----

Character to use as a delimiter for the prefix. Default is '_'.You can define the prefix delimiter (e.g. User.findAll=> findAll):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we have a test case to validate this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ricardozanini ricardozanini merged commit 0719839 into quarkiverse:main Dec 3, 2024
9 checks passed
github-actions bot pushed a commit that referenced this pull request Dec 3, 2024
hbelmiro pushed a commit that referenced this pull request Dec 4, 2024
@yuhaibohotmail yuhaibohotmail deleted the improve-remove-operation-id-prefix branch December 7, 2024 23:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants