Versions Compared

Key

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

...

Code Block
borderStylesolid
attributes.setEventPropagation(EventPropagation.STOP_IMMEDIATE);
PackageTextTemplate loads its content lazily WICKET-4579

PackageTextTemplate will load its content at first usage of PackageTextTemplate#toString() or PackageTextTemplate#interpolate(Map) emthods.
If its style/locale/variation/encoding are changed then it will reload its content.

Deprecated classes/methods/fields are removed WICKET-5201

...

It was based on Swing APIs and many people complained about this. Use the new Tree component introduced in Wicket 6.0.0 instead.

PackageTextTemplate loads its content lazily WICKET-4579

PackageTextTemplate will load its content at first usage of PackageTextTemplate#toString() or PackageTextTemplate#interpolate(Map) emthods.
If its style/locale/variation/encoding are changed then it will reload its content.

Dependency updates

All libraries on which Wicket modules depend are updated to their latest stable versions.
The most notable ones are:

...