forked from heremaps/xyz-hub
-
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.
Some minor improvements in the tagging implementation
- Improve (De-)serialization of tag model in DynamoTagConfigClient - Make Ref model immutable (again) - Remove new usages of apache-commons lib (which is to be removed from dependencies soon) - Rename abstract dataset VersionRefSource to VersionedSource - Rename HubWebClient#getTag() to #loadTag() to match the style of the other entity loading methods (and also to indicate that the method call could be a longer running one as it's a query to remote system) - Add missing method HubWebClientAsync#loadTagAsync() Signed-off-by: Benjamin Rögner <[email protected]>
- Loading branch information
Showing
13 changed files
with
299 additions
and
288 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
Oops, something went wrong.