Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Mongo reactive 5.2.0 #2066

Open
jtduffy opened this issue Sep 25, 2024 · 1 comment
Open

Support for Mongo reactive 5.2.0 #2066

jtduffy opened this issue Sep 25, 2024 · 1 comment

Comments

@jtduffy
Copy link
Contributor

jtduffy commented Sep 25, 2024

A new instrumentation module is needed to support the mongo reactive v5.2.0 library.
Below is the verify instrumentation failure when the mongodb-reactive-streams-4.8 module is run against v5.2:

Verification FAILED. Instrumentation module mongodb-reactive-streams-4.8-1.0.jar SHOULD HAVE applied to org.mongodb:mongodb-driver-reactivestreams:5.2.0 and did not. You may need to adjust the range "org.mongodb:mongodb-driver-reactivestreams:[4.8.0,)".
...
...
WeaveViolation{type=INIT_NEW_UNSUPPORTED, clazz=com/mongodb/internal/operation/DropCollectionOperation, method=<init>(Lcom/mongodb/MongoNamespace;)V}
WeaveViolation{type=METHOD_NEW_INVOKE_UNSUPPORTED, clazz=com/mongodb/internal/operation/DropCollectionOperation, method=<init>(Lcom/mongodb/MongoNamespace;)V}
WeaveViolation{type=METHOD_NEW_NON_PRIVATE_UNSUPPORTED, clazz=com/mongodb/internal/operation/DropCollectionOperation, method=<init>(Lcom/mongodb/MongoNamespace;)V}
WeaveViolation{type=METHOD_INDIRECT_INTERFACE_WEAVE, clazz=com/mongodb/reactivestreams/client/MongoClient, method=getDatabase(Ljava/lang/String;)Lcom/mongodb/reactivestreams/client/MongoDatabase;}
@workato-integration
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant