Jacek Furmankiewicz

Results 33 issues of Jacek Furmankiewicz

Having to compile the JNI layer is a major deployment obstacle, especially for external customer sites (where often we do not even have proper permissions, etc). Would you consider doing...

Hi, I saw your presentation PDF from DConf and got very interested. However, there seems to be no documentation at explaining how to use it, what can be injected, how,...

Most of our dev teams have left Maven behind and moved on to Gradle. Would it be possible to provide a native Gradle plugin? Thank you

improvement

Hi, any plans to finally deploy to Maven Central? That would make it so much easier to integrate into projects...thanks

JSON is not greatest format for manually maintained files, YAML is a much better choice IMHO. Taking from your samples, imagine that instead of: { "local": { "dbtype":"mysql", "database":"mysite", "server":"localhost",...

I have a JAR, let's say schedule-0.1.0.jar When I compile it with OneJar it creates schedule-standalone.jar It totally loses the version part. Instead it should be schedule-0.1.0-standalone.jar

We have a composite column CompositeType(IntegerType,UTF8Type,UTF8Type,UTF8Type) I am trying to delete it via CQL if the payload contains a particular value. This is to simulate a corrupted database during a...

In Nose (and Freshen) you can keep track of the tests that failed and only re-run those that failed during the last run via the "--failed" parameter. It would be...

One of the most frustrating aspects of Swagger 2 annotations is the removal of the class-level @Api annotation, which was logical, clear and easy to understand. Can you please update...

io.netty:netty:3.9.0.Final The OWASP dependency plugin flags it as having a known SSL vulnerability Pls release new version with updated Netty. > Published Vulnerabilities CVE-2014-3488 Severity: Medium CVSS Score: 5.0 (AV:N/AC:L/Au:N/C:N/I:N/A:P)...