Commit f91b10e
Merge main into ByteBuf (#1907)
* Revert NettyByteBuf.asReadOnly change (#1871)
Originally introduced in 057649f
This change had the unintended side effect of leaking netty ByteBufs when logging.
JAVA-5982
* Update Netty dependency to the latest version. (#1867)
JAVA-5818
* Adjust timeout handling in client-side operations to account for RTT variations (#1793)
JAVA-5375
---------
Co-authored-by: Ross Lawley <ross@mongodb.com>
* Update Snappy version for the latest security fixes. (#1868)
JAVA-6069
* Bson javadoc improvements (#1883)
Fixed no comment warning in BinaryVector
Improved BsonBinary asUuid documentation
Improved BsonBinarySubType isUuid documentation
JAVA-6086
* Make NettyByteBuf share parent reference count. (#1891)
JAVA-6107
* JAVA-5907 (#1893)
* JAVA-5907
* JAVA-5907 use execute within executor service
If we don't use the return value from executor then we should use `execute` instead of `submit`
* format
* revert error log for netty leak
---------
Co-authored-by: Almas Abdrazak <abdrazak.almas@mongodb.com>
* Fix RawBsonDocument encoding performance regression (#1888)
Add instanceof check in BsonDocumentCodec to route RawBsonDocument to RawBsonDocumentCodec, restoring efficient byte-copy encoding. Previous BsonType-based lookup led to sub-optimal
performance as it could not distinguish RawBsonDocument from BsonDocument.
JAVA-6101
* Update specifications to latest (#1884)
JAVA-6092
* Evergreen atlas search fix (#1894)
Update evergreen atlas-deployed-task-group configuration
Assume test secrets and follow the driver-evergreen-tools
atlas recommended usage:
https://github.com/mongodb-labs/drivers-evergreen-tools/tree/master/.evergreen/atlas#usage
JAVA-6103
* [JAVA-6028] Add Micrometer/OpenTelemetry tracing support to the reactive-streams (#1898)
* Add Micrometer/OpenTelemetry tracing support to the reactive-streams driver https://jira.mongodb.org/browse/JAVA-6028
Port the tracing infrastructure from the sync driver to driver-reactive-streams, reusing the existing driver-core, TracingManager, Span, and TraceContext classes.
* Move error handling and span lifecycle (span.error(), span.end()) from Reactor's doOnError/doFinally operators into the async callback, before emitting the result to the subscriber.
* Making sure span is properly closed when an exception occurs
* Clone command event document before storing to prevent use-after-free. (#1901)
* Version: bump 5.7.0-beta1
* Version: bump 5.7.0-SNAPSHOT
* Remove unneeded variable
---------
Co-authored-by: Viacheslav Babanin <slav.babanin@mongodb.com>
Co-authored-by: Almas Abdrazak <almas337519@gmail.com>
Co-authored-by: Almas Abdrazak <abdrazak.almas@mongodb.com>
Co-authored-by: Nabil Hachicha <nabil.hachicha@mongodb.com>
Co-authored-by: Nabil Hachicha <1793238+nhachicha@users.noreply.github.com>1 parent 945bdd7 commit f91b10e
50 files changed
Lines changed: 876 additions & 277 deletions
File tree
- .evergreen
- bson/src
- main/org/bson
- codecs
- test/unit/util
- driver-benchmarks/src/main/com/mongodb/benchmark
- benchmarks
- framework
- driver-core/src
- main/com/mongodb/internal
- connection
- netty
- tlschannel/async
- observability/micrometer
- test
- functional/com/mongodb/internal/connection
- unit/com/mongodb/internal
- driver-kotlin-coroutine/src/main/kotlin/com/mongodb/kotlin/client/coroutine
- driver-reactive-streams
- src
- main/com/mongodb/reactivestreams/client
- internal
- gridfs
- test
- functional/com/mongodb/reactivestreams/client
- observability
- syncadapter
- unified
- unit/com/mongodb/reactivestreams/client/internal
- driver-sync/src
- main/com/mongodb/client/internal
- test/functional/com/mongodb/client
- csot
- observability
- unified
- gradle
- testing/resources
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 | |
|---|---|---|---|
| |||
1939 | 1939 | | |
1940 | 1940 | | |
1941 | 1941 | | |
| 1942 | + | |
1942 | 1943 | | |
1943 | 1944 | | |
1944 | 1945 | | |
1945 | 1946 | | |
1946 | 1947 | | |
1947 | | - | |
| 1948 | + | |
1948 | 1949 | | |
| 1950 | + | |
1949 | 1951 | | |
1950 | 1952 | | |
1951 | | - | |
| 1953 | + | |
1952 | 1954 | | |
1953 | 1955 | | |
1954 | 1956 | | |
| |||
1960 | 1962 | | |
1961 | 1963 | | |
1962 | 1964 | | |
1963 | | - | |
| 1965 | + | |
1964 | 1966 | | |
1965 | 1967 | | |
1966 | 1968 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
35 | 38 | | |
36 | 39 | | |
37 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
131 | 133 | | |
132 | 134 | | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
133 | 138 | | |
134 | 139 | | |
135 | 140 | | |
| |||
162 | 167 | | |
163 | 168 | | |
164 | 169 | | |
165 | | - | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
166 | 175 | | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
167 | 179 | | |
168 | 180 | | |
169 | 181 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| 44 | + | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
| |||
101 | 103 | | |
102 | 104 | | |
103 | 105 | | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
104 | 110 | | |
105 | 111 | | |
106 | 112 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
74 | 77 | | |
75 | 78 | | |
76 | 79 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
0 commit comments