jlesage / docker-nginx-proxy-manager

Docker container for Nginx Proxy Manager
MIT License
756 stars 167 forks source link

Deprecated Method Warnings #223

Closed kushfest closed 2 years ago

kushfest commented 2 years ago

I recently moved over from the jc21 container to this one and so far so good. Everything seems to be working, but I do see this warning in my logs. Just flagging in the case it's actually something I did wrong hah.

[12/30/2021] [9:51:26 AM] [Express  ] › ⚠  warning   invalid signature,
`QueryBuilder#allowEager` method is deprecated. You should use `allowGraph` instead. `allowEager` method will be removed in 3.0,
`QueryBuilder#eager` method is deprecated. You should use the `withGraphFetched` method instead. `eager` method will be removed in 3.0,
QueryBuilder#omit is deprecated. This method will be removed in version 3.0,
Model#$omit is deprected and will be removed in 3.0.
jlesage commented 2 years ago

This is not a problem. You should also have the same warning with the jc21 image.

kushfest commented 2 years ago

Thanks for the confirmation!

jlesage commented 2 years ago

You are welcome!