8000 Releases · icpctools/icpctools · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: icpctools/icpctools

8000

v2.6.1169

16 Dec 22:03
Compare
Choose a tag to compare
v2.6.1169 Pre-release
Pre-release
Add country subdivision support

Add support for country subdivisions as per the draft spec.

v2.6.1168

16 Dec 22:03
Compare
Choose a tag to compare
v2.6.1168 Pre-release
Pre-release
Update Java version in readmes

Noticed two really out of date Java versions, update to the correct minimum.

v2.6.1167

16 Dec 22:02
Compare
Choose a tag to compare
v2.6.1167 Pre-release
Pre-release
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

21 Oct 12:02
Compare
Choose a tag to compare
v2.6.1166 Pre-release
Pre-release
Auto build Builder container on changes

v2.6.1165

14 Oct 13:45
Compare
Choose a tag to compare
v2.6.1165 Pre-release
Pre-release
Update CI checkout action

The checkout action is old and getting a node warning, update to v4.

v2.6.1164

14 Oct 13:45
Compare
Choose a tag to compare
v2.6.1164 Pre-release
Pre-release
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

14 Oct 13:45
Compare
Choose a tag to compare
v2.6.1162 Pre-release
Pre-release
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

07 Oct 11:42
Compare
Choose a tag to compare
v2.6.1161 Pre-release
Pre-release
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

21 Sep 11:26
Compare
Choose a tag to compare
v2.6.1160 Pre-release
Pre-release
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

21 Sep 11:26
Compare
Choose a tag to compare
v2.6.1159 Pre-release
Pre-release
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.
0