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

Introduce value object for identifier of ApplicationModule #872

Closed
odrotbohm opened this issue Oct 13, 2024 · 0 comments
Closed

Introduce value object for identifier of ApplicationModule #872

odrotbohm opened this issue Oct 13, 2024 · 0 comments
Assignees
Labels
in: core Core module meta model type: improvement Minor improvements
Milestone

Comments

@odrotbohm
Copy link
Member

Identifiers of ApplicationModules have to satisfy a couple of constraints that are currently not enforced, as we are dealing with plain Strings everywhere.

@odrotbohm odrotbohm added in: core Core module meta model type: improvement Minor improvements labels Oct 13, 2024
@odrotbohm odrotbohm added this to the 1.3 RC1 milestone Oct 13, 2024
@odrotbohm odrotbohm self-assigned this Oct 13, 2024
odrotbohm added a commit that referenced this issue Oct 13, 2024
Introduced ApplicationModuleIdentifier that ensures that identifiers chosen for application modules do not contain a double colon (::) as we need those as separator characters for manual dependency declarations referring to named interfaces.
odrotbohm added a commit that referenced this issue Oct 13, 2024
Introduced ApplicationModuleIdentifier that ensures that identifiers chosen for application modules do not contain a double colon (::) as we need those as separator characters for manual dependency declarations referring to named interfaces.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: core Core module meta model type: improvement Minor improvements
Projects
None yet
Development

No branches or pull requests

1 participant