Update packages & update recipes #944
Labels
No Label
a11y
ActivityPub
admin
API
backend
bug
community
conflicting
contribution welcome
deployment
documentation
duplicate
enhancement
frontend
good first issue
help wanted
high priority
instance config
low priority
mobile
moderation
more infomation needed
needs feedback
pr pending
project setup
question
search
security
translation
translations update needed
UI/UX
upstream
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Kbin/kbin-core#944
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "melroy89/kbin-core:update_package_composer"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
I would like to update the API-Platform/core to v3.x in the near future as well. To get rid of the log pollution.
the new api PR doesnt use API platform at all so it should be disappearing id imagine?
Dunno. Currently ApiPlatform Core seems to get used in quite some places:
most of those are under the apiplatform paths, which means theyre not gonna be around i think.
Sorry this is the remaining list. I didn't want to spam Codeberg initially:
Pulled, and it appears to work fine. Got these two deprecation warnings in ap_messenger though:
Aside from the deprecation warnings. There are still some recipes to be updated:
Feel free to also update them in another PR? Or maybe we should ask @ernest here.
Not sure if we can just replace
getEntityManager()
withgetObjectManager()
. I thinkgetEntityManager
is just a wrapper around the new get method.