-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade dependencies, apply code style, retry to contact seeds, recor…
…d classes, move to Apache Fury and fix for duplicated entries in lww set (#36) * Applied Google/AOSP code style. (#35) Refactored the way seeds are contacted, so we can retry again after some backoff time up to a maximum number of attempts. Turned some classes into record classes. Moved from Kryo to Apache Fury. Fixed issue Entry::equals that would lead to unwanted data duplication as ConcurrentSet::addAll wouldn't recognize duplicated entries. * Bump org.mapstruct.version from 1.5.3.Final to 1.5.5.Final (#30) Bumps `org.mapstruct.version` from 1.5.3.Final to 1.5.5.Final. Updates `org.mapstruct:mapstruct` from 1.5.3.Final to 1.5.5.Final - [Release notes](/~https://github.com/mapstruct/mapstruct/releases) - [Commits](mapstruct/mapstruct@1.5.3.Final...1.5.5.Final) Updates `org.mapstruct:mapstruct-processor` from 1.5.3.Final to 1.5.5.Final - [Release notes](/~https://github.com/mapstruct/mapstruct/releases) - [Commits](mapstruct/mapstruct@1.5.3.Final...1.5.5.Final) --- updated-dependencies: - dependency-name: org.mapstruct:mapstruct dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.mapstruct:mapstruct-processor dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rafael Silvério <rafael.silverio11@gmail.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
f226916
commit dbaf630
Showing
115 changed files
with
1,401 additions
and
1,274 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
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
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
5 changes: 3 additions & 2 deletions
5
stundb/acceptance-tests/src/test/java/com/stundb/modules/providers/PropertiesProvider.java
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.