MarcGiffing / wicket-spring-boot

Spring Boot starter for Apache Wicket
151 stars 61 forks source link

Upgrade to latest Wicket 8.6.x version #161

Closed tdziurko closed 4 years ago

tdziurko commented 4 years ago

Is it planned to bump dependencies to the latest 8.6.1 version of Apache Wicket and libraries around it?

tdziurko commented 4 years ago

I can prepare a PR if needed :)

MarcGiffing commented 4 years ago

I'll release a new version if you provide a pull request but take also a look at #148

tgoetz commented 4 years ago

I created a PR for this (Spring Boot upgrade also included): https://github.com/MarcGiffing/wicket-spring-boot/pull/162

MarcGiffing commented 4 years ago

It seems like dependency issue. The tests of the example project failing: java.lang.NoClassDefFoundError: Could not initialize class net.minidev.json.JSONValue

Or am I wrong?

tgoetz commented 4 years ago

I can take a look at this ...

tgoetz commented 4 years ago

All tests are green for me when running them locally. Could you provide a complete stacktrace if you still experience that exception?