Gregor B. Rosenauer

Results 30 comments of Gregor B. Rosenauer

just found a [related discussion](https://forum.bpmn.io/t/hide-sub-process-element-by-default-when-creating-it-programatically/2910/2) on this very feature in the bpmnio forum.

Thanks a lot, @jwulf and @nikku, exactly what I was looking for, esp. the plugin for Camunda modeler. I suppose it would work with zeebe modeler too?

hmmm I followed the [installation guide](https://www.npmjs.com/package/bpmnlint-plugin-camunda) and get no error, but I cannot see the linter anywhere in modeler...

of course - however I just checked in Camunda modeler 3.5.0 and it's the same, no checkbox in properties and no context menu item, just available using the wrench icon:...

sadly there is a hard cast to the deprecated and now removed JDK NashornEngine in `com.athaydes.rawhttp.reqinedit.js.JsEnvironment:71` resulting in an expected `ClassCastException` if you try to use the OpenJDK one: ```...

yes I'm using OpenJDK Nashorn `org.openjdk.nashorn, nashorn-core, 15.3` and the `org.openjdk.nashorn.api.scripting.NashornScriptEngineFactory` with OpenJDK `17.0.1`. I wouldn't hold my breath for GraalVM just yet, it's too early and also not supported...

sorry for that @JWGmeligMeyling - seems my IntelliJ formatter was a bit over aggressive (using standard 4 spaces indentation etc. though). Will check, maybe you can compare with ignore-whitespace in...

PS: didn't test with the JerseyClientProvider yet btw for regressions, but didn't change anything there.

found a missing dependency in my PR, will fix and update the PR. What do you think so far @JWGmeligMeyling ?

just stumbled over this in v8.1.3, applied the fix from https://github.com/spotify/docker-client/issues/125#issuecomment-76402326 and it works perfectly - can we please integrate this into master? I see that [https://github.com/spotify/docker-client/blob/master/src/main/java/com/spotify/docker/client/LogReader.java](LogReader.java) still has the...