You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by nr...@apache.org on 2017/11/21 16:32:11 UTC

[geode] branch feature/GEODE-3781 updated (69337aa -> 45e04fb)

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

nreich pushed a change to branch feature/GEODE-3781
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from 69337aa  GEODE-3781: add geode-connectors module
     add f312f30  Initial project setup for jdbc-connector. Added basic source and test implementation for JDBCAsyncWriter.
     add 6fe8b52  whitespace cleanup
     add 238ed94  Added successfulEvent counter. Made changes in the test to validate successfulEvents.
     add 5348bed  Added JDBCConfiguration class and test
     add 624ddd9  Add JDBCManager class with implementation to build an insert query string. Also did spotless formatting.
     add 52d5053  made ColumnValue a class
     add 30d8f82  rat and spotless
     add 0ff46e6  more getColumnToValueList work
     add efcbd7d  added prepareStatementCache
     add ad900a1  spotless
     add 7c70ae3  Added implementation for building the pdx field table column mapping.
     add eae6c07  implemented getConnection
     add d941196  spotless
     add 007baf9  Added getConnection().
     add 51dcaf0  unit test now does actual inserts
     add 0b6e410  test now validates insert, update, and destroy
     add 8871ff9  id column is now primary
     add ba2ad22  implemented get primary key
     add c9b89a2  Support for getting key column info from database.
     add 9e8fbf6  Added test validation to compare with table contents
     add c80d024  Added support for upsert operation.
     add 77f119d  Extracted ColumnValue class.
     add fdbfb14  Added prepared statement cache Debug logging added that should be cleaned up later
     add e23aa67  Made prepared statment cache thread safe. Now each thread has its own prepared statement cache.
     add 6c6ea56  started unit test for JDBCManager
     add ad0873f  more geode-connectors project stuff for gradle
     add 796e81d  added sync on event counts
     add 72fa66f  spotless
     add c7d6986  renamed k to tableName
     add 83566d4  minor cleanup
     add 7dc90f9  more mocking
     add 2bb4416  added test for bad driver
     add 6f7e1fb  tests that invalidate is unsupported
     add 9f292f0  cleaned up imports
     add 0d77029  added upsert tests
     add 9094ced  code coverage tests
     add 62c9803  test no longer configures cache to not deserialize pdx
     add 37158a5  added user and password properties
     add 0a37762  renamed test
     add 722c54f  removed some unneeded test code
     add 42a9928  added read method for loader
     add 5983660  moved stuff to internal package
     add 0b07793  Added JDBCLoader and integration test
     add 2b22fd8  removed some whitespace
     add f20c3a6  added comment
     add 44be3fa  added JDBCSynchronousWriter and integration test Also added code to force a PdxInstance and tests to validate what happens if the value can not be converted to pdx.
     add b52be2d  added close
     add 66339f4  removed Driver property
     add 5ef3139  added valueClassName config property
     add faa974e  added isKeyPartOfValue configuration property. make the jdbc region separator configurable.
     add 5d4e14c  use Function.
     add a97c762  implemented regionToTable configuration property.
     add 32b11ec  implemented 'fieldToColumn' option. Renamed jdbcRegionSeparator to jdbcSeparator.
     add 002f656  simplify jdbc configuration
     add c5325c1  Rearchitect JDBC connector for easier testing Add new system for handling configuration Expand test coverage for connector
     add defb7e1  Refactor JDBCManager and its tests
     add 1680078  Renaming and code cleanup
     add b4d203c  Added xml parsing and generation for jdbc connector service
     add 76abaff  Wired jdbc loaders and writers to the connector service and cleaned up tests
     add 88ab7b2  Rename classes and cleanup packages
     add 24096e7  Fix formatting on copyright messages
     add ab71e44  Add missing test
     add 7fd92d5  Refactor long methods and add types
     add 45e04fb  Merge branch 'feature/GEODE-3781' of ssh://github.com/apache/geode into feature/GEODE-3781

No new revisions were added by this update.

Summary of changes:
 .../{JdbcWriter.java => JdbcSynchronousWriter.java}     |  6 +++---
 ...t.java => JdbcSynchronousWriterIntegrationTest.java} |  6 +++---
 ...bcWriterTest.java => JdbcSynchronousWriterTest.java} | 17 +++++++----------
 .../jdbc/internal/AbstractJdbcCallbackTest.java         |  3 +++
 settings.gradle                                         |  1 +
 5 files changed, 17 insertions(+), 16 deletions(-)
 copy geode-connectors/src/main/java/org/apache/geode/connectors/jdbc/{JdbcWriter.java => JdbcSynchronousWriter.java} (95%)
 copy geode-connectors/src/test/java/org/apache/geode/connectors/jdbc/{JdbcWriterIntegrationTest.java => JdbcSynchronousWriterIntegrationTest.java} (98%)
 copy geode-connectors/src/test/java/org/apache/geode/connectors/jdbc/{JdbcWriterTest.java => JdbcSynchronousWriterTest.java} (86%)

-- 
To stop receiving notification emails like this one, please contact
['"commits@geode.apache.org" <co...@geode.apache.org>'].