Rick Hanton

Results 5 issues of Rick Hanton

Why are specific versions hardcoded here: https://github.com/travis-ci/travis-cookbooks/blob/master/cookbooks/travis_jdk/files/install-jdk.sh#L201 ? Can we fix that to get the latest available version of temurin?

While some of the models in the client contain maps of , others use which can cause problems if you have a conflicting JSON library like Jackson (we're using Spring...

Add an exception to the SimplifiedJson settings provider to output standard-type UUIDs as typical hexidecimal-string format via `.asUuid().toString()` BsonBinary functions. UUID v3 values will still output as straight Base64 toString...

I was noticing that the exact same debug statement is duplicated in https://github.com/spring-projects/spring-data-mongodb/blob/main/spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/ReactiveMongoTemplate.java#L1153 and on the underlying method call at https://github.com/spring-projects/spring-data-mongodb/blob/main/spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/ReactiveMongoTemplate.java#L1172 So if we have debug logging turned on, it...

type: bug