Versions Compared

Key

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

...

With CSS rule like p + p {color: red;} then the text color of any paragraph that follows another paragraph will be red. But if an HTML comment appears between them then the rule won't apply.

Make ApplicationContextMock smarter by delegating to DefaultListableBeanFactory WICKET-6893

ApplicationContextMock now uses internally an instance of DefaultListableBeanFactory and this way it implements almost all methods of Spring's ApplicationContext. In addition ApplicationContextMock now extends from Spring's AbstractApplicationContext and thus could be used fully in AnnotProxyFieldValueFactory and SpringBeanLocator.


Dependencies

Wicket 10 requires Java 11

...