Either use the new automatic dependency assembly (http://doc.owncloud.org/server/8.0/developer_manual/app/container.html#use-automatic-dependency-assembly-recommended) or do it like https://github.com/owncloud/core/pull/13349/files
Sent from mobile device > On 21 Jan 2015, at 07:47, Tobia De Koninck <[email protected]> wrote: > > Hi > > I'm working on improving the dependency injection in the ownCloud chat app. > Before I injected the whole DI container, now only the classes I need. > However my log is spammed with these errors: > > {"reqId":"a24609b5ab5558936d2279bb80468a29","remoteAddr":"33.33.33.1","app":"no > app in context","message":"Accessing the server container is deprecated. Use > type annotations to inject core services > instead!","level":0,"time":"2015-01-21T06:43:49+00:00","method":"POST","url":"\/index.php\/apps\/chat\/och\/api"} > > I think they are caused by calls like these: > https://github.com/owncloud/chat/blob/master/app/chat.php#L221 . > > PR: https://github.com/owncloud/chat/pull/193 > > How can I solve this, without removing the DI container? > > Thanks! > > Met vriendelijke groeten / Best regards > > Tobia De Koninck > _______________________________________________ > Devel mailing list > [email protected] > http://mailman.owncloud.org/mailman/listinfo/devel
_______________________________________________ Devel mailing list [email protected] http://mailman.owncloud.org/mailman/listinfo/devel
