[Oskari-user] Oskari 3.0 released!
Mäkinen Sami
sami.makinen at maanmittauslaitos.fi
Thu Mar 20 07:01:25 PDT 2025
Good news everyone,
The new version is now available on GitHub (https://github.com/oskariorg) and Oskari.org Maven repository. The sample application package has been updated on the download link in Oskari.org (https://oskari.org/download) and http://download.osgeo.org/oskari/. As always you can take a peek at the latest release at https://demo.oskari.org/.
The release updates the major version as it will require more than usual work and manual migrations when upgrading any Oskari-based application. Oskari-server is now built with Java 17 (up from 8) and that has allowed us to upgrade some of the core libraries like GeoTools and Spring framework to their most recent versions. This also means that old Jetty 9 based servers will no longer be able to run the new version. We have changed the packaged server for our download to include Tomcat 10.1 instead. It doesn't mean that you will need to switch your own installations from Jetty to Tomcat, but you will need a more recent version of Jetty to run Oskari 3.0 based applications. The server needs to be Jakarta EE 9 compatible servlet container as described on https://spring.io/blog/2021/09/02/a-java-17-and-jakarta-ee-9-baseline-for-spring-framework-6 and this also affects any application specific code that refers to javax namespace on the Servlet API.
While this version is mostly about updating the server-side dependencies, we managed to tweak some things on the frontend as well. Mostly on the publisher functionality, but also introduced a new way of defining "bundles" in Oskari. This also requires manual migrations on the frontend application but removes much of the boilerplate and complications of declaring bundles in Oskari. This should make future developers happier and makes things easier to document.
A couple of quick notes:
* The documentation still has plenty of references to Jetty, but we are working on it
* The new version updated the routing API implementation to use DigiTransit API v2 as v1 is being shutdown shortly. We have identified a thing that we'll need to hotfix for this, but if you are not using/providing the routing API, you don't need to wait for this. Progress for this can be followed on GitHub: https://github.com/oskariorg/oskari-server/milestone/53?closed=1
As we now have a compiled list of Release notes, Migration Guide and API changelog available on Oskari.org I'll let you discover the changes that way on https://oskari.org/documentation/docs/3.0.0/12-Changelog
Happy updating,
Sami
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/oskari-user/attachments/20250320/251c0998/attachment.htm>
More information about the Oskari-user
mailing list