Results 8 issues of Boris Morris

With reference to https://github.com/spring-projects-experimental/spring-fu/issues/275 and https://github.com/spring-projects-experimental/spring-fu/issues/253 I am trying to create a simple extension to enable using [r2bdc-migrate](https://github.com/nkonev/r2dbc-migrate), my starting point it ```kotlin class R2dbcMigrationDsl(private val init: R2dbcMigrationDsl.() -> Unit)...

Running `gm` with Gradle 7.1.1 produces the following message ``` Specifying custom build file location has been deprecated. This is scheduled to be removed in Gradle 8.0. Consult the upgrading...

gradle

Currently the GWTP RPC CSRF protection framework works by (assuming `JSESSIONID` is not used): 1. a filter issues a random cookie with a specified name 2. on the client side...

Suggestion

`OrderedSlot` should probably have the following signature: ``` java static class OrderedSlot

### Search before asking - [X] I searched in the [issues](https://github.com/FasterXML/jackson-module-kotlin/issues) and found nothing similar. - [X] I searched in the [issues of databind](https://github.com/FasterXML/jackson-databind/issues) and other modules used and found...

bug

Looks like the ping is recorded at 30 minutes when the speed test fails, the time (30 minutes) is the same as the interval between tests which makes me suspect...

Investigate

I have a legacy OAuth2 API I need to use, and it requires the use of a password grant. Support for password grants was removed in `AbstractRestClientOAuth2AccessTokenResponseClient` so when I...

status: waiting-for-triage
type: enhancement

When run with `--debug`, the debug logger is enabled in Gradle. In the plugin, this is used to pass configuration to `xjc` - specifically `debugMode` is turned on - https://github.com/bjornvester/xjc-gradle-plugin/blob/b1baaccb9c31c2aea537182061bcc2c1b699c6d8/src/main/kotlin/com/github/bjornvester/xjc/XjcWorker.kt#L51...