Demétrio Carvalho
Demétrio Carvalho
My POM has this depency com.palantir.docker.compose docker-compose-junit-jupiter 1.4.2 pom and this repository Palantir https://dl.bintray.com/palantir/releases/ But there is no DockerComposeExtension in com.palantir.docker.compose
I am getting 2020-03-04 18:14:29.527 INFO 15372 --- [kaMsgExecutor-1] o.a.kafka.common.utils.AppInfoParser : Kafka version: 2.3.1 2020-03-04 18:14:29.529 INFO 15372 --- [kaMsgExecutor-1] o.a.kafka.common.utils.AppInfoParser : Kafka commitId: 18a913733fb71c01 2020-03-04 18:14:29.529 INFO 15372 ---...
Issue: I can't implement an object autogenerated from protobuf. How reproduce: generated a project from [micronaut initializer](https://micronaut.io/launch/) with: gRPC Application type, Java 11, Kotlin. Add io.grpc:protoc-gen-grpc-kotlin on build.gradle, build it,...
I am studing for 1Z0-815 and I am trying to understand ServiceLoader. Honestly, I haven't use it yet in real scenarios. I was reading https://www.infoq.com/articles/java11-aware-service-module/ and I was really getting...