Releases: icpctools/icpctools
Releases · icpctools/icpctools
v2.6.1169
Add country subdivision support Add support for country subdivisions as per the draft spec.
v2.6.1168
Update Java version in readmes Noticed two really out of date Java versions, update to the correct minimum.
v2.6.1167
Client-side support for draft spec REL_TIME changes Support reading REL_TIME penalty times as per the draft spec. Luckily, penalty time was already in ms so we can just try reading the property as an integer or REL_TIME. The tools never read the scoreboard directly, so thats implicitly covered as well. Server-side / CDS support for the draft spec will come via future PRs.
v2.6.1166
Auto build Builder container on changes
v2.6.1165
Update CI checkout action The checkout action is old and getting a node warning, update to v4.
v2.6.1164
Jakarta rebase I haven't updated WLP in 2 years, and even prior to that Java EE changed to Jakarta EE. The prior commit does the bulk renaming of packages and classpath updates, this one deletes one missed jar, updates to Jakarta features in server.xml, fixes the build, Dockerfile, web.xml, etc. There could easily be some additional changes or something I've missed, but this is the bulk of the change, works locally, and at the point I need to see build failures or build artifacts to see if there's anything else.
v2.6.1162
Pre-Jakarta cleanup I'm moving the CDS up to a recent WLP and Jakarta spec level. This involves a lot of import renaming, updated features, and a few other changes, but once I had done all those... it wouldn't start. This commit just covers some basic refactoring/cleanup that can be applied now although it isn't required until later.
v2.6.1161
Fix resolver speed documentation Updates the resolver documentation to match the recent changes to speed documentation made in #986. Also removed the undocumented --fast equivalent and old javadoc. Fixes #1065.
v2.6.1160
Code cleanup I have the Java validation set fairly high in Eclipse, and it is complaining about a few things in these files: - removes unused imports - makes a private method static - adds a missing option to a case statement - applies some missing tabs/alignment in these files... plus other formatting
v2.6.1159
Update Updates the remaining dependencies that were not done before WF Astana: - tyrus web socket client (moves to jakarta namespace) - snakeyaml (needs extra safeconstructor arg) Verified CDS can still read yaml; admins can still control presentations and get data back. Also removes old xmlgraphics 2.6 that was already updated (with Batik) but old copy was not removed from git.