Chris Kocel

Results 60 comments of Chris Kocel

@realdadfish hey, is this issue still occurs with newest axion release?

I port some JVM-related code and this exact class is needed. Hope that it gets merged...

@dkhalanskyjb actually I need to have a class that can be deserialized from the `java.time.ZonedDateTime` that comes from JVM backend

https://spring.io/blog/2023/10/31/what-new-is-coming-in-reactor-core-3-6-0#virtual-threads-support

@GregoireW the problem with the standalone version is that it crashes on logging - there is a conflict with a logback from Spring Boot: `Caused by: java.lang.IllegalArgumentException: LoggerFactory is not...

@jwedel you can use standalone dependency in your test - this will make you independent from spring dependencies: ```xml org.wiremock wiremock-standalone 3.3.1 test ```

@oleg-nenashev Hi, I created this PR because I wanted complete instrumentation for tests from within a single annotation. Let me know if this approach is ok. If so, I will...

@tomakehurst I intended to implement this parameter to support all clients, but it may be impossible...

@prutheus maybe you could provide a PR with this?

@cunhap we ended up with using WebClient + AWS request signing