Nicola Ferraro
Nicola Ferraro
I'm doing the following test: ``` // Set a key to "a=b" and value "c" p := properties.NewProperties() p.Set("a=b", "c") buf := new(bytes.Buffer) p.Write(buf, properties.UTF8) println(buf.String()) ``` I'd espect the...
**Actual behavior** We're using Kaniko in Camel K and some users are complaining about builds that became slow after we upgraded to v0.14.0 from 0.9.0 (https://github.com/apache/camel-k/issues/1209) especially on Minikube (towards...
Centralized configuration and related tests seem to be stable. cc: @jcsp
I'm a developer of [Apache Camel K](https://github.com/apache/camel-k) and we have often issues with first time users that struggle to install it, because they need to configure an external container registry...
Row ids in HBase are not required to be strings. Any type can be used, if it can be converted to `Array[Byte]`. Currently, the library supports _filtering_ and _salting_ only...
The library should support storing scala collections in a single HBase column. Since it seems there is not a standard way to map collections to `Array[Byte]` in HBase, the library...
/kind feature /kind question /area API I'd like to start a build from a set of files on a Kubernetes volume, but I see there's no oob support for that....
/kind feature /area API As alternative for the same use case in #505, it may be helpful to provide a http based build source, to allow the user to provide...
##### Issue Overview I'm trying to do port-forward of a **spring-boot** (1.5.3.RELEASE) app using Arquillian cube kubernetes but I receive a `ClassNotFoundError`: `io/undertow/protocols/spdy/SpdyChannel`. Arquillian Cube requires version 1.3 of undertow...
I don't know if this will work with the new Apache policies (it works in my fork btw). This will continuously release a moving `snapshot` tag based on the current...