Ioannis Canellos

Results 209 comments of Ioannis Canellos

In other words, yeah I think that the issue will be solved by leveraging TCL / current class classloader.

> See https://docs.oracle.com/javase/8/docs/api/java/util/ServiceLoader.html#load-java.lang.Class- that clarifies that 1 and 3 on your list are the same. touché Then maybe the issue is that the TCL is not set ? Or not...

I can see the following approaches: 1. Expose a managed service for the `KubernetesClient` in the API that will use the `HttpClient` implementation as a service. 2. Expose nothing in...

> That means that the default use case where there's only one version will be more cumbersome, though. That's true, however the moment that you start adding a second version...

Given the the referenced issue has been worked around I removed my self from the assignee list.

I noticed that you made improvements, but I haven't thoroughly looked into them. Even with those changes the failure rate for the particular test (TestReconfiguration) is 10%. This PR improves...

Note, circleci of course should run with both profiles.

This is a dublicate of #409 which has been already fixed. Please check: https://github.com/dekorateio/dekorate/blob/master/tests/issue-409-image-customization which is the integration tests that demonstrates how to fully customize the image. If this isn't...

Not sure what exactly is going on, we have a test testing exactly this case. Would it be possible to provide a reproducer?