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

Initializing cache on startup instead first request #118

Merged
merged 4 commits into from
Sep 24, 2013

Conversation

Turini
Copy link
Member

@Turini Turini commented Sep 24, 2013

CDI lazy strategy was making all the work on first request. This change does
InterceptorStackHandlersCache and TopologicalSortedInterceptorRegistry
run on startup, not on first request. This PR is related with issue #82

@lucascs
Copy link
Member

lucascs commented Sep 24, 2013

🐐

Turini added a commit that referenced this pull request Sep 24, 2013
…FirstRequest

Initializing cache on startup instead first request
@Turini Turini merged commit 88b4fa9 into master Sep 24, 2013
@Turini Turini deleted the initializingCacheOnStartupInsteadFirstRequest branch September 24, 2013 18:07
@Turini Turini added this to the 4.0.0-beta-1 milestone Mar 6, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants