esfomeado
esfomeado
I keep getting this error on console ``` Future exception was never retrieved future: pyppeteer.errors.NetworkError: Protocol error (Target.sendMessageToTarget): No session with given id ```
## 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;...
## 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...
I created a sample project making the use of webflux and disabled CORS and it works for the `/graphql` endpoint but no for the `/subscriptions` one. ## Expected behavior It...
Please add support for x64. Thanks
The version used on the tutorial is old and the new ones introduce a few problems so I guess this needs a update.
I have the following classes: ```java public record Book( String title, String author ) { } ``` ```java public record BookWrapper( Book book ) { } ``` And this mapper:...
#minor #1489 Updated dependencies to fix vulnerabilities.
## Describe the Feature Request As of now is only possible to resolve non reactive arguments using the `ArgumentResolver` interface. Will be cool to be able to resolve as well...