With updating to wicketstuff 10.9.1 the loading of i18n resources of the select2 module fails. Probably due to switch to webjars. The call to WicketWebjars.install(this) in Application.init() is correctly present.
The following warning is logged:
org.apache.wicket.request.resource.PackageResource - resource [path = org/wicketstuff/select2/res/js/i18n/en.js, style = null, variation = null, locale = null]: Unable to find resource (status=404)
With updating to wicketstuff 10.9.1 the loading of i18n resources of the select2 module fails. Probably due to switch to webjars. The call to
WicketWebjars.install(this)inApplication.init()is correctly present.The following warning is logged:
org.apache.wicket.request.resource.PackageResource - resource [path = org/wicketstuff/select2/res/js/i18n/en.js, style = null, variation = null, locale = null]: Unable to find resource (status=404)