anton-vinogradov opened a new pull request, #357:
URL: https://github.com/apache/ignite-extensions/pull/357

   ignite-extensions master fails to compile against the current ignite 
2.19.0-SNAPSHOT due to two recent core changes:
   
   1. IGNITE-28727 added four abstract methods to `IgniteInternalCache` 
(`lockTxEntry`, `lockTxEntries`, `lockTxEntryAsync`, `lockTxEntriesAsync`). 
`HibernateCacheProxy` (hibernate-ext) does not implement them.
   2. IGNITE-28819 moved `CU.affinityFieldName` to `BinaryUtils`, breaking a 
method reference in `KafkaToIgniteMetadataUpdaterTest` (cdc-ext).
   
   Fix: delegating implementations of the four `lockTx*` methods in 
`HibernateCacheProxy` (same pattern as the neighboring lock/lockAll delegates); 
the test switched to `BinaryUtils::affinityFieldName`.
   
   Verified: full reactor `clean test-compile` BUILD SUCCESS, `-Pcheckstyle` 
clean on both changed modules.
   
   https://issues.apache.org/jira/browse/IGNITE-28856


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to