Sergey Ponomarev

Results 230 comments of Sergey Ponomarev

> > In MySQL and MariaDB as far I know this is by default > > Is it documented somewhere? [Truncate in MariaDB](https://mariadb.com/kb/en/library/documentation/sql-statements-structure/sql-statements/table-statements/truncate-table/): > The table handler does not remember...

Some related issue: how to switch java default version https://community.clearlinux.org/t/switch-default-java-to-java-11/366/4

For me is not clear importance of the new methods. I can't remember situations when I needed for something like this. And even if I need something like this I'll...

Hi @greenman18523 > would you consider an extra parameter, to clearly specify the minimum number of masked characters? For those use cases which I mentioned (masking credit cards and passwords)...

Sounds reasonable in the same time it will not always obviously which minMasked to use. For example already mentioned credit card numbers in fact can have varying length as I...

Thank you for your examples. Just to clarify: `maskedStart` from this PR corresponds to `minMasked` from #332 but the discussion is about adding a `maxUnmasked`, right? > some messages are...

Hi @greenman18523 thank for your contribution - from my experience this is "must have" functionality for Commons Lang library because in almost all bit projects what I saw was their...

As a basic secure functionality it must be in core Java library or better even as a method of `String`. Security functions are "batteries" that must be included. Almost all...

I removed the / in the end and also I removed a check that port is tcp because HTTP3 will be UDP based

sorry but I don't have time anymore, please merge and fix it yourself