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 17d1154ff Aligning OptimisticLockException with CayenneSqlException
new 5ea1eae14 CAY-2912 Compact SQL logger
new c69fd6763 CAY-2912 Compact SQL logger
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:
.../org/apache/cayenne/access/LoggingObserver.java | 27 +++++--
.../java/org/apache/cayenne/log/NoopSqlLogger.java | 9 ++-
.../org/apache/cayenne/log/Slf4jSqlLogger.java | 55 +++++++++-----
.../org/apache/cayenne/log/SqlBindingRenderer.java | 24 +++----
.../java/org/apache/cayenne/log/SqlLogger.java | 34 ++++++---
.../apache/cayenne/access/LoggingObserverTest.java | 81 ++++++++++++++++++++-
.../org/apache/cayenne/log/Slf4jSqlLoggerTest.java | 84 ++++++++++++++--------
7 files changed, 233 insertions(+), 81 deletions(-)