I hereby claim:
- I am mkheck on github.
- I am mkheck (https://keybase.io/mkheck) on keybase.
- I have a public key ASCH9SVqoAVt_gOaYBuli0iPTwLHDaKD8IdvBXvH1fEoUwo
To claim this, I am signing this object:
java.lang.AssertionError: expectation "expectNext(Coffee(id=000-TEST-111, name=Tester's Choice))" failed (expected: onNext(Coffee(id=000-TEST-111, name=Tester's Choice)); actual: onError(org.springframework.core.codec.CodecException: Type definition error: [simple type, class com.thehecklers.cofsvc.Coffee]; nested exception is com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Cannot construct instance of `com.thehecklers.cofsvc.Coffee` (no Creators, like default construct, exist): cannot deserialize from Object value (no delegate- or property-based Creator) | |
at [Source: UNKNOWN; line: -1, column: -1])) | |
at reactor.test.ErrorFormatter.assertionError(ErrorFormatter.java:105) | |
at reactor.test.ErrorFormatter.failPrefix(ErrorFormatter.java:94) | |
at reactor.test.ErrorFormatter.fail(ErrorFormatter.java:64) | |
at reactor.test.ErrorFormatter.failOptional(ErrorFormatter.java:79) | |
at reactor.test.DefaultStepVerifierBuilder.lambda$addExpectedValue$10(DefaultStepVerifierBuilder.java:487) | |
at reactor.test.Defaul |
I hereby claim:
To claim this, I am signing this object:
<dependency> | |
<groupId>io.pivotal.spring.cloud</groupId> | |
<artifactId>spring-cloud-services-dependencies</artifactId> | |
<version>${spring-cloud-services.version}</version> | |
<type>pom</type> | |
<scope>import</scope> | |
</dependency> |
<dependency> | |
<groupId>io.pivotal.spring.cloud</groupId> | |
<artifactId>spring-cloud-services-starter-config-client</artifactId> | |
</dependency> | |
<dependency> | |
<groupId>io.pivotal.spring.cloud</groupId> | |
<artifactId>spring-cloud-services-starter-service-registry</artifactId> | |
</dependency> | |
<dependency> | |
<groupId>io.pivotal.spring.cloud</groupId> |
<dependency> | |
<groupId>io.pivotal.spring.cloud</groupId> | |
<artifactId>spring-cloud-services-starter-config-client</artifactId> | |
</dependency> | |
<dependency> | |
<groupId>io.pivotal.spring.cloud</groupId> | |
<artifactId>spring-cloud-services-starter-service-registry</artifactId> | |
</dependency> |
<properties> | |
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | |
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> | |
<java.version>1.8</java.version> | |
<spring-cloud-services.version>1.6.0.RELEASE</spring-cloud-services.version> | |
<spring-cloud.version>Edgware.SR2</spring-cloud.version> | |
</properties> |
humbert :: ~ » cf m | |
Getting services from marketplace in org pivot-mheckler / space development as [email protected]... | |
OK | |
service plans description | |
app-autoscaler standard Scales bound applications in response to load | |
metrics-forwarder unlimited Custom metrics service | |
mongodb-odb standalone, replica_set, sharded_cluster MongoDB Service | |
p-circuit-breaker-dashboard standard Circuit Breaker Dashboard for Spring Cloud Applications | |
p-cloudcache extra-small Pivotal Cloud Cache offers the ability to deploy a GemFire cluster as a service in Pivotal Cloud Foundry. |
2017-06-27 15:21:45.032 INFO [sz-provider-service,6cb9e5c7261f9d64,85714e4c9db87eaa,false] 3260 --- [nio-8080-exec-9] c.e.s.ProviderController : Logging GET request to /hi |
2017-06-27 15:21:45.029 INFO [sz-consumer-service,6cb9e5c7261f9d64,6cb9e5c7261f9d64,false] 3272 --- [nio-8081-exec-8] c.e.s.ConsumerController : Logging GET request to /greet for class com.example.szconsumerservice.ConsumerController |
humbert :: ~ » http :8081/greet | |
HTTP/1.1 200 | |
Content-Length: 12 | |
Content-Type: text/plain;charset=UTF-8 | |
Date: Tue, 27 Jun 2017 20:19:00 GMT | |
Hello there! | |
humbert :: ~ » |