31839c4eca
Merge pull request 'master' ( #43 ) from External/mage:master into master
...
/ build_release (push) Successful in 14m39s
Reviewed-on: #43
2025-10-06 17:31:32 -07:00
Oleg Agafonov
4e29f4f241
version bump
2025-10-06 23:53:07 +04:00
ReSech
a098cb7849
dev: updated dependency versions of some libs ( #13966 )
...
batik-transcoder to 1.19
commons-compress to 1.28.0
gson to 2.13.2
commons-lang3 to 3.18.0
jsoup to 1.21.2
2025-10-06 23:45:24 +04:00
3062dd066d
Merge branch 'External-master'
/ build_release (push) Successful in 10m38s
2025-07-19 22:36:15 -07:00
ReSech
6568c1f18a
dev: updated some libs, removed outdated and unused s3/aws code and annotations ( #13802 )
2025-06-29 16:36:10 +04:00
9a52e15460
Merge branch 'github'
/ build_release (push) Successful in 10m33s
2025-06-28 00:11:49 -07:00
ReSech
a47c5726ec
dev: updated dependency for log4j (slf4j-reload4j) ( #13792 )
2025-06-27 16:46:47 +04:00
d2c32ec53f
Merge branch 'External-master'
/ build_release (push) Successful in 27m57s
2025-04-11 20:17:40 -07:00
Oleg Agafonov
b819545744
bump version
2025-04-11 17:50:12 +04:00
ee75192f0a
vertical layout
/ example-docker-compose (push) Successful in 15m31s
2025-02-15 20:59:50 -08:00
Oleg Agafonov
fc159728c7
version bump
2025-02-01 20:16:27 +04:00
Oleg Agafonov
b1f914bbf4
version bump
2024-11-30 22:42:47 +04:00
Oleg Agafonov
278bda4c36
version bump
2024-09-08 22:13:45 +04:00
Oleg Agafonov
de5de0e103
version bump
2024-08-16 19:35:42 +04:00
Oleg Agafonov
8f7abe2dc5
GUI: added old what's new page (build-in window on startup);
2024-08-05 00:01:38 +04:00
Oleg Agafonov
3abdb72910
dev: improved code coverage (jacoco) and static analyser (sonar) support ( #11367 ):
...
* fixed code coverage data lost on failed tests;
* fixed code coverage report duplication and improved performance;
* fixed that sonar analyser can't see code coverage for some modules;
* added new aggregation module: Mage.Reports (used for code coverage report generation);
* reorganized pom and added additional instructions for jacoco and sonar usage;
2023-10-30 09:19:12 +04:00
Oleg Agafonov
ffa0a8079a
tests: improved tree logs settings, additional docs
2023-10-18 12:01:37 +04:00
Oleg Agafonov
b1e33b73ee
tests: replaced maven's test reporter from plain to tree (logs visible for failed tests only)
2023-10-18 04:05:56 +04:00
Oleg Agafonov
e53b0091d7
tests: added docs for tests runner's params, disabled output files
2023-10-16 01:23:20 +04:00
Oleg Agafonov
f653fd4c34
tests: improved game/chat logs in load tests (now it shows in txt format instead html, example: test_TwoAIPlayGame_Multiple)
2023-10-11 15:00:33 +04:00
Oleg Agafonov
e2271d79fb
Refactor: added auto-generated readable readme file to releases
2023-03-12 13:56:29 +04:00
Oleg Agafonov
57efc02710
dev: mark test sub-projects as non-deployable (fixed build warning)
2022-09-29 17:59:08 +04:00
Alex Vasile
8b71e0a444
[DEV] JDK 11+ support. All builds still target Java 1.8.
2022-08-05 00:17:00 -04:00
Oleg Agafonov
83d44b3e66
Dev: updated to latest ormlite lib, removed workaround for dirty logs from #8373 ;
2021-11-14 01:47:24 +04:00
Oleg Agafonov
9c3167a18e
Merge fix
2021-10-04 18:20:06 +04:00
Oleg Agafonov
39702e9223
Tests: fixed junit versions compatible (not working tests);
2021-10-04 18:05:27 +04:00
Oleg Agafonov
abdccf97da
Dev: updated some libs to latest version;
2021-10-03 18:40:24 +04:00
Oleg Agafonov
58ab020065
Dev: pom clean up, improved parent/child structure;
2021-10-03 18:11:56 +04:00
Oleg Agafonov
08407eef25
Dev: migrated to single logger lib (replaced slf4j usage by log4j), clean up and documented pom files, updated some libs;
2021-10-02 11:09:09 +04:00
Oleg Agafonov
1c6eb10bd1
Dev: migrated to single json lib (removed json-simple from deck import code), clean up guava lib usage in cards;
2021-10-01 17:57:54 +04:00
Oleg Agafonov
7d92ad45d9
Dev: updated zip libs
2021-09-29 17:06:18 +04:00
Oleg Agafonov
f9beed6a89
Dev: clear pom files, fixed wrong test packages and scope, added zip tests;
2021-09-29 16:01:36 +04:00
dependabot[bot]
03e605de09
Bump junit-jupiter from 5.7.0 to 5.8.1 ( #8328 )
...
Bumps [junit-jupiter](https://github.com/junit-team/junit5 ) from 5.7.0 to 5.8.1.
- [Release notes](https://github.com/junit-team/junit5/releases )
- [Commits](https://github.com/junit-team/junit5/compare/r5.7.0...r5.8.1 )
---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-28 20:25:54 +04:00
Oleg Agafonov
2158d682cc
Prepare new release
2021-08-30 14:44:03 +04:00
Oleg Agafonov
d481172eb4
Code: added test coverage reports by JaCoCo lib (generate by command like "mvn install -Djacoco.skip=false");
...
Code: added test coverage support for Sonar reports;
2021-08-27 20:51:42 +04:00
Oleg Agafonov
c6a3d5e588
Prepare new release
2021-07-25 01:15:33 +04:00
Oleg Agafonov
b932696339
Updated lib com.google.guava
2021-04-02 11:55:35 +04:00
Oleg Agafonov
cf216c6802
Prepare new release
2021-02-07 22:24:40 +04:00
Oleg Agafonov
81e0cc6403
Merge pull request #7158 from fburato/app-wiring-refactor
...
Application wiring refactor and externalise configuration path for server
2020-12-26 07:42:46 +01:00
Oleg Agafonov
cc5fce4256
Prepare new release
2020-12-19 23:59:44 +04:00
Oleg Agafonov
c2c1e157e9
Merge pull request #7090 from magefree/dependabot/maven/org.apache.maven.plugins-maven-jar-plugin-3.2.0
...
Bump maven-jar-plugin from 2.5 to 3.2.0
2020-11-20 19:31:23 +01:00
Oleg Agafonov
621595d87a
Merge pull request #7134 from magefree/dependabot/maven/junit-junit-4.13.1
...
Bump junit from 4.13 to 4.13.1
2020-11-20 19:28:46 +01:00
Francesco Burato
cf3dd2d94c
[app-wiring-refactor]: Define external configuration
2020-11-12 20:12:48 +00:00
Oleg Agafonov
ea46afbe62
Prepare new release
2020-11-10 13:11:45 +04:00
dependabot[bot]
f80879151c
Bump junit from 4.13 to 4.13.1
...
Bumps [junit](https://github.com/junit-team/junit4 ) from 4.13 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases )
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md )
- [Commits](https://github.com/junit-team/junit4/compare/r4.13...r4.13.1 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-10-13 04:36:39 +00:00
dependabot[bot]
5c5e5ffb19
Bump maven-jar-plugin from 2.5 to 3.2.0
...
Bumps [maven-jar-plugin](https://github.com/apache/maven-jar-plugin ) from 2.5 to 3.2.0.
- [Release notes](https://github.com/apache/maven-jar-plugin/releases )
- [Commits](https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-2.5...maven-jar-plugin-3.2.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-09-28 05:29:34 +00:00
dependabot[bot]
299f048128
Bump maven-resources-plugin from 3.1.0 to 3.2.0
...
Bumps [maven-resources-plugin](https://github.com/apache/maven-resources-plugin ) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/apache/maven-resources-plugin/releases )
- [Commits](https://github.com/apache/maven-resources-plugin/compare/maven-resources-plugin-3.1.0...maven-resources-plugin-3.2.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-09-07 05:57:20 +00:00
Oleg Agafonov
9488d6f3a3
Merge pull request #6975 from magefree/dependabot/maven/junit-junit-4.13
...
Bump junit from 4.13-beta-2 to 4.13
2020-08-31 09:31:07 +02:00
Oleg Agafonov
920697d2e5
Prepare new release
2020-08-23 01:52:55 +04:00
dependabot[bot]
d043c86d5a
Bump junit from 4.13-beta-2 to 4.13
...
Bumps [junit](https://github.com/junit-team/junit4 ) from 4.13-beta-2 to 4.13.
- [Release notes](https://github.com/junit-team/junit4/releases )
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.md )
- [Commits](https://github.com/junit-team/junit4/commits/r4.13 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-08-17 06:09:21 +00:00