Marty Pitt

Results 19 comments of Marty Pitt

Hi. I've moved on to other projects, and at this stage have no plans to contribute to this project further. Best Marty On Fri, 3 Jun 2022, 22:10 Victor, ***@***.***>...

Hey folks. Just wondering if there's any ETA with a 2022.1 compatible release?

No worries. Thanks for the update.

Kotlin compiled steps seem to work fine if executed by the maven plugin. Here's my `pom.xml`: ``` com.thoughtworks.gauge gauge-java 0.6.5 test ${project.basedir}/src/test/java org.apache.maven.plugins maven-compiler-plugin 3.1 1.8 1.8 org.jetbrains.kotlin kotlin-maven-plugin ${kotlin.version}...

> @martypitt Could you please share more about your use case for using Jackson on classes annotated with `@Serializable`? Sure. We use JSON for responses out to web requests, as...

Sure. In our spring boot app, we have the following: ```xml org.jetbrains.kotlinx kotlinx-serialization-cbor ``` We use this for serializing efficient messages between our own components. Not sure if I've answered...

I'm working on a non-trivial angular app currently, and have been flapping about trying to come up with a structure that sat well with me (knowing that the default did...

Jumping on the bandwagon here - can we please get @richardsmithsfdc 's changes merged and released (or an alternative implementation?) @richardsmithsfdc : Are you guys using your branch in anger?...