Michael Kunze

Results 11 comments of Michael Kunze

@christiangalsterer any chance this gets merged? Would be cool to have this plugin on the marketplace again!

Examples use the buildscript notation. I'm talking this one: ``` plugins { id 'com.github.jacobono.jaxb' version '1.3.6' } ```

If i compare both versions on bintray the "gradle-plugin"-property? is missing in 1.3.6. See screenshot: ![image](https://cloud.githubusercontent.com/assets/1176095/12024269/b548e40e-ada2-11e5-8489-afecbbc7068d.png)

See for yourself: https://bintray.com/djmijares/gradle-plugins/gradle-jaxb-plugin/1.3.5/view https://bintray.com/djmijares/gradle-plugins/gradle-jaxb-plugin/1.3.6/view

Came across this one and eager to get it merged. @mockitoguy Any chance you can look at it again? Thanks.

Our grid runs on selenium 3.3. i was told we cannot use selenium 3.5 because of incompatibilities, therefore i can't use the newest galen, which fixes #514 for me. any...

As said by @cachescrubber you need to include the following dependencies to mitigate any CVEs: ``` implementation("org.apache.wss4j:wss4j-ws-security-dom:3.0.3") implementation("org.bouncycastle:bcprov-jdk18on:1.78.1") implementation("org.bouncycastle:bcpkix-jdk18on:1.78.1") implementation("com.google.guava:guava:33.3.0-jre") ``` There is no need to overwrite xmlsec. It already...

mesos version is 1.0.1 My app id contains slashes. Like /live/product/microservice. Is that a problem?

Tried with a one instance app. Unfortunatly same result. Is there anything else i could provide? Maybe more debugging?

Hey @baldy2811 could you please provide the playbook you used to get this error? I will look into it. Thanks!