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

Fix: DbJson-Field with Set<?> in Extensions work now #90

Merged
merged 2 commits into from
May 25, 2023

Conversation

AlexWagner
Copy link

No description provided.

var req = new ScalarJsonRequest(jsonManager, dbType, docType, prop.getOwnerType(), prop.getMutationDetection(), prop.getName());
Class<?> type = prop.getOwnerType();
if (prop instanceof DeployBeanProperty) {
type = ((DeployBeanProperty) prop).getField().getDeclaringClass();
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Würde es Sinn machen, den Code in "getOwnerType" zu verlagern? Oder geht dann zu viel kaputt?

Copy link
Author

@AlexWagner AlexWagner May 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

grafik
wir haben das hier absichtlich auf den Typ von BeanDescriptor gesetzt, weils an anderen Stellen dann gekracht hat.
Nur an der einen Stelle passts jetzt halt nicht, weil er nach dem Field dann in der falschen Klasse sucht

@AlexWagner AlexWagner merged commit 4dad46e into master May 25, 2023
@AlexWagner AlexWagner deleted the fix-json-type-lookup-extension branch May 25, 2023 14:15
rPraml added a commit that referenced this pull request Aug 8, 2023
EntityExtension fixes

EntityExtension missing code

Fix: module-info

FIX Extensions with Inheritance (#82)

FIX: CheckInheritanceMapping correct place

Fix: DbJson-Field with Set<?> in Extensions work now (#90)

Make EntityExtensions stable
rPraml added a commit that referenced this pull request Aug 9, 2023
EntityExtension fixes

EntityExtension missing code

Fix: module-info

FIX Extensions with Inheritance (#82)

FIX: CheckInheritanceMapping correct place

Fix: DbJson-Field with Set<?> in Extensions work now (#90)

Make EntityExtensions stable
rPraml added a commit that referenced this pull request Aug 9, 2023
EntityExtension fixes

EntityExtension missing code

Fix: module-info

FIX Extensions with Inheritance (#82)

FIX: CheckInheritanceMapping correct place

Fix: DbJson-Field with Set<?> in Extensions work now (#90)

Make EntityExtensions stable
rPraml added a commit that referenced this pull request Aug 9, 2023
EntityExtension fixes

EntityExtension missing code

Fix: module-info

FIX Extensions with Inheritance (#82)

FIX: CheckInheritanceMapping correct place

Fix: DbJson-Field with Set<?> in Extensions work now (#90)

Make EntityExtensions stable
rPraml added a commit that referenced this pull request Aug 9, 2023
EntityExtension fixes

EntityExtension missing code

Fix: module-info

FIX Extensions with Inheritance (#82)

FIX: CheckInheritanceMapping correct place

Fix: DbJson-Field with Set<?> in Extensions work now (#90)

Make EntityExtensions stable
rPraml added a commit that referenced this pull request Aug 9, 2023
EntityExtension fixes

EntityExtension missing code

Fix: module-info

FIX Extensions with Inheritance (#82)

FIX: CheckInheritanceMapping correct place

Fix: DbJson-Field with Set<?> in Extensions work now (#90)

Make EntityExtensions stable
rPraml added a commit that referenced this pull request Aug 9, 2023
EntityExtension fixes

EntityExtension missing code

Fix: module-info

FIX Extensions with Inheritance (#82)

FIX: CheckInheritanceMapping correct place

Fix: DbJson-Field with Set<?> in Extensions work now (#90)

Make EntityExtensions stable
rPraml added a commit that referenced this pull request Aug 9, 2023
EntityExtension fixes

EntityExtension missing code

Fix: module-info

FIX Extensions with Inheritance (#82)

FIX: CheckInheritanceMapping correct place

Fix: DbJson-Field with Set<?> in Extensions work now (#90)

Make EntityExtensions stable
rPraml added a commit that referenced this pull request Aug 9, 2023
EntityExtension fixes

EntityExtension missing code

Fix: module-info

FIX Extensions with Inheritance (#82)

FIX: CheckInheritanceMapping correct place

Fix: DbJson-Field with Set<?> in Extensions work now (#90)

Make EntityExtensions stable
rPraml added a commit that referenced this pull request Aug 9, 2023
EntityExtension fixes

EntityExtension missing code

Fix: module-info

FIX Extensions with Inheritance (#82)

FIX: CheckInheritanceMapping correct place

Fix: DbJson-Field with Set<?> in Extensions work now (#90)

Make EntityExtensions stable
rPraml added a commit that referenced this pull request Aug 9, 2023
EntityExtension fixes

EntityExtension missing code

Fix: module-info

FIX Extensions with Inheritance (#82)

FIX: CheckInheritanceMapping correct place

Fix: DbJson-Field with Set<?> in Extensions work now (#90)

Make EntityExtensions stable
rPraml added a commit that referenced this pull request Aug 9, 2023
EntityExtension fixes

EntityExtension missing code

Fix: module-info

FIX Extensions with Inheritance (#82)

FIX: CheckInheritanceMapping correct place

Fix: DbJson-Field with Set<?> in Extensions work now (#90)

Make EntityExtensions stable
rPraml added a commit that referenced this pull request Aug 9, 2023
EntityExtension fixes

EntityExtension missing code

Fix: module-info

FIX Extensions with Inheritance (#82)

FIX: CheckInheritanceMapping correct place

Fix: DbJson-Field with Set<?> in Extensions work now (#90)

Make EntityExtensions stable
rPraml added a commit that referenced this pull request Aug 9, 2023
EntityExtension fixes

EntityExtension missing code

Fix: module-info

FIX Extensions with Inheritance (#82)

FIX: CheckInheritanceMapping correct place

Fix: DbJson-Field with Set<?> in Extensions work now (#90)

Make EntityExtensions stable
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.

2 participants