Caleb Cushing
Caleb Cushing
Sorry that you're getting all of my debugging. Here's what's going to be the last though. As it works *well enough* for me to leave the company with. However, seems...
hmm... maybe it should be another issue, but I'd like to be able to change to basic logging directly. Running router in docker in a local development environment doesn't mean...
Also, I'm not sure if I want to propagate or not, but this error is kind of not useful in the logs, and hard to read because I"m not a...
actually a little easier to read on here because my terminal isn't wrapping it... still doesn't appear to contain useful information though. I'm not sure if that's because the other...
yes, I did (I think), and yes it's giving a 404... something is wrong in my DGS server, but that's a different problem. fetch failed isn't very useful. Trying to...
It's not a dependency of wiremock. It's an additional possible dependency for the jsr 310 (time) library. I want you to add it so it's version managed.
It is shaded. You should manage it so that the upstream versions are consistent with each other. It's a lot harder to micromanage that downstream. Also because jsr 310 is...
Yes. That is exactly what I'm saying.
hmm... did I typo something somewhere.... doesn't look like it ``` Java 8 date/time type `java.time.Instant` not supported by default: add Module "wiremock.com.fasterxml.jackson.datatype:jackson-datatype-jsr310" to enable handling (through reference chain: org.springframework.security.oauth2.core.endpoint.OAuth2AccessTokenResponse["accessToken"]->org.springframework.security.oauth2.core.OAuth2AccessToken["issuedAt"])...
I believe so, using the latest version of the BOM ``` ❯ fd gradle.lockfile -x grep contract {} | awk -F'=' '{ print $1 }' | sort -u org.springframework.cloud:spring-cloud-contract-converters:3.1.4 org.springframework.cloud:spring-cloud-contract-shade:3.1.4...