1. 454271d IGNITE-28642 The usages of java.langThread are replaced with org.apache.ignite.thread.IgniteThread (#13101) by Mikhail Petrov · 7 hours ago master
  2. e5631ef IGNITE-28585 Fix image links in docs for CDC (#13115) by Evgeniy Stanilovskiy · 11 hours ago
  3. ee13b7e IGNITE-28648 Fix flaky H2DynamicTableSelfTest.testTableEnabledDynamicallyNotExistsIfCacheDestroyed (#13107) by Aleksey Plekhanov · 11 hours ago
  4. cb77103 IGNITE-28651 Document Calcite SQL memory quotas in Ignite 2.x documentation (#13113) by ignitetcbot · 12 hours ago
  5. fbe2e45 IGNITE-28627 Handle unknown messages in discovery (#13094) by Nikolay · 18 hours ago
  6. d755570 IGNITE-28644 Remove MarshallableMessage from SnapshotRestoreOperationResponse (#13104) by Vladimir Steshin · 19 hours ago
  7. a06522d IGNITE-28459 Fixed unhandled NIO Session Requests during node stop (#12999) by Mikhail Petrov · 29 hours ago
  8. 20cbd42 IGNITE-28647 testNextPageRequestFailure and testDistributedJoin are flaky (#13106) by Vladislav Pyatkov · 33 hours ago
  9. 0857818 IGNITE-28629 Support savepoint in SQL (#13099) by Vladislav Pyatkov · 34 hours ago
  10. 21eccc4 IGNITE-28623 SQL Calcite: Fix premature orphan iterator closing by GC - Fixes #13089. by Aleksey Plekhanov · 2 days ago
  11. ad1b8d0 IGNITE-28643 Added manual trigger for website documentation publishing job (#13103) by Nikita Amelchev · 3 days ago
  12. 0226b5d IGNITE-28643 Fixed website documentation publishing job (#13102) by Nikita Amelchev · 3 days ago
  13. 87404be IGNITE-28640 Fix broken and outdated links in Apache Ignite 2.x documentation (#13087) by ignitetcbot · 3 days ago
  14. 66e3417 IGNITE-28613 GridNioSelfTest#testAsyncSendReceive: fix spurious "Invalid message size" in test logs (#13081) by Alexey Abashev · 4 days ago
  15. 37e92c5 IGNITE-28610 Implement savepoint for Key-Value API for pessimistic transactions (#13080) by Vladislav Pyatkov · 7 days ago
  16. 677e7ca IGNITE-28628 Updated cmake-maven-plugin to 3.31.5-b1 version (#13093) by Alexey Abashev · 8 days ago
  17. e3bc601 IGNITE-28626 MessageProcessor must fail build for unknown messages without ordered fields (#13090) by Nikolay · 8 days ago
  18. a0d3d10 IGNITE-28601 Update IGNITE_HEADER after discovery messages migration (#13072) by Aleksandr Chesnokov · 8 days ago
  19. c172e7c IGNITE-27854 SQL: Fix inline index search on TIME field with nanoseconds - Fixes #13085. by Aleksey Plekhanov · 8 days ago
  20. bc55dad IGNITE-25712 SQL: Fix key fields wrapping in index for tables created with DDL on existing cache - Fixes #12452. by Aleksey Plekhanov · 8 days ago
  21. 22a21b4 IGNITE-28622 Remove SnapshotStartDiscoveryMessage#needAssignPartitions (#13088) by Dmitry Werner · 8 days ago
  22. 3c4d0a8 IGNITE-28478 Refactor GridContinuousProcessor (#13065) by Aleksandr Chesnokov · 9 days ago
  23. 4e64bfb IGNITE-28579 Update performance statistics doc (#13083) by Aleksandr Chesnokov · 9 days ago
  24. 87caede IGNITE-28620 Remove TxTimeoutOnPartitionMapExchangeChangeTask (#13086) by Dmitry Werner · 9 days ago
  25. ea93da8 IGNITE-28608 Include ignite generated sources to maven sources path before javadoc generation (#13077) by Mikhail Petrov · 9 days ago
  26. ae2d3e4 IGNITE-28605 Fix flaky SystemViewCommandTest.testSchemas (#13075) by Evgeniy Stanilovskiy · 9 days ago
  27. c69a109 IGNITE-28351 Refactor DiscoveryCustomMessage#id (#13078) by Dmitry Werner · 9 days ago
  28. e024705 IGNITE-28511 Use MessageSerializer for SnapshotMetadata and WALPointer (#13076) by Vladimir Steshin · 9 days ago
  29. bf1327c IGNITE-26776 Operation Context propagation is integrated into GridFutureAdapter and CompletableFuture (#12455) by Mikhail Petrov · 10 days ago
  30. 5ce7870 IGNITE-28617 Fix flaky IgniteNativeIoLocalWalModeChangeDuringRebalancingSelfTest#testWalDisabledDuringRebalancing (#13082) by Vladislav Pyatkov · 10 days ago
  31. 0a4064e IGNITE-28603 Fixed GridTestUtils.setFieldValue for JDK 17 (#13074) by Dmitry Werner · 10 days ago
  32. 4ecd199 IGNITE-28602 Update cmake-maven-plugin (#13073) by Alexey Abashev · 10 days ago
  33. ff8047e IGNITE-28593 Fix numerous errors in *.adoc files (#13066) by Evgeniy Stanilovskiy · 11 days ago
  34. 44963ba IGNITE-28564 Update log4net to 3.3.1 (#13043) by Aleksandr Chesnokov · 14 days ago
  35. dfadea4 IGNITE-28599 Improved check style plugin configuration to use placeholder for suppression file (#13071) by Mikhail Petrov · 14 days ago
  36. 2254b52 IGNITE-28058 Revise custom serialization in DistributedMetaStorage* messages (#12997) by Dmitry Werner · 14 days ago
  37. d1c075f IGNITE-28597 Fix FunctionalTest.testClientFailsOnStart on JDK 17 (#13070) by Dmitry Werner · 14 days ago
  38. 87aa722 IGNITE-27627 Remove support of java serialization for tcp discovery messages (#13023) by Ilya Shishkov · 14 days ago
  39. f1ff4e6 IGNITE-28582 Fix flaky JmxExporterSpiTest#testSysStripedExecutor (#13053) by Kirill Tkalenko · 14 days ago
  40. fc3b1d4 IGNITE-28595 Fix JavaThinCompatibilityStoragePathTest.testCurrentClientToOldServer on JDK 17 (#13069) by Dmitry Werner · 2 weeks ago
  41. 45c02d6 IGNITE-28568 SQL Calcite: Fix sync tx key waiting for DML operations - Fixes #13042. by Aleksey Plekhanov · 2 weeks ago
  42. 7a27bfe IGNITE-28570 SQL Calcite: Fix stack overflow exception with large scalar IN - Fixes #13049. by Aleksey Plekhanov · 2 weeks ago
  43. 938452e IGNITE-28515 : Use MessageSerializer for QueryIndex (#13058) by Vladimir Steshin · 2 weeks ago
  44. 82f6223 IGNITE-26775 All uses of Thread Pools replaced with Operation Context aware equivalents (#12435) by Mikhail Petrov · 2 weeks ago
  45. 775d4c1 IGNITE-28587 Expand and sweep RELEASE_NOTES.txt (#13060) by Evgeniy Stanilovskiy · 2 weeks ago
  46. 9d551f9 IGNITE-28591 Validate cache existence before destroy command execution (#13064) by Nikita Amelchev · 2 weeks ago
  47. 013e1fe IGNITE-28487 Change default startup config for more cluster operability (#13008) by Evgeniy Stanilovskiy · 2 weeks ago
  48. 0a15b6f IGNITE-28584 Fix flaky TooManyOpenFilesTcpCommunicationSpiTest#testTooManyOpenFilesErr (#13054) by Kirill Tkalenko · 2 weeks ago
  49. 890368f IGNITE-28581 Fixed performance statistics documentation images (#13051) by Aleksandr Chesnokov · 2 weeks ago
  50. 14e9498 IGNITE-28334 Replace CalciteMarshalableMessage with MarshallableMessage (#13022) by Vladimir Steshin · 2 weeks ago
  51. f902ab4 IGNITE-28516 Use MessageSerializer for DynamicCacheChangeRequest (#13032) by Vladimir Steshin · 3 weeks ago
  52. 79bb465 IGNITE-28573 Fix flaky TcpDiscoveryIpFinderFailureTest (#13047) by Dmitry Werner · 3 weeks ago
  53. 40e6252 IGNITE-28562 Fix P2PUnsupportedClassVersionTest on JDK 17 (#13044) by Aleksandr Chesnokov · 3 weeks ago
  54. d0a1ae0 IGNITE-28574 Fix error deserialization in ServiceSingleNodeDeploymentResult (#13048) by Dmitry Werner · 3 weeks ago
  55. d616dca IGNITE-28550 Get rid of external error serialization in ServiceSingleNodeDeploymentResult (#13041) by Dmitry Werner · 3 weeks ago
  56. c11e51d IGNITE-28566 Remove TcpDiscoveryCollectionMessage (#13040) by Nikita Amelchev · 3 weeks ago
  57. d4f8350 IGNITE-28541 Use MarshallableMessage for the compute messages (#13024) by Vladimir Steshin · 3 weeks ago
  58. c1ec826 IGNITE-28308 Remove Serializable from discovery custom messages (#13001) by Nikita Amelchev · 3 weeks ago
  59. 887955c IGNITE-23645 Added logging of cache group partition eviction (#11672) by oleg-vlsk · 3 weeks ago
  60. f18d7d5 IGNITE-28551 Update dependency commons-text to 1.15.0 (#13030) by Aleksandr Nikolaev · 3 weeks ago
  61. 4183d2d IGNITE-28555 Fix javadoc compile on 17jdk (#13036) by Aleksandr Nikolaev · 3 weeks ago
  62. cc8c95f IGNITE-28337 Fix serialization of TcpDiscoveryNodeAddedMessage in RingMessageWorker#sendMessageToClients (#13013) by Aleksandr Chesnokov · 3 weeks ago
  63. 197a144 IGNITE-28498 Use MessageSerializer for Zookeeper discovery custom messages (#13000) by Nikita Amelchev · 3 weeks ago
  64. 6d78625e IGNITE-28545 Updated Log4J2 dependency version to 2.25.4 (#13029) by Aleksandr Nikolaev · 3 weeks ago
  65. 6377254 IGNITE-28542 : Revise the schema-aware messages serialization (#13026) by Vladimir Steshin · 3 weeks ago
  66. 323f05a IGNITE-28544 Move MarshallableMessage in the internals (#13025) by Vladimir Steshin · 3 weeks ago
  67. db62c8c IGNITE-26850 Fix flaky RebuildIndexTest#testRebuildIndexWithLogging (#13027) by Kirill Tkalenko · 3 weeks ago
  68. 55ec68d IGNITE-28534 Remove unused code (#13016) by Nikita Amelchev · 3 weeks ago
  69. 58c38a2 IGNITE-28546 Fix flaky NodeSslConnectionMetricTest#testClientConnector (#13028) by Vladislav Pyatkov · 3 weeks ago
  70. 913d638 IGNITE-28538 Remove the rejected field in MetadataRemoveProposedMessage (#13021) by Dmitry Werner · 3 weeks ago
  71. c24e15f IGNITE-28502 SQL Calcite: Add deadlock detection for queries initiated by UDF - Fixes #13004. by Aleksey Plekhanov · 3 weeks ago
  72. f868fb9 IGNITE-27830 Get rid of external serialization in GridDhtAffinityAssignmentResponse (#13007) by Dmitry Werner · 3 weeks ago
  73. 8bbf413 IGNITE-28540 : Cleanup schema-aware message serialization (#12996) by Vladimir Steshin · 3 weeks ago
  74. 6c46480 IGNITE-28423 Fix fails CheckpointFailBeforeWriteMarkTest#testCheckpointFailBeforeMarkEntityWrite (#13012) by Kirill Tkalenko · 3 weeks ago
  75. f6edd3b IGNITE-28536 Explicit error message for ASOF join (#13019) by Nikolay · 3 weeks ago
  76. 851caa7 IGNITE-28046 Use MessageSerializer for MetadataUpdateProposedMessage (#12855) by Dmitry Werner · 3 weeks ago
  77. 56e1c57 IGNITE-25709 Open Java logging package for JDK 17 (#12152) by Aleksandr Chesnokov · 3 weeks ago
  78. 1f32c36 IGNITE-28485 Fix 'illegal reflective access' during control utility startup (#13010) by Evgeniy Stanilovskiy · 3 weeks ago
  79. d18c175 IGNITE-28535 Use open version inside enforcer plugin (#13017) by Alexey Abashev · 3 weeks ago
  80. ea90f66 IGNITE-28523 Revert serialization of ErrorMessage (#13014) by Vladimir Steshin · 3 weeks ago
  81. 12bbc68 IGNITE-28259 Remove IgniteDhtPartitionHistorySuppliersMap (#12959) by Dmitry Werner · 4 weeks ago
  82. c621b7d IGNITE-28523 : Get rid of error bytes in DataStreamerResponse (#13006) by Vladimir Steshin · 4 weeks ago
  83. c73c7c4 IGNITE-28408 Added Ignite version to the performance statistics error message (#12960) by Aleksandr Chesnokov · 4 weeks ago
  84. a4c4ab6 IGNITE-28283 Update jackson dependency (#12906) by Aleksandr Nikolaev · 4 weeks ago
  85. bcf6f02b IGNITE-28221 : combining of the message factories v2 (#13003) by Vladimir Steshin · 4 weeks ago
  86. dd1b439 IGNITE-28489 Fix tx map cleanup on tx timeout during initialization (#12998) by Maksim Davydov · 4 weeks ago
  87. 5723edc IGNITE-28476 Fix NPE during WalArchiveSizeConfigurationTest#testIncorrectMaxArchiveSizeConfiguration run (#12987) by Evgeniy Stanilovskiy · 4 weeks ago
  88. 056831f IGNITE-28475 Document CacheInterceptor interaction with keepBinary cache wrapper (#13002) by Evgeniy Stanilovskiy · 4 weeks ago
  89. 7ca39e3 IGNITE-28442 [Java Thin Client] Introduced default values for handshake and request timeouts (#12993) by Mikhail Petrov · 4 weeks ago
  90. d35cb63 IGNITE-28479 Fix Logging at INFO level without checking during GridCollisionManager start (#12989) by Evgeniy Stanilovskiy · 4 weeks ago
  91. 2b10e24 IGNITE-28375 Fix flaky JniThreadDetachTest (#12944) by Maksim Davydov · 4 weeks ago
  92. 5208e0f IGNITE-28099 Use CAS for eviction start warning (#12992) by Nikita Amelchev · 4 weeks ago
  93. 15f2122 IGNITE-28352 Calcite. User defined sql function miss entries are written under the same tx lock (#12936) by Evgeniy Stanilovskiy · 4 weeks ago
  94. edfc743 IGNITE-27975 Use MessageSerializer for IgniteIoTestMessage (#12988) by Dmitry Werner · 4 weeks ago
  95. c1aa788 IGNITE-28431 [ducktests] Stabilize Ducktests tox environments by removing shared homedir usage (#12967) by Maksim Davydov · 4 weeks ago
  96. 081c8bf IGNITE-28472 Fix rpm package date (#12991) by Evgeniy Stanilovskiy · 4 weeks ago
  97. e91c421 IGNITE-28438: Upgrade HSQLDB to 2.7.4 (#12973) by Kirill Anisimov · 4 weeks ago
  98. a8605bd IGNITE-28440 Use message serializer for test discovery messages (#12974) by Nikita Amelchev · 4 weeks ago
  99. 9859f64 IGNITE-28050 Use MessageSerializer for continuous routine start messages (#12952) by Ilya Shishkov · 4 weeks ago
  100. 9430887 IGNITE-28099 Fix eviction warning to be logged per data region (#12953) by oleg-vlsk · 4 weeks ago