Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade gradle java kotlin fix tests #38

Merged
merged 8 commits into from
Jun 23, 2024

Conversation

Zargess
Copy link
Collaborator

@Zargess Zargess commented Jun 22, 2024

I have made a general upgrade of gradle, java, our libraries and fixed the tests that failed as a consequence. I have also changed our gradle to kotlin as that is much better.

Zargess added 3 commits June 2, 2024 03:22
Tested that RemoveParticipantRequests are handled as expected
* Upgraded java to 21
* Upgraded gradle to 8.8
* Upgraded test frameworks for server
* Upgraded javafxplugin
* Upgraded javafx to 21
* Reintroduced InviteCode class as pure integers introduced unexpected behaviour in java lists. Now invite codes accepts strings as well.
* Fixed tests
* Fixed tests - Use push instead of press as push also releases key
* Fixed tests - Mockito no longer supports spy on mocks
* Fixed tests - Mockito times only records calls with objects that is of type used in ArgumentCaptor
* Fixed tests - StyleableMatchers.doesntContainsClass no longer exists so created our own matcher called HasStyleClassMatcher
* Rewritten all groovy gradle files to kotlin
* Test reporting rewritten
@Zargess Zargess requested a review from miniwolf June 22, 2024 14:49
@miniwolf miniwolf merged commit 3dcfc1d into develop Jun 23, 2024
3 of 5 checks passed
@Zargess Zargess deleted the upgrade-gradle-java-kotlin-fix-tests branch June 24, 2024 08:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants