Hi Emond, I guess your recent changes related to CDI broke the Wicket Examples CDI example. The JavaScript UI tests fail with:
org.jboss.weld.exceptions.DefinitionException: WELD-000070 Simple bean [EnhancedAnnotatedTypeImpl] class org.apache.wicket.devutils.debugbar.DebugBar$3 cannot be a non-static inner class at org.jboss.weld.injection.producer.BasicInjectionTarget.checkType(BasicInjectionTarget.java:81) at org.jboss.weld.injection.producer.BasicInjectionTarget.<init>(BasicInjectionTarget.java:69) at org.jboss.weld.injection.producer.BeanInjectionTarget.<init>(BeanInjectionTarget.java:52) at org.jboss.weld.manager.InjectionTargetFactoryImpl.createInjectionTarget(InjectionTargetFactoryImpl.java:95) This is related to the problem that led to Wicket 6.9.1 release. Please fix it as you find appropriate.
