Dietrich Schulten

Results 23 comments of Dietrich Schulten

See https://github.com/openfaas-incubator/python-flask-template/issues/18 for a possible solution

I'll try to provide a reproducible test.

Yes, that is what I meant by "another model". Copy in file1.dmn, paste in file2.dmn.

Hi Evan, Thank you for the feedback. Could you provide a test, just add to https://github.com/dschulten/hydra-java/blob/master/hydra-spring/src/test/java/de/escalon/hypermedia/spring/hydra/HydraMessageConverterTest.java That would be most helpful. Best, Dietrich Am 08.02.2016 18:09 schrieb Evan Lennick [email protected]:...

If you simply want to render beans with json-ld contexts, it might be enough to use the JacksonHydraSerializer from hydra-jsonld (see JacksonHydraSerializerTest for setup) and not to depend on hydra-spring...

Sorry for the late answer. Would it be ok to simply have a second sample project? There are probably people who need the setup for a SpringBoot app and others...

Since this has been dormant for a while, I wanted to mention that there is an opentracing-contrib module which can do sth quite similar: https://github.com/opentracing-contrib/java-api-extensions

> Not really. You can't observe Scopes with that. That is true, you observe when a `Span` starts and finishes, and you can track when the root span finishes (e.g....

the value of json has to be urlencoded, so the server receives the following: /get_json?json=%7B%22foo%22%3A%22bar%22%7D If you enter your url in the address bar, the browser encodes the url as...