Hello Per, from mobile (sorry for typos ;)
On Mon, Jun 1, 2026, 13:54 Per Newgro <[email protected]> wrote: > Hey, > > thanks for release and your effort. > > What's changed list in https://github.com/wicketstuff/core/releases looks > a little bit messy. > It is hopefully fixed :) I try to find out what causes all my tests to fail with > " > Cause 1: java.lang.ExceptionInInitializerError: Exception > java.lang.IllegalStateException: you have to call WicketWebjars.install() > before you can use an IWebjarsResourceReference or any other component. [in > thread "Test worker"] > at > de.agilecoders.wicket.webjars.WicketWebjars.settings(WicketWebjars.java:136) > at > de.agilecoders.wicket.webjars.util.WebjarsVersion$Holder.<clinit>(WebjarsVersion.java:29) > at > de.agilecoders.wicket.webjars.util.WebjarsVersion.useRecent(WebjarsVersion.java:45) > at > de.agilecoders.wicket.webjars.request.resource.WebjarsJavaScriptResourceReference.<init>(WebjarsJavaScriptResourceReference.java:29) > at > org.wicketstuff.select2.ApplicationSettings.<init>(ApplicationSettings.java:38) > at > org.wicketstuff.select2.ApplicationSettings.get(ApplicationSettings.java:142) > at > org.wicketstuff.select2.Select2ResourcesBehavior.renderHead(Select2ResourcesBehavior.java:38) > at > org.wicketstuff.select2.Select2Behavior$1.renderHead(Select2Behavior.java:43) > at > org.wicketstuff.select2.Select2Behavior.renderHead(Select2Behavior.java:55) > at > org.apache.wicket.Component.internalRenderHead(Component.java:2674) > at > org.apache.wicket.markup.renderStrategy.ChildFirstHeaderRenderStrategy$1.component(ChildFirstHeaderRenderStrategy.java:85) > " > but it is hard to find out which of all these changes initiates my problem. > > Maybe you need to have a look? > Yoy line of code like this: https://github.com/wicketstuff/core/blob/master/select2-parent/select2-examples/src/main/java/org/wicketstuff/select2/WicketApplication.java#L30 :) > Regards > Per > > > > Gesendet: Samstag, 30. Mai 2026 um 19:08 > > Von: "Andrea Del Bene" <[email protected]> > > An: [email protected] > > CC: [email protected], [email protected] > > Betreff: Re: [ANNOUNCE] WicketStuff 10.9.2 Released > > > > Thank you Maxim > > > > Andrea Del Bene. > > Apache Wicket committer. > > > > On Sat, 30 May 2026, 08:38 Maxim Solodovnik, <[email protected]> wrote: > > > > > WicketStuff core 10.9.2 based on Apache Wicket 10.9.1 is released > > > and soon will be available at Maven Central! > > > > > > Maxim Solodovnik (3): > > > Switching to the next dev version > > > Typo is fixed > > > wicketstuff-core-10.9.2 build was successful > > > > > > dependabot[bot] (2): > > > Bump org.webjars:datatables from 2.3.7 to 2.3.8 (#1464) > > > Bump org.hibernate.orm:hibernate-core from 7.3.5.Final to > > > 7.3.6.Final (#1463) > > > > > > xomit (2): > > > fix: fixing of loading of i18n resources (#1466) > > > Fixing setup of resource name when loading i18n resources > (#1467) > > > > > > The WicketStuff team > > ></[email protected]> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
