-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade Hazelcast to 5.5 [DEX-297] (#177)
- Upgrades Hazelcast to 5.5 - Upgrades Javax -> Jakarta - Makes tests less flaky & passing on GHA - Updates many dependencies to refresh whole project - Adds JUnit template to make tests less flaky locally - `java.net.preferIPv4Stack=true` --------- Co-authored-by: Łukasz Dziedziul <[email protected]> Co-authored-by: Jack Green <[email protected]>
- Loading branch information
1 parent
693f28f
commit 020a7b8
Showing
21 changed files
with
269 additions
and
292 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="true" type="JUnit" factoryName="JUnit"> | ||
<option name="MAIN_CLASS_NAME" value="" /> | ||
<option name="METHOD_NAME" value="" /> | ||
<option name="TEST_OBJECT" value="class" /> | ||
<option name="VM_PARAMETERS" value="-ea -Djava.net.preferIPv4Stack=true" /> | ||
<method v="2"> | ||
<option name="Make" enabled="true" /> | ||
</method> | ||
</configuration> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.