This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne.git
from 4fa8698e3 cleanup
new 35675565d CAY-2912 Compact SQL logger
new 3505d42b3 refactoring - unifying logging of array values
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../apache/cayenne/access/types/ByteArrayType.java | 31 ++----
.../access/types/ByteOrCharArrayFactory.java | 61 +---------
.../apache/cayenne/access/types/ExtendedType.java | 3 +
.../cayenne/dba/sqlite/SQLiteByteArrayType.java | 4 +-
.../org/apache/cayenne/log/SQLBindingRenderer.java | 6 +
.../java/org/apache/cayenne/util/ArrayUtil.java | 124 +++++++++++++++------
.../org/apache/cayenne/log/Slf4jSQLLoggerTest.java | 15 +++
7 files changed, 127 insertions(+), 117 deletions(-)