[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[dali-dev] Proposed change to project initialization
|
Adopters,
I wanted to bring some attention to a proposed change to our project
initialization. This is being done to fix a particular bug, and also
just as a general improvement for our December 2.1 release. We think
this is a good change, in general, but wanted to make sure adopters were
aware and were able to ask questions, provide feedback, etc. Please see
bug 230457 - https://bugs.eclipse.org/bugs/show_bug.cgi?id=230457 for
more info and the patch.
Comment #5 describing the change:
I changed things around a bit; hopefully for the better. GenericJpaProject is
now initialized with a synchronous updater during construction, so it is
"updated" when it returns from the constructor (instead of the client code
having to perform the initial update). The asynchronous updater, which is
immediately installed by the plug-in, no longer performs an "update" upon
start-up; it waits for the first "update" triggered by a change to the model.
Neil