You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by GitBox <gi...@apache.org> on 2022/07/22 23:07:26 UTC

[GitHub] [tapestry-5] zenios opened a new pull request, #35: When a non proxied object is beeing eager loaded registry has to inst…

zenios opened a new pull request, #35:
URL: https://github.com/apache/tapestry-5/pull/35

   …antiate all its constructor parameters.
   
   If one of these parameters is an eager loaded services (Not yet loaded) registry will create a proxy for it.
   Because the proxy is created, that eager load service will not be eager loaded since its already registered as a realized service.
   
   These issue is related with the following
   
   1. https://dev.tapestry.apache.narkive.com/m806StSk/strange-behavour-of-eagerload
   2. https://issues.apache.org/jira/browse/TAPESTRY-226.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[GitHub] [tapestry-5] thiagohp merged pull request #35: When a non proxied object is beeing eager loaded registry has to inst…

Posted by GitBox <gi...@apache.org>.
thiagohp merged PR #35:
URL: https://github.com/apache/tapestry-5/pull/35


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[GitHub] [tapestry-5] zenios commented on pull request #35: When a non proxied object is beeing eager loaded registry has to inst…

Posted by GitBox <gi...@apache.org>.
zenios commented on PR #35:
URL: https://github.com/apache/tapestry-5/pull/35#issuecomment-1193020720

   The second link is wrong. It should be this instead. Sorry
   
   https://issues.apache.org/jira/browse/TAPESTRY-2267


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org