initalize 1.6.x migrate to jakarta

This commit is contained in:
andreb 2025-07-29 08:16:48 +02:00
parent 96c1d346ee
commit e3ac6cdb39
2 changed files with 11 additions and 9 deletions

View file

@ -5,7 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
# 1.5.0 (to be released)
## 1.6.0
### Changed
- (CORE) Migration from javax to jakarta xml bind
### Removed
- (CORE) java 8 support. new default jdk 11
## 1.5.0 (to be released)
### Fixed