James Ward
James Ward
Where'd you get the sources from?
@jthegedus You should be able to use this from my fork: https://github.com/jamesward/badger/tree/cloud-run-button
Might be something unique in my setup. Use this repo: https://github.com/jamesward/kotlin-bars Run: ``` ./gradlew -t :server:test ```
Oh, right. I forgot that the distroless images are based on busybox so you have to do something like: ``` - id: 'test' name: 'gcr.io/distroless/java:8-debug' entrypoint: '/busybox/sh' args: - -c...
I think you are right about the unnecessary bean but I guess I was hoping for something like `Jackson2ObjectMapperBuilderCustomizer` which provides a nice way to customize Jackson.
I'll investigate how we can support this.
Related to: https://github.com/Kotlin/kotlinx.html/issues/94 I also ran into this with: ``` link("http://asdf.com/?foo=bar&asdf=zxcv") ``` Which becomes: ``` ```
Because it shouldn't be :)
Which standard would you like to use: - https://www.ietf.org/rfc/rfc1738.txt - https://tools.ietf.org/html/rfc3986 - https://tools.ietf.org/html/rfc3987 - https://url.spec.whatwg.org/