geode
geode copied to clipboard
[DRAFT DO NOT REVIEW] WAN transactions extracted to module
commit 4ce6664631be9d371df66cddca656c19ec332762 Author: Alberto Gomez [email protected] Date: Tue Dec 14 19:30:37 2021 +0100
Fix tests
commit 77db403d47716562690242d805916225c50b9e8d Author: Alberto Gomez [email protected] Date: Tue Dec 14 18:43:41 2021 +0100
Added exceptions to public API changes
commit 8c2f77d71f618c2fd7f31088233b6a24539fd4f4 Author: Alberto Gomez [email protected] Date: Tue Dec 14 17:52:24 2021 +0100
Use --type=TxGroupingParallelGatewaySender... as suggested in jbarrett's review
commit cbe859d7a676d1a63c63bfd05cb8269f32f1d036 Author: Alberto Gomez [email protected] Date: Mon Dec 13 12:36:50 2021 +0100
remove() refactored as suggested on jbarrett's review
commit 43194d07d417d1b954b682604389a0da7d4c4ec5 Author: Alberto Gomez [email protected] Date: Thu Dec 2 06:52:38 2021 +0100
Updated with Kirk's first review comments
commit 0c3d8141ecf3fd8b477d8c37e09b46e2f4dc96a2 Author: Alberto Gomez [email protected] Date: Fri Nov 5 08:16:10 2021 +0100
MODULE: Add gfsh create tx-grouping gw-sender cases.
commit a7416a386ef32fc6a5ffb0797b276947c6f84f53 Author: Alberto Gomez [email protected] Date: Fri Nov 5 08:15:46 2021 +0100
MODULE: Do not allow changing group-transaction-events
commit 74f9274ce8c1e248353114a3d44ab0a555998d66 Author: Alberto Gomez [email protected] Date: Fri Nov 5 08:15:28 2021 +0100
MODULE: Fix some GatewaySenderFactoryImpl tests
commit 1959233c9a709ca8c95cea830dabd6249aeb5700 Author: Alberto Gomez [email protected] Date: Fri Nov 5 08:13:54 2021 +0100
MODULE: Move remaining tx-grouping functionality and DUnit tests
commit 5aa6bc7bc25d3f7d2f20d7b2ab9b31d40aacaedc Author: Jacob Barrett [email protected] Date: Wed Oct 13 19:50:56 2021 -0700
MODULE: Move tests
commit 07884e81bed83b8d4a4a7394636428373977b93c Author: Jacob Barrett [email protected] Date: Wed Oct 13 19:24:12 2021 -0700
MODULE: ServiceLoader
commit 0be467b0679cd10d77846ca530d7a1457acd99e8 Author: Jacob Barrett [email protected] Date: Wed Oct 13 16:31:02 2021 -0700
MODULE: Stupid simple module.
commit 477a823c7a68d6235ed1e068df04dfba0f1c1e26 Author: Jacob Barrett [email protected] Date: Wed Oct 13 16:08:08 2021 -0700
MODULE: Remove AbstractGatwaySender.mustGroupTransactionEvents()
commit f7c0d21921fd3045a7db1d46a9bd7bbeb119dfff Author: Jacob Barrett [email protected] Date: Wed Oct 13 14:14:38 2021 -0700
MODULE: Create TX grouping sender impls.
commit 35b072e07ff3335a437d10a4d16352801d10cf9d Author: Jacob Barrett [email protected] Date: Wed Oct 13 14:01:04 2021 -0700
MODULE: Extract out TX grouping factories.
commit 7a3d45cc89847312ee003dfc62eceaed642a108f Author: Jacob Barrett [email protected] Date: Wed Oct 13 13:19:15 2021 -0700
MODULE: Split out some factories.
commit ae74a4204a151464f58732106aa043c17e1d5486 Author: Jacob Barrett [email protected] Date: Thu Sep 30 15:24:56 2021 -0700
MODULE: Extract interface for GatewaySenderAttributes.
commit 8c2d23e2bf81334fa2957107e0dbf3e206fb47be Author: Jacob Barrett [email protected] Date: Thu Sep 30 17:22:04 2021 -0700
GEODE-6588: Cleanup GatewaySenderFactoryImpl
commit 2457963f4921afee694027bba901c0aafac3df85 Author: Jacob Barrett [email protected] Date: Thu Sep 30 16:07:40 2021 -0700
GEODE-6588: Cleanup AbstractGatewaySender
commit 042013dd3531f02ecafac856023b4a6ea4a95a6f Author: Jacob Barrett [email protected] Date: Thu Sep 30 14:54:03 2021 -0700
GEODE-6588: Cleanup GatewaySenderAttributes
For all changes:
-
[ ] Is there a JIRA ticket associated with this PR? Is it referenced in the commit message?
-
[ ] Has your PR been rebased against the latest commit within the target branch (typically
develop
)? -
[ ] Is your initial contribution a single, squashed commit?
-
[ ] Does
gradlew build
run cleanly? -
[ ] Have you written or updated unit tests to verify your changes?
-
[ ] If adding new dependencies to the code, are these dependencies licensed in a way that is compatible for inclusion under ASF 2.0?