This is an automated email from the ASF dual-hosted git repository. ntimofeev pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/cayenne.git
from 336f0e529 CAY-2737 Cayenne 4.3: cleanup deprecated code new 6e083bbc0 CAY-2737 Cayenne 4.3: cleanup deprecated code - replace custom base64 encoder with a JDK built-in new 963800f52 CAY-2737 Cayenne 4.3: cleanup deprecated code - delete DataDomainFilter new 51ce6266e CAY-2737 Cayenne 4.3: cleanup deprecated code - delete OpenBase adapter and all related stuff 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: .../apache/cayenne/configuration/Constants.java | 11 - .../java/org/apache/cayenne/event/XMPPBridge.java | 6 +- .../org/apache/cayenne/event/util/Base64Codec.java | 435 ------- .../apache/cayenne/event/util/Base64CodecTest.java | 1294 -------------------- pom.xml | 17 - 5 files changed, 3 insertions(+), 1760 deletions(-) delete mode 100644 cayenne-xmpp/src/main/java/org/apache/cayenne/event/util/Base64Codec.java delete mode 100644 cayenne-xmpp/src/test/java/org/apache/cayenne/event/util/Base64CodecTest.java