ksiczek

Results 8 comments of ksiczek

We also use the `1.18.26` of Lombok. Could it be something different in our stack that interferes? I thought that if I had created an additional class in our project...

One thing I noticed when migrating to `wiremock-standalone` was that its object mapper somehow started ignoring the `@JsonProperty` (some snake-case mapping) when doing `ResponseDefinitionBuilder .okForJson()`. I switched to the `okForContentType`...

I've encountered it on the `23.1.1`. We are in an intermediary phase with the same code as a node 18 service and 20.x AWS lambda. The `23.1.1` worked as the...

Thank you, @ALFAMAS, but we are bound to the `23.1.1` which is the latest [supported for Chrome 127.0.0](https://pptr.dev/supported-browsers) due to `@sparticuz/chromium`, which does not support 128 or 129 yet. Since...

It has nothing to do with the TS I think. I have the schema separated into several definitions and reference them using relative paths but getting the error ``` /Users/karol.siczek/.nvm/versions/node/v22.11.0/lib/node_modules/json-schema-faker-cli/node_modules/json-schema-faker/dist/main.cjs:2646...

The problem is that the LocalStack lambda service creates a separate container (from the `public.ecr.aws/lambda/nodejs:20` image) from the main one and the additional container is not cleaned up when Testcontainers...

I've tested with the `10.20.0` and it works like a charm. Thank you so much!