Sebastian Łaskawiec

Results 56 comments of Sebastian Łaskawiec

Today morning, both @stianst and I had a discussion on the future plans of both Healthcheck API and the Observability designs. We agreed that our main focus will be Quarkus-based...

> Similarly to #55, I would like to see an example of a successful and unsuccessful response in the design. Could it be added? @hmlnarik In case of metrics, we...

Yes, that's exactly what I'm implementing at the moment. My main concern is that you can wait for services specified in `arquillian.xml` ([here's an example](https://github.com/jboss-container-images/jboss-dataservices-image/blob/dataservices-dev/functional-tests/src/test/resources/arquillian.xml#L15)) and there is no such...

No, unfortunately I have some high priority tasks on my shoulders and probably won't have time to look into it in the nearest future. Please feel free to pick it...

It seems to work but only partially... Here's an example - it's a copy/paste from running `DeploymentConfig`: ``` - name: Create Deployment Config openshift_v1_deployment_config: name: infinispan-app namespace: '{{ namespace }}'...

@Macok Good catch! But I think you can not detect when the processing has ended. A user might use `Json` object inside a single method or cache it in a...

Proposed fix. @Macok could you please have a look?

@bolerio I'm also a pretty big fan of parsing things top/down rather than bottom/up. Thus the `up` method is not required to me and if it's problematic and causes memory...

@bolerio Done: https://github.com/bolerio/mjson/pull/29