Ioannis Canellos

Results 209 comments of Ioannis Canellos

Also, I'd like to mention that this also needs to be adressed on dekorate (which is currently in progress), so in the future this will be redundant. Till then, I...

We could possible take `quarkus.http.xxx` into consideration in order to set tls termination and policy. @Sgitario I think that you have done some related work. Is this something that is...

@gsmet: The PR does change the default behavior by removing some labels / annotations from the generated resources. Not sure if this qualifies as breaking change, but it might be...

I tried to find something in the spring boot documentation about custom property source order but couldn't find something. So here's what I remember from my own experience: A custom...

Even though I am no longer actively involved with the fabric8 kubernetes-client, It's still my little baby, so I got to ask why?

# why go fabric8 From my point of view the main advantage of the fabric8 kubernetes-client is the DSL which makes it much easier to use. In additon to the...

``` Caused by: org.apache.felix.resolver.reason.ReasonException: Unable to resolve io.fabric8.kubernetes-model-core/6.0.0.SNAPSHOT: missing requirement [io.fabric8.kubernetes-model-core/6.0.0.SNAPSHOT] osgi.wiring.package; filter:="(&(osgi.wiring.package=org.jboss.jandex)(version>=2.4.0)(!(version>=3.0.0)))" ``` It seems that kubernetes-model-core requires `org.jboss.jandex`. If jandex is needed at runtime then you just need...

> > TBH, I am not a big fan of introducing jandex as a runtime dependency. So, if this is the case I think we might want to reconsider. >...

With a quick glimpse at the code I am seeing that we are not consistent with the way we are loading classes and services (spi). The safest approach IMHO is...

The GroovyScriptEngine is using it's own class loader. I would assume that dependencies are loaded through that class loader. Java SPI on the other hand most probably is not using...