Moandji Ezana

Results 54 comments of Moandji Ezana

Any chance of an update to Maven Central?

Those are good points to think about. A generic solution cannot be perfect, especially as you don't want to add the overhead of parsing SQL to be able to better...

I totally understand about the kids, I have two young ones of my own. I suggest releasing the current code as 2.0, if you're happy with it, and then the...

Any time frame for a 2.0 release? It's starting to become a serious issue for me.

Cool, thanks.

I've created a branch for this on my fork: https://github.com/mwanji/jdbcmetrics/tree/timer_per_query and a repo for tests: https://github.com/mwanji/jdbcmetrics-test It's a very rudimentary change so far, a naïve implementation of measuring read queries,...

A partial non-SemVer support that would be really handy would be a String equivalent to Version.forIntegers (which could be rolled into Version.valueOf, I guess). It would accept "partial" versions, such...

I understand the resistance, but as you mention in the other issue, partial versions are allowed in comparisons. This behaviour doesn't have to be in valueOf, but not having it...

+1 for @vietj 's ServiceLoader suggestion. It's a nice, simple way of doing things. I was wondering how plugins would be integrated whrn JBake is used as an application. Would...

@metlos you could mitigate that by requesting that plugins inline their dependencies. That might even be necessary for the command line app. Jboss Modules could be a good solution, depending...