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

andy pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git


    from be649959e2 Merge pull request #1439 from afs/integration-tests
     new cf7ea1c33a Improve handling of external transactional components
     new ef6f1874ff Better handling of text index context setting
     new 2ac9e80cfe Merge pull request #1444 from afs/tdb2-ext-txn

The 10082 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:
 .../jena/dboe/trans/recovery/TestRecovery.java     |  9 +--
 .../dboe/transaction/TransactionalFactory.java     |  2 +-
 .../jena/dboe/transaction/txn/ComponentGroup.java  |  4 +-
 .../jena/dboe/transaction/txn/ComponentId.java     |  6 ++
 .../transaction/txn/TransactionCoordinator.java    | 64 +++++++++++++++++++---
 ...te.java => TransactionalComponentExternal.java} | 27 ++++-----
 .../txn/TransactionalComponentLifecycle.java       | 21 ++-----
 .../transaction/TestThreadingTransactions.java     |  2 +-
 .../TestTransactionCoordinatorControl.java         |  2 +-
 .../apache/jena/dboe/transaction/TestTxnLib2.java  |  2 +-
 .../java/org/apache/jena/tdb2/DatabaseMgr.java     | 15 ++---
 .../java/org/apache/jena/tdb2/sys/DatabaseOps.java | 50 +++++++++++------
 .../org/apache/jena/tdb2/sys/TestDatabaseOps.java  | 46 ++++++++++++++++
 .../apache/jena/test/text/TestTextTDB2Compact.java | 60 ++++++++++++++++----
 .../apache/jena/query/text/DatasetGraphText.java   | 31 ++---------
 .../org/apache/jena/query/text/TextIndexDB.java    |  4 +-
 .../org/apache/jena/query/text/TextQueryPF.java    | 15 ++---
 17 files changed, 240 insertions(+), 120 deletions(-)
 copy 
jena-db/jena-dboe-transaction/src/main/java/org/apache/jena/dboe/transaction/txn/{PrepareState.java
 => TransactionalComponentExternal.java} (65%)

Reply via email to