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

Fix: create commands #10736

Merged
merged 1 commit into from
Apr 18, 2024
Merged

Fix: create commands #10736

merged 1 commit into from
Apr 18, 2024

Conversation

bitsnaps
Copy link
Contributor

The create-client and create-controller commands in the current implementation generate incorrect file names. When running create-client helloClient, the generated file is named HelloClientClient.groovy instead of the expected HelloClient.groovy. Similarly, the create-controller command exhibits the same behavior.

Create a client using `create-client helloClient` will ends up by creating `HelloClientClient.groovy` file, and so is `create-controller` command.
@CLAassistant
Copy link

CLAassistant commented Apr 18, 2024

CLA assistant check
All committers have signed the CLA.

@sdelamo sdelamo merged commit e71c488 into micronaut-projects:4.5.x Apr 18, 2024
4 checks passed
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.

3 participants