Projections on enums require the use of .parent() to continue building the query
Open
Nobody has claimed this yet.
- Dominant language
- Kotlin
- Stars
- 217
- Forks
- 116
- PR merge metrics
- No merged PRs in 30d
Description
If namespace and contextType are enums, the following is required:
new ExampleEntitiesProjectionRoot()
.namespace()
.parent()
.contextType()
.parent()
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue with the ExampleEntitiesProjectionRoot snippet and trace the generated projection class, especially the namespace() and contextType() paths. The work is done when enum projections can be chained without requiring parent() between them.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin
- Domain
- api, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100