- Notifications
You must be signed in to change notification settings - Fork27
various minor updates & cleanup#206
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes from1 commit
Commits
Show all changes
41 commits Select commitHold shift + click to select a range
552df19 fixed old integrated tests for events containing generic tag and requ…
avloa96b4a9 BaseTagEncoder as record (removes need for lombok), TagSerializer ref…
avlo166a2b9 properly relocate GenericTag
avlo2929781 add tag serializer polymorphism
avlo0405606 cleanup
avlo5505794 cleanup
avlo53877d8 basemessagedecor, eventmessage refactor
avloace31b8 EventMessage refactor & cleanup
avlo85b8fcf BaseMessageDecoder and downstream Message classes cleaned up / refact…
avlo0a6a873 add spring boot junit retry
avlo6601bd0 add and set failsafe retry count to 1
avlo2f68096 gradle test/check phase diff, pom reorg
avlo351c9a4 add failed test assertion
avloea558cf build.gradle & conventions minimizing
avlobf2aa75 gradle repo
avlo3780066 determine use/need for GenericMessage
avlo32bd20d renamed AddressableTagFilter to AddressTagFilter, added AddressTag tests
avlo1f5011c renamed test to properly match class under test
avlo743e587 Merge branch 'generic_message_decoding' into develop
avlob22d217 BaseTag.getFieldValue() now returns Optional<String> instead of throw…
avloeb38322 cleanup
avlo4110b77 resolve stash diffs
avlod8a3814 AddressTag variant, breaks TagDeserializer in superconductor
avlo9c5b8e6 add vote tag
avloca379aa updated IT tests
avloc757f2e Merge branch 'develop_port_5555' into broken_address_tag_decoding
avlo0115366 addresstag updates
avlo7cc9f34 addressTag filter updates
avlo9539ff3 remove stream from serializer
avlo896367a explicit identifiertag serializer
avlo5e8e704 additional addressTag Encode/Decode tests
avlo2bf8c62 cleanup
avlo1578fe9 guava replaced with regex
avloac645b9 default json vote property
avlo8c16496 add VoteTag tests
avloa8c4306 build.gradle
avlo2019053 cleanup
avlo989ad21 version up
avloea2f7c7 readme up
avlo2869749 build instructions
avlo8ddc150 README updates to build project from source
avloFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
gradle repo
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commitbf2aa7556810644ecb9c5d967df6d13c85356cc7
There are no files selected for viewing
1 change: 0 additions & 1 deletionbuildSrc/build.gradle
This file contains hidden or 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
2 changes: 1 addition & 1 deletionsettings.gradle
This file contains hidden or 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 |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| buildscript { | ||
| repositories { | ||
| gradlePluginPortal { | ||
| url = 'https://plugins.gradle.org/m2/' | ||
| } | ||
| } | ||
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.