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

Do not create persistent properties for Map and Collection-like entities #3059

Closed
wants to merge 3 commits into from

Conversation

mp911de
Copy link
Member

@mp911de mp911de commented Mar 7, 2024

These types are expected to behave like maps and collections and should not carry properties.

The only exception are types implementing Streamable as Streamable can be used in domain types.

Closes #3056

mp911de added 3 commits March 7, 2024 09:31
…ies.

These types are expected to behave like maps and collections and should not carry properties.

The only exception are types implementing Streamable as Streamable can be used in domain types.
Simplify code.
@mp911de mp911de added the type: bug A general bug label Mar 7, 2024
@mp911de mp911de requested a review from christophstrobl March 7, 2024 08:45
christophstrobl pushed a commit that referenced this pull request Mar 8, 2024
…ies.

These types are expected to behave like maps and collections and should not carry properties.
The only exception are types implementing Streamable as Streamable can be used in domain types.

Resolves: #3056
Original Pull Request: #3059
christophstrobl pushed a commit that referenced this pull request Mar 8, 2024
Simplify code.

Original Pull Request: #3059
christophstrobl pushed a commit that referenced this pull request Mar 8, 2024
…ies.

These types are expected to behave like maps and collections and should not carry properties.
The only exception are types implementing Streamable as Streamable can be used in domain types.

Resolves: #3056
Original Pull Request: #3059
christophstrobl pushed a commit that referenced this pull request Mar 8, 2024
Simplify code.

Original Pull Request: #3059
@christophstrobl christophstrobl deleted the issue/3056 branch March 8, 2024 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A general bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants