Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

These classes were used as placeholders for further optimizations in Component's size but were never finished.

o.a.w.Component#onMarkupAttached() has been dropped in favour of o.a.w.Component#onInitialize().

Both methods had the same semantics. #onMarkupAttached() was the one less used and thus got dropped.

IInitializers are initialized before Application#init()

...