Gökhan Öner

Results 35 comments of Gökhan Öner

Also, in order to get public IP, Private IP, VM list, VM status, you need to do a separate REST calls. (For V run status you need to do separate...

Using 2.1.1 with Gradle 5.5.1 trying to add a dependency from a module to integration tests: ``` dependencies { implementation project(":core") implementation project(":xxx") e2eTestImplementation project(":xx").sourceSets.test.output } testSets { e2eTest }...

same issue here. It was working before, even without tags.

@uhafner +1 for different URLs. Having 2 different results in the left side menu, possible using tag or any other param to modify it, will make it much more clear....

I can speak for myself: After seeing the new design, it's obvious that view designed to show a single coverage. So it makes it logical to have different urls. We...

@rania-globalorange can you share your `build.sbt` & `jacoco.sbt` files, at least related sections. I'm trying to do the same & getting the exact same error :(

@jelbourn, this is a long standing issue which prevents us & many to use this functionality. If you have no intension to implement it, please also let us know so...

I see. Thanks @jelbourn . I believe I can think of this as a wont-fixed issue then.

We want to create a Hazelcast binding with my colleague(we're from Hazelcast). Updating this thread so everyone interested can see. Just one question: We see different implementations of `update` method....