botbuilder-java
botbuilder-java copied to clipboard
The Microsoft Bot Framework provides what you need to build and connect intelligent bots that interact naturally wherever your users are talking, from text/sms to Skype, Slack, Office 365 mail and oth...
Fixes #1222 Fixes #1266 ## Description As the CloudAdapter component was migrated to [C#](https://github.com/microsoft/botbuilder-dotnet/blob/main/libraries/integration/Microsoft.Bot.Builder.Integration.AspNet.Core/CloudAdapter.cs), it should be added in Java with all supporting classes and make the necessary changes in...
The link is broken, due to uppercase letter.
Fixes #1476
### [Github issues](https://github.com/microsoft/botbuilder-java/issues) should be used for bugs and feature requests. Use [Stack Overflow](https://stackoverflow.com/questions/tagged/botframework) for general "how-to" questions. ## Version What package version of the SDK are you using. 4.14.2...
**Is your feature request related to a problem? Please describe.** The problem i've stumbled upon is that i was getting ```com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Java 8 date/time type `java.time.OffsetDateTime` not supported by default:...
## Version bot-integration-spring:4.14.2 ## Describe the bug When continuing a conversation I get an InaccessibleObjectException on `openjdk17` ## To Reproduce Steps to reproduce the behavior: ``` private final BotFrameworkHttpAdapter adapter;...
### Use this [query](https://github.com/microsoft/botbuilder-java/issues?q=is%3Aissue+is%3Aopen++label%3Afeature-request+) to search for the most popular feature requests. **Is your feature request related to a problem? Please describe.** A clear and concise description of what the...
The changes in [fix: MeetingDetails dates are nullable (#6337)](https://github.com/microsoft/botbuilder-dotnet/pull/6337) may need to be ported to maintain parity with `microsoft/botbuilder-dotnet`. Fixes #6336 Please review and, if necessary, port the changes.
Split the deployment of appservcice and azurebot Add AzureBotRegion Fixes #1472 ## Description update deployment template ## Specific Changes split the deployment template about appservice and azurebot. add azurebotregion ##...
## Description When deserializing an `Activity` , `teamsActivity` and `fromStreamingConnection` are created due to the method name. If we then serialize and deserialize it again we will end up with...