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

DATACMNS-1509 - Ignore override properties with non-assignable types when creating PersistentEntity. #390

Closed
wants to merge 5 commits into from

Conversation

christophstrobl
Copy link
Member

@christophstrobl christophstrobl commented Apr 8, 2019

christophstrobl and others added 4 commits April 19, 2021 09:25
Previously, we tried to invoke the copy(…) method on all Kotlin classes whereas the copy(…) method is only specific to Kotlin data classes.
@mp911de mp911de changed the title DATACMNS-1509 - Ignore Kotlin override properties when creating PersistentEntity. DATACMNS-1509 - Ignore override properties with non-assignable types when creating PersistentEntity. Apr 20, 2021
Extend tests. Document property overrides.
mp911de pushed a commit that referenced this pull request Apr 21, 2021
mp911de added a commit that referenced this pull request Apr 21, 2021
Skip shadowed properties that are not assignable to their shadowing type.

Extend tests. Document property overrides.

Original pull request: #390.
See #1911.
mp911de added a commit that referenced this pull request Apr 21, 2021
Previously, we tried to invoke the copy(…) method on all Kotlin classes whereas the copy(…) method is only specific to Kotlin data classes.

Original pull request: #390.
Closes #2358.
mp911de added a commit that referenced this pull request Apr 21, 2021
Previously, we tried to invoke the copy(…) method on all Kotlin classes whereas the copy(…) method is only specific to Kotlin data classes.

Original pull request: #390.
Closes #2358.
mp911de added a commit that referenced this pull request Apr 21, 2021
Previously, we tried to invoke the copy(…) method on all Kotlin classes whereas the copy(…) method is only specific to Kotlin data classes.

Original pull request: #390.
Closes #2358.
@mp911de mp911de marked this pull request as ready for review April 21, 2021 07:31
@mp911de mp911de added this to the 2.6 M1 (2021.1.0) milestone Apr 21, 2021
@mp911de
Copy link
Member

mp911de commented Apr 21, 2021

That's merged and polished now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants