Skip to content

Releases: triplea-game/triplea

2024-July-30 - 2.7.14846

30 Jul 00:12
257aa77
Compare
Choose a tag to compare
Pre-release
Publish feign-common as lib dependency (#12803)

2024-July-29 - 2.7.14845

29 Jul 23:07
ed05511
Compare
Choose a tag to compare
Pre-release
Publish more dependencies (#12802)

Need more (all) of the transitive dependencies now that we no longer
publish a shadow jar

2024-July-29 - 2.7.14841

29 Jul 22:52
22af7ac
Compare
Choose a tag to compare
Pre-release
Jar publishing: also publish 'domain-data' jar (#12798)

Now that we no longer publish a shadow jar of 'http-client/lobby',
we need to provide dependencies as well.

2024-July-29 - 2.7.14840

29 Jul 22:44
01aca61
Compare
Choose a tag to compare
Pre-release
Lobby-client Jar build config: properly update gradle to publish jar …

…file (#12797)

When attempting to drop the shadow jar, we needed to add back in
a 'publication' block.

2024-July-29 - 2.7.14839

29 Jul 22:34
1587c83
Compare
Choose a tag to compare
Pre-release
Clean up http-clients build (possible fix for "still shadow jar") (#1…

…2796)

- Remove unused shadowjar plugin and unused method in http-clients build.

On previous builds, a full shadow jar has been published. This update
will potentially "fix" that so we publish only a "shallow jar" instead.
The transitive dependencies from a 'shadow-jar' are not desired.

2024-July-29 - 2.7.14838

29 Jul 20:40
2d96c12
Compare
Choose a tag to compare
Pre-release
Publish just a standard JAR and not a shadow jar for http-clients (#1…

…2795)

Shadow jar causes version issues for server, since the shadow
jar brings in a variety of dependencies that are potentially
not compatible.

2024-July-29 - 2.7.14837

29 Jul 20:38
bcedc5c
Compare
Choose a tag to compare
Pre-release
Cleanup: remove unused chat-upload files (#12794)

* Remove unused files that were recently moved

* Remove unused files

2024-July-29 - 2.7.14836

29 Jul 18:59
b1151b6
Compare
Choose a tag to compare
Pre-release
Move ClientIdentifiers.java to 'lobby-client' so shared code can read…

… it (#12793)

This update consolidates http-client-lib stuff. This is so we can then
read that shared code from the lobby-server, which will allow us to
re-enable the error reporting endpoints

2024-July-29 - 2.7.14835

29 Jul 03:22
2163a23
Compare
Choose a tag to compare
Pre-release
ConcurrentModification error: slightly hacky fix (#12791)

* ConcurrentModification error: slightly hacky fix

Should be a fix for #12789
This is not an ideal fix, and we likely have this problem in other areas.
It is possible this is a non-fix too, we should watch out for further error
reports to check carefully if this was a non-fix.

* Formatting

2024-July-28 - 2.7.14834

28 Jul 02:43
443652c
Compare
Choose a tag to compare
Pre-release
Prune unused dependencies (#12786)