Justin Ryan

Results 14 issues of Justin Ryan

* The `name` field in CliOption is now named `optionName`. * Moving to `processOption` that takes AbstractCliOption, since the one that takes CliOption is deprecated.

Since http://repo.smokejumperit.com/ is down, I'm reminded that this plugin should be published to a larger repo, like Maven Central or Bintray. Bintray is easy to publish to, while Maven Central...

The Artifactory UI can expose the size of a repo by clicking on the "Count..." button. There is no documented API to access this value. Can it be exposed? Can...

stale

The requirement for Groovy 2.0 is onerous on consumers, especially since it's not groovy-all. There are many cases where this conflicts with other versions of Groovy, e.g. trying to use...

stale

Reference: https://github.com/Netflix/archaius/blob/2.x/archaius2-core/src/main/java/com/netflix/archaius/ConfigProxyFactory.java#L229 ConfigProxyFactory will throw an exception if a @DefaultValue is is provided for a Collection. Having the DefaultValue be a String makes it operationally easier to copy and modify...

v2

There is no thread name format provided to the ThreadFactoryBuilder, so they get the hard-to-understand name pool-5-thread-1. https://github.com/Netflix/astyanax/blob/master/astyanax-core/src/main/java/com/netflix/astyanax/connectionpool/impl/NodeDiscoveryImpl.java#L62 Adding a .setNameFormat("AstyanaxNodeDiscovery-%d") should fix it.

Ideally we'd want the providers to download their dependencies to a configuration, then use that configuration. This would let us not have dependencies on every provider client jar (e.g. p4java,...

enhancement