This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a change to branch spring6
in repository https://gitbox.apache.org/repos/asf/causeway.git
from eba0c2acf3 Merge pull request #1455 from
apache/dependabot/maven/spring6/org.eclipse.persistence-org.eclipse.persistence.jpa-4.0.1
add 68dc038666 CAUSEWAY-3304: DataSink/DataSource: fleshing out missing
parts
new cd30f5ed4f CAUSEWAY-3304: [Commons] Code Quality Improvements for
2.0.0 Release
The 1 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/causeway/commons/io/DataPeer.java | 75 +++++++++++++
.../org/apache/causeway/commons/io/DataSink.java | 69 +++++++-----
.../org/apache/causeway/commons/io/DataSource.java | 125 +++++++++++++++++++--
.../org/apache/causeway/commons/io/JaxbUtils.java | 4 +-
.../org/apache/causeway/commons/io/JsonUtils.java | 4 +-
.../org/apache/causeway/commons/io/YamlUtils.java | 2 +-
6 files changed, 236 insertions(+), 43 deletions(-)
create mode 100644
commons/src/main/java/org/apache/causeway/commons/io/DataPeer.java