We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 236d8be commit 1b8c7e9Copy full SHA for 1b8c7e9
driver-scala/src/test/scala/org/mongodb/scala/ApiAliasAndCompanionSpec.scala
@@ -198,6 +198,7 @@ class ApiAliasAndCompanionSpec extends BaseSpec {
198
"ConnectionId",
199
"DefaultClusterFactory",
200
"DefaultRandomStringGenerator",
201
+ "NettyTransportSettings",
202
"QueryResult",
203
"RandomStringGenerator",
204
"Server",
@@ -207,7 +208,8 @@ class ApiAliasAndCompanionSpec extends BaseSpec {
207
208
"SocketStreamFactory",
209
"Stream",
210
"SplittablePayload",
- "TopologyVersion"
211
+ "TopologyVersion",
212
+ "TransportSettings"
213
)
214
215
val filters = FilterBuilder.parse("-com.mongodb.connection.netty.*")
0 commit comments