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 410e8ebcf CAY-2912 Compact SQL logger
new 8ae00984f CAY-2912 Compact SQL logger
new 2b4b617c4 CAY-2912 Compact SQL logger
new ac01c70b8 CAY-2912 Compact SQL logger
The 3 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:
.../org/apache/cayenne/access/LoggingObserver.java | 27 ++++++----
.../java/org/apache/cayenne/log/NoopSqlLogger.java | 7 +--
.../org/apache/cayenne/log/Slf4jSqlLogger.java | 24 +++++----
.../org/apache/cayenne/log/SqlBindingRenderer.java | 25 +++++++--
.../java/org/apache/cayenne/log/SqlLogger.java | 15 +++---
.../apache/cayenne/access/LoggingObserverTest.java | 31 ++++++-----
.../org/apache/cayenne/log/Slf4jSqlLoggerTest.java | 62 ++++++++++++++++++++--
7 files changed, 138 insertions(+), 53 deletions(-)