Tim Yates

Results 180 comments of Tim Yates

A spike is available here: https://github.com/bloidonia/example-micronaut-crac Which mimics the way they decorated netty, but via an extension instead of editing the server code itself. (requires 3.5.3) To support CRaC more...

I can't think of any more coverage that would appease Sonar, and not just be running code paths for the sake of it. I'm going to functionally test this manually...

@saw303 thanks πŸ‘ I edited the link to save others going there

Added some tests to a declarative client with a header (once I eventually worked out how to make one) ☺️

@jameskleeh Ahhh, so I moved the header into the client: ``` @Get('/header-localdatetime') String headerLocalDateTime(@Header('X-Test') LocalDateTime date) ``` And you're right... It seems to be sending it through in the wrong...

Right, I think that handles the declarative client conversions... Need to make sure it works on a non-GMT machine though... The perils of living on GMT

@jameskleeh Probably worth you running `DateTimeConversionSpec` locally to check the conversion to GMT works for you

That's awesome 😍

Thinking about how we would run this on CI where we only have GraalVM for specific builds. We would somehow need to detect that we're running on Graal, and only...