Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

model.*.runtime must not use lazy activation #446

Merged
merged 1 commit into from
Sep 10, 2015
Merged

model.*.runtime must not use lazy activation #446

merged 1 commit into from
Sep 10, 2015

Conversation

maggu2810
Copy link
Contributor

The model.*.runtime bundles must be started automatically, we need them
running for ESH.
The lazy bundle activation will retain the execution of the activator's
start method until a class is accessed first. This will result in not
started bundles and missing functionality (e.g. a bundle does not export
a package or no one use an exported package).

Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=477075
Signed-off-by: Markus Rathgeb maggu2810@gmail.com

The model.*.runtime bundles must be started automatically, we need them
running for ESH.
The lazy bundle activation will retain the execution of the activator's
start method until a class is accessed first. This will result in not
started bundles and missing functionality (e.g. a bundle does not export
a package or no one use an exported package).

Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=477075
Signed-off-by: Markus Rathgeb <maggu2810@gmail.com>
kaikreuzer added a commit that referenced this pull request Sep 10, 2015
model.*.runtime must not use lazy activation
@kaikreuzer kaikreuzer merged commit 4245e60 into eclipse-archived:master Sep 10, 2015
@maggu2810 maggu2810 deleted the model-runtime-no-lazy-act branch September 16, 2015 14:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants