Versions Compared

Key

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

...

org.apache.wicket.util.tester.WicketTester#assertErrorMessages and org.apache.wicket.util.tester.WicketTester#assertInfoMessages now accept a list/varargs of java.io.Serializable as argument, instead of list of Strings.

This makes these methods consistent with org.apache.wicket.Component#error and other feedback message related methods.

Whatever type of message you pass to Component#error() the same message type can be asserted on.

org.apache.wicket.Component#setMetaData() value could be only a Serializable WICKET-5227

...