Sergio Delgado

Results 7 issues of Sergio Delgado

A curious behaviour I've encountered adding Jackson to a Kotlin project... I'm trying to deserialize a YAML file to a Kotlin data class `data class Settings(val wireframe: Boolean = false)`...

yaml

https://gaming.amazon.com/home The only big game store I'm missing from Bottles. Keep up the good work!

### Feature description Having the DI core module available both for the JVM and for Android, it would make sense (to me 😄 ) to support Kotlin Multiplatform, even if...

type: enhancement

### Steps to Reproduce 1. Annotate a bean as `@Context` 2. Use it in a test 3. Try to mock the bean with `@MockBean` ### Expected Behaviour The `@MockBean` method...

info: workaround available
type: bug

Would it be possible, at least in desktop, that when the file picker opens it's as a modal dialog, so you cannot interact with the original app window?

**Affects:** Spring 6.1.6 --- REST controllers are unable to return Kotlin value classes, either directly or wrapped in a ResponseEntity. I'm using extensively value classes as a way of defining...

in: web
type: enhancement
theme: kotlin

Hi, I'm trying to use the Pact stub server as follows: ``` ❯ docker run -t -p 38080:38080 --rm pactfoundation/pact-stub-server --insecure-tls --broker-url https://my-pact-broker.com --user pact_admin:password --loglevel debug --provider-name my-provider --consumer-name...