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

adding jfr-tracer-spring-autconfigure module #22

Open
wants to merge 109 commits into
base: master
Choose a base branch
from

Conversation

mirage22
Copy link
Contributor

changes related to jfr-tracer-spring-autconfigure module

@mirage22
Copy link
Contributor Author

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;
Copy link
Collaborator

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;
Copy link
Collaborator

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;
Copy link
Collaborator

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;
Copy link
Collaborator

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;

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only rearranging imports - revert.

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

Successfully merging this pull request may close these issues.

2 participants