-
Notifications
You must be signed in to change notification settings - Fork 44
Conversation
…to denote the transaction type
} | ||
|
||
def libraryGroupId = 'one.block' | ||
def libraryArtifactId = 'eosiojava' | ||
def libraryVersion = '0.1.2' | ||
def libraryVersion = '0.2.0-amqp9' | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what version do we actually want to bump this to?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Undetermined at this point. Currently the next release is targeted toward eosio-2.1 features and amqp support is not scheduled to be part of that release. If there is a need for it @brandonfancher should be consulted to put it into the release plan.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is needed to support our AMQP provider/plug-in, and we plan to use that on services in the near future so would like to merge this in @brandonfancher @opi-smccoole
The packed transaction support part of this was merged as #121. The rest was migrated to the AMPQ provider repo as it had heavy dependencies (RxJava) and really was not generally applicable to most users. |
Changes to support AMQP Provider
Other PRs: