Commit 634c4fb
Port Aeron 1.51.0 (#152)
* Port Aeron 1.51.0
- Bumped version to 1.51.0; added GIT_SHA to AeronVersion, updated SBE schema to v16
- Ported PersistentSubscription and associated tests, including loss generator tests
- Ported Archive integration tests
- Added ArchiveEvent, SimpleAuthenticator, SimpleAuthorisationService
- Ported Java's async archive client
- Added a few more changes from Java that were missing:
- Added "{CATEGORY} - " prefix to AeronException messages to match Java format
- Misc. other bug fixes: consistent use of same clock when getting timestamps, etc.
* Naming convention.
* Naming convention and variable scoping.
* Remove unnecessary 'this.' reference.
* Remove unnecessary full qualifiers. Reorder equalities to put the constant on the left.
* Remove unnecessary ...Impl suffix as .Net interfaces are prefix with I...
* Formatting and removing unnecessary fully qualified names.
* Formatting.
* Changed new Persistent Subscription getters to .NET properties where possible, removed no longer used ContextInternal getter, refactored BufferingFragmentHandler a tad for readability.
---------
Co-authored-by: Michael Barker <mikeb01@gmail.com>1 parent c57ee57 commit 634c4fb
186 files changed
Lines changed: 10152 additions & 375 deletions
File tree
- driver
- scripts
- src
- Adaptive.Aeron.Tests
- Adaptive.Aeron
- Exceptions
- LogBuffer
- Security
- Status
- Adaptive.Agrona
- Concurrent/Status
- Adaptive.Archiver.IntegrationTests
- Helpers
- Infrastructure
- Adaptive.Archiver.Tests
- Adaptive.Archiver
- Adaptive.Cluster.Tests/Client
- Adaptive.Cluster
- Client
- Codecs
- Service
- tools/aeron-test-loss-generators
- src/main/java/io/adaptive/aeron/test/lossgen
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
Binary file not shown.
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
155 | 156 | | |
156 | 157 | | |
157 | 158 | | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
158 | 205 | | |
159 | 206 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
| 65 | + | |
64 | 66 | | |
65 | 67 | | |
66 | 68 | | |
| |||
457 | 459 | | |
458 | 460 | | |
459 | 461 | | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
460 | 478 | | |
461 | 479 | | |
462 | 480 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
52 | 91 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1121 | 1121 | | |
1122 | 1122 | | |
1123 | 1123 | | |
1124 | | - | |
| 1124 | + | |
| 1125 | + | |
1125 | 1126 | | |
1126 | 1127 | | |
1127 | 1128 | | |
| |||
1487 | 1488 | | |
1488 | 1489 | | |
1489 | 1490 | | |
1490 | | - | |
| 1491 | + | |
| 1492 | + | |
1491 | 1493 | | |
1492 | 1494 | | |
1493 | 1495 | | |
| |||
1502 | 1504 | | |
1503 | 1505 | | |
1504 | 1506 | | |
1505 | | - | |
| 1507 | + | |
1506 | 1508 | | |
1507 | 1509 | | |
1508 | 1510 | | |
| |||
1537 | 1539 | | |
1538 | 1540 | | |
1539 | 1541 | | |
1540 | | - | |
| 1542 | + | |
| 1543 | + | |
| 1544 | + | |
| 1545 | + | |
| 1546 | + | |
1541 | 1547 | | |
1542 | 1548 | | |
1543 | 1549 | | |
| |||
2569 | 2575 | | |
2570 | 2576 | | |
2571 | 2577 | | |
2572 | | - | |
2573 | 2578 | | |
2574 | 2579 | | |
2575 | 2580 | | |
| |||
2672 | 2677 | | |
2673 | 2678 | | |
2674 | 2679 | | |
2675 | | - | |
| 2680 | + | |
2676 | 2681 | | |
2677 | 2682 | | |
2678 | 2683 | | |
| |||
2683 | 2688 | | |
2684 | 2689 | | |
2685 | 2690 | | |
2686 | | - | |
| 2691 | + | |
2687 | 2692 | | |
2688 | 2693 | | |
2689 | 2694 | | |
| |||
2769 | 2774 | | |
2770 | 2775 | | |
2771 | 2776 | | |
2772 | | - | |
| 2777 | + | |
2773 | 2778 | | |
2774 | 2779 | | |
2775 | 2780 | | |
| |||
2853 | 2858 | | |
2854 | 2859 | | |
2855 | 2860 | | |
2856 | | - | |
| 2861 | + | |
2857 | 2862 | | |
2858 | 2863 | | |
2859 | 2864 | | |
| |||
2866 | 2871 | | |
2867 | 2872 | | |
2868 | 2873 | | |
2869 | | - | |
| 2874 | + | |
2870 | 2875 | | |
2871 | 2876 | | |
2872 | 2877 | | |
| |||
0 commit comments