Gary Gregory
Gary Gregory
Hi @epugh Yes, just like an API, you have the existing option, you mark that one deprecated, then you create your new option.
I also forgot to make the help formatter say an option is deprecated. Let me have a look...
The lastest: - `HelpFormatter` does not print Deprecated options by default - `HelpFormatter` can show deprecated options when you build your formatter to do so like this: `HelpFormatter.builder().setShowDeprecated(true).get();` Reading your...
> One more wrinkle in having the seperate options is that we need to remember to check both... I think that's fair, an application should decide what exact behavior it...
> I wonder if the deprecation message could be clearer and more concise. "[ Option 'zkHost' deprecated for removal since 9.6. Use --zk-host instead.]. where the _Use --zk-host instead_ is...
Hi @epugh Are we all set?
@epugh We're all set then, merged!
Hello @meedbek - How will this not clash for apps that call `commit()` and `rollback()`? - Since we do not call `commit()` and `rollback()` on behalf of call sites, why...
I agree with @psteitz, this feels like a won't do for now. It's not clear to me there's a site to place these calls for a generic library. This feels...
All of this hints to me that it is too early for us to integrate these calls into DBCP. Once more FOSS drivers implement these APIs in a meaningful manner...