Skip to content
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

When a non proxied object is beeing eager loaded registry has to inst… #35

Merged
merged 1 commit into from Aug 23, 2022

Conversation

zenios
Copy link
Contributor

@zenios zenios commented Jul 22, 2022

…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-2267.

…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.
@apache apache deleted a comment from zenios Aug 22, 2022
@thiagohp thiagohp merged commit 49f9fdc into apache:master Aug 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants