Hi I am a software developer new to geoserver. I considered the source but ı could not understand much . Wicket frame work is used. What’s the version of wicket do you know it thank you for your help…
GeoServer is built using maven to manage all the versions of the libraries used.
So check the src/pom.xml “project object model” for the dependency management section listing jars and version numbers.
<wicket.version>9.18.0</wicket.version>
The pom.xml is a description of the project. This description is used by maven to download wicket and other “dependencies”.
@halukozturk79 You submitted this to the OSGeo General category instead of one of the Geoserver categories GeoServer Developer - OSGeo Discourse or GeoServer User - OSGeo Discourse
I was going to move this to the proper category but not sure which one @jive
I guess it matters intent. @halukozturk79 are you asking this question because you want to get involved in geoserver development, in which case you should join the Geoserver developer - OSGeo Discourse group so you can post to the developer group. Or are you asking this because you are just using geoserver for your application projects and want to make sure things are configured properly?
I expect this was a development question and have moved to GeoServer Developer category.
GeoServer 2.26.x and older are using Wicket 7.x (the latest of that branch).
GeoServer 2.27.x (main branch, AKA development branch) is currently on the latest Wicket 9, with a plant to upgrade to Wicket 10 in a few months (if the crowdfunding delivers enough funds to do so).
Cheers
Andrea