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

Unambiguous Priorities #17132

Closed
1 task
mshima opened this issue Nov 25, 2021 · 0 comments · Fixed by #19978
Closed
1 task

Unambiguous Priorities #17132

mshima opened this issue Nov 25, 2021 · 0 comments · Fixed by #19978

Comments

@mshima
Copy link
Member

mshima commented Nov 25, 2021

Overview of the feature request

RFC #17131
Rendered https://github.com/jhipster/generator-jhipster/blob/main/rfcs/3-jhipster-rfc-unambiguous-priorities.md

Update:
Priorities name was moved as static class member.
Current import for generator-jhipster/priorities implies that we have same priorities for every generator, which is not true. So move priorities as a class member so a base generator will export the priorities it provides.

The syntax will be:

  get [BaseGenerator.INITIALIZING] () {
    return {};
  }
Motivation for or Use Case

Improve jhipster developer experience.

Related issues or PR
  • Checking this box is mandatory (this is just to show you read everything)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants