You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ti...@apache.org on 2022/12/01 08:00:01 UTC

[ignite] branch master updated (5ce8b57ad9e -> a815ccb3840)

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

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


    from 5ce8b57ad9e IGNITE-17041 Fixed SQL query entity aliases validation. (#10404)
     add a815ccb3840 IGNITE-8801 Forbid operations with atomic caches in transactions by default (#10318)

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/ignite/IgniteCache.java   |   9 +-
 .../org/apache/ignite/IgniteSystemProperties.java  |   5 +-
 .../processors/cache/CacheOperationContext.java    |  11 +-
 .../processors/cache/GridCacheAdapter.java         |  12 +-
 .../processors/cache/GridCacheGateway.java         |   5 +-
 .../processors/cache/GridCacheProxyImpl.java       |  10 +-
 .../datastructures/GridCacheQueueAdapter.java      |   4 +-
 .../transactions/AtomicOperationsInTxTest.java     | 149 +++++++++++++--------
 .../testframework/junits/GridAbstractTest.java     |   2 -
 9 files changed, 122 insertions(+), 85 deletions(-)