Martin Kvapil

Results 3 issues of Martin Kvapil

create bot-integration-spring6 module that will work with spring 6.x (spring boot 3.x) Fixes # #1521 ## Description There are differences in ResponseEntity, HttpStatus and HttpStatusCode classes in spring 5.x and...

### [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.3...

bug
needs-triage

### Expected Behavior I have following dependencies in build.gradle ``` implementation("io.micronaut.flyway:micronaut-flyway") runtimeOnly("org.flywaydb:flyway-database-postgresql") ``` When I compile and run native code `./gradlew nativeRun` I expect the application will start, run migrations...

relates-to: graal