-
Notifications
You must be signed in to change notification settings - Fork 14
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
adding jfr-tracer-spring-autconfigure module #22
base: master
Are you sure you want to change the base?
Conversation
# Conflicts: # .travis.yml # gradle/wrapper/gradle-wrapper.properties # settings.gradle
we need rester a Travis again, it fails due to our unstable tests |
@@ -17,7 +17,6 @@ | |||
|
|||
import java.net.URI; | |||
import java.util.logging.Level; | |||
import java.util.logging.Logger; |
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.
Should not be part of this change.
@@ -15,12 +15,11 @@ | |||
*/ | |||
package io.opentracing.contrib.jfrtracer.impl.jfr; | |||
|
|||
import jdk.jfr.Event; | |||
import jdk.jfr.Label; |
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.
Only rearranging imports -> revert.
import jdk.jfr.Category; | ||
import jdk.jfr.Description; | ||
|
||
import io.opentracing.Span; |
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.
Only rearranging imports -> revert.
@@ -15,14 +15,13 @@ | |||
*/ | |||
package io.opentracing.contrib.jfrtracer.impl.jfr; | |||
|
|||
import jdk.jfr.Event; | |||
import jdk.jfr.Label; | |||
import io.opentracing.Span; | |||
import jdk.jfr.Category; |
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.
Only rearranging imports - revert.
import jdk.jfr.Category; | ||
import jdk.jfr.Description; | ||
import jdk.jfr.Event; | ||
import jdk.jfr.Label; | ||
import jdk.jfr.StackTrace; | ||
|
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.
Only rearranging imports - revert.
changes related to jfr-tracer-spring-autconfigure module