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

Add UserManagement entity #25069

Merged
merged 4 commits into from
Feb 2, 2024
Merged

Add UserManagement entity #25069

merged 4 commits into from
Feb 2, 2024

Conversation

mshima
Copy link
Member

@mshima mshima commented Feb 2, 2024

UserManagement entity can be used to generate a ui for user management instead of the custom one.

It's possible to test it using the following jdl:

application {
  config {
    baseName usermanagement
  }
  entities *
}

@SkipClient(false)
entity UserManagement
  • it can be used to regenerate the user-management components using new standards.
  • can be used by blueprints like Support for the Vaadin UI Framework #24794.
  • could be considered for v9 to make User customizable.
  • authority is converted to list of strings, so quirks are required to make it work.

Please make sure the below checklist is followed for Pull Requests.

When you are still working on the PR, consider converting it to Draft (below reviewers) and adding skip-ci label, you can still see CI build result at your branch.

@DanielFran DanielFran merged commit ba385ea into jhipster:main Feb 2, 2024
52 checks passed
@mshima mshima deleted the user-entity4 branch February 2, 2024 21:00
@deepu105 deepu105 added this to the 8.2.0 milestone Mar 20, 2024
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.

None yet

3 participants