Skip to content

Fix for deprecations #1769

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

Closed
wants to merge 3 commits into from
Closed

Conversation

blafond
Copy link
Member

@blafond blafond commented Sep 21, 2023

fixes #1714

Not all of the deprecations are fixed, but a good start.

@blafond blafond requested a review from DavideD September 21, 2023 18:41
Comment on lines +61 to +62
metadata.getTypeConfiguration()
.getMetadataBuildingContext()

Check notice

Code scanning / CodeQL

Deprecated method or constructor invocation

Invoking [TypeConfiguration.getMetadataBuildingContext](1) should be avoided because it has been deprecated.
@blafond blafond force-pushed the issue_1714_deprecations branch 2 times, most recently from 8a35629 to 4bfd62c Compare September 22, 2023 14:28
Copy link
Member

@DavideD DavideD left a comment

Choose a reason for hiding this comment

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

Thanks,
we usually use a commit message like "fix deprecations" for simple intuitive things.
But here there are a lot more changes that don't seem intuitive or natural to me.

Please, make sure to update the commit histories or clarifying what's going on in the commit message.

@blafond blafond force-pushed the issue_1714_deprecations branch from 4bfd62c to 20a71b5 Compare September 25, 2023 14:27
@blafond blafond force-pushed the issue_1714_deprecations branch from 20a71b5 to 3d9e590 Compare September 28, 2023 16:19
@DavideD DavideD mentioned this pull request Oct 2, 2023
@DavideD DavideD closed this Oct 2, 2023
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.

Fix deprecations due to changes in ORM
2 participants