Roman Mazur

Results 18 comments of Roman Mazur

Here's how it works in my build scripts without using private API. ``` groovy task javadocs(type: Javadoc) { source = android.sourceSets.main.allJava } afterEvaluate { javadocs.classpath += files(android.plugin.runtimeJarList) } ```

Well perhaps I'm too confident calling this public API :) Yet `getRuntimeJarList` has an explicit `public` modifier, it might mean something and might not. Another question is whether `android.plugin` can...

Actually javadoc artifact is a Maven Central requirement for jars. I remember I managed to successfully publish aars without javadocs. On 11 February 2014 10:17, Paul Peavyhouse [email protected] wrote: >...

I believe so. AAR format is still very young. But after releasing 1.0 version of the plugin javadocs might become required for this packaging type. It seems to be rather...

The main idea is to have the ability to pin a public key, not the whole certificate. On the implementation side, I actually have troubles finding how to provide a...

Another argument for passing the TLS context object (or something similar) in HTTP and websocket functions is that such an interface allows you to send requests with a client certificate....

@robertgzr From the log: ``` Dec 13 17:56:47 06bdf8c balenad[818]: goroutine 1 [chan receive, 12 minutes]: Dec 13 17:56:47 06bdf8c balenad[818]: github.com/docker/docker/cmd/dockerd.(*DaemonCli).start(0x44207c68a0, 0x4420401440, 0x0, 0x0) Dec 13 17:56:47 06bdf8c balenad[818]:...

But I have doubts it will work as-is: it's happening too early, and I don't see any bufferization for the events. Testing...

The `install.sh` dowloaded from the site is actually [here](https://github.com/balena-io/resin-site/blob/master/static/engine/install.sh). We can update the version there for now (as a quick and dirty fix).