Craig P. Motlin

Results 152 comments of Craig P. Motlin

Does it iterate over unchanged modules? If it doesn't already contain the optimization, it seems like merge ought to skip submodules where the submodule sha is the same in both...

Thanks for the quick reply. I didn't know about `getPerformanceData()` and I think I'll make use of it. I think MDC would be useful too. I'll set up an example....

> is it an external process reading logs and you just want to make the parsing easier? Exactly. I should have started with that. These additions would make it easier...

Thanks for the quick response! I think `H2GeneratorDatabaseType` is basically a copy of `PostgresGeneratorDatabaseType` but with the override: ```java @Override protected void generateNullStatement(PrintWriter writer, Attribute[] attributes, String attributeSqlType, int i)...

Unfortunately, we still can't take pull requests in this repository. We've recently opened up [Eclipse Collections](https://github.com/eclipse/eclipse-collections) where we'll be able to accept contributions. Eclipse Collections 7.0.0 is nearly identical to...

We'll work on new features in Eclipse Collections. We'll probably just port critical fixes to GS Collections. On Tue, Jan 5, 2016 at 6:42 PM bigkahuna1uk [email protected] wrote: > Is...

One option would be to add additional entries like: "logbackException" -> "ch.qos.logback.classic.pattern.ThrowableProxyConverter" "logbackEx" -> "ch.qos.logback.classic.pattern.ThrowableProxyConverter" for the original logback converters. Another option is to accept this as-is, and leave that...

@mattnelson I think that would have been the best way to go in early versions of Dropwizard. Now it feels like a behavior change that could be confusing. I realize...