[CloudAdapter] Port CloudAdapter to Java by ldardick · Pull Request #1296 · microsoft/botbuilder-java
Description
As the CloudAdapter component was migrated to C#, it should be added in Java with all supporting classes and make the necessary changes in the existing code to support the CloudAdapter component.
Specific Changes
- Add CloudAdapter component and all supporting classes
- Add CloudAdapter Tests
- Add
mockitoinbot-integration-core - Add
CloudAdapterWithErrorHandlerwhich inherits from CloudAdapter used by some Java samples - Add
getCloudAdapterinBotDependencyConfigurationto return aCloudAdapterWithErrorHandler - Add
InvokeResponseandTypedInvokeResponseto bot-schema, assign old ones as deprecated - Relocate
BotFrameworkClientto bot-connector to have parity with JS - Fix Checkstyle issues
