This is an automated email from the ASF dual-hosted git repository.

abulatski pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne.git.


    from 4422aa5  Merge PR #393
     new a58466a  CAY-2584 Crypto: can't use ColumnSelect with encrypted columns
     new 7fc1031  CAY-2584 Crypto: can't use ColumnSelect with encrypted columns
     new acdfa17  CAY-2584 Crypto: can't use ColumnSelect with encrypted columns
     new 734cae4  CAY-2584 Crypto: can't use ColumnSelect with encrypted columns
     new 7257d0a  Merge PR #392

The 5 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:
 RELEASE-NOTES.txt                                  |   1 +
 .../org/apache/cayenne/crypto/CryptoModule.java    |   2 +-
 .../cayenne/crypto/CryptoServerModuleProvider.java |  11 +-
 .../reader/CryptoRowReaderFactoryDecorator.java    | 212 ++++++++++++++++-----
 .../apache/cayenne/crypto/Runtime_AES128_IT.java   | 208 +++++++++++++++++++-
 .../java/org/apache/cayenne/crypto/db/Table7.java  |   9 +
 .../org/apache/cayenne/crypto/db/auto/_Table1.java |  25 +++
 .../crypto/db/auto/{_Table1.java => _Table7.java}  |  54 ++----
 .../src/test/resources/cayenne-crypto.xml          |   2 +
 cayenne-crypto/src/test/resources/datamap.map.xml  |  20 +-
 .../cayenne/access/jdbc/ColumnDescriptor.java      |   3 -
 .../jdbc/reader/DefaultRowReaderFactory.java       |  28 +--
 12 files changed, 466 insertions(+), 109 deletions(-)
 create mode 100644 
cayenne-crypto/src/test/java/org/apache/cayenne/crypto/db/Table7.java
 copy 
cayenne-crypto/src/test/java/org/apache/cayenne/crypto/db/auto/{_Table1.java => 
_Table7.java} (68%)

Reply via email to