-
Notifications
You must be signed in to change notification settings - Fork 318
Mongo Bytebuddy and Mongo Async #154
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
Conversation
d7e1d45 to
ed8dc1c
Compare
tylerbenson
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In addition to the rename, I'd suggest also trying to test this with a spring boot project as an executable jar. That is the way most customers are using it and I've found a good way to test the edge cases for classloader issues.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets update this project name to include the version it is compatible with... (mongo-3?)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Good call
c3eaa39 to
e37c0f5
Compare
e37c0f5 to
47b1eec
Compare
| private static final ListWriter writer = new ListWriter(); | ||
| private static final DDTracer tracer = new DDTracer(writer); | ||
|
|
||
| public static void startLocalMongo() throws Exception { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if we could take advantage of actual Cassandra and mongo instances running in CI… rather than having to start them up on the fly. (obviously using this as a fallback for non-CI execution)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For mongo, I don't see a substantial performance hit running a local instance.
| testCompile group: 'cglib', name: 'cglib-nodep', version: '3.2.5' | ||
|
|
||
| testCompile 'org.openjdk.jmh:jmh-core:1.19' | ||
| testCompile 'org.openjdk.jmh:jmh-generator-annprocess:1.19' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do these belong here?
tylerbenson
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Retroactive approval.
Uh oh!
There was an error while loading. Please reload this page.