-- FILE ---------------------------------------------------------------------
-- name : BuildNews.txt
-- project : BoarderZone: Development Environment
-- created : Leon Poyyayil - 2003-01-25
-- language : English
-- environment: the human readers mind ... ;-)
-- copyright : (c) 1990-2025 by Leon Poyyayil (private), Switzerland
-- license : this is free software licensed under the GPL. see COPYING
-----------------------------------------------------------------------------
This file contains a description of the major code changes between builds of
the java and web-site code for BoarderZone.net which are relevant to developers.
See doc/BuildVersioning.txt for a more detailed description of how to read it.
=============================================================================
version: 0.22.860
creator: Leon Poyyayil
created: 2025-09-10 03:24:33
status: release
----------------------------
- build process
- javadoc: removed links to external servlet and Tomcat APIs
- lib.dev/struts.jar: migrated to jakarta.servlet.* package names
- all own web code: migrated to jakarta.servlet.* package names
=> will require at least Tomcat 10.0.x to run
- products:
- removed BitCoin and PayPal donation buttons from documentation menu
- removed old (animated) GIF favicon files as they're no longer supported by browsers
- package net.boarderzone.plugins.tomcat:
- SaltedJDBCRealm: removed class due to its base being gone due to deprecation
-- EOF ----------------------------------------------------------------------