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

Clean up compile warnings in 1.3.x branch #1729

Merged

Conversation

izeye
Copy link
Contributor

@izeye izeye commented Dec 3, 2019

This PR cleans up compile warnings in the 1.3.x branch.

@shakuzen shakuzen added this to the 1.3.2 milestone Dec 3, 2019
@shakuzen shakuzen added the polish A general improvement (naming things, fixing minor issues, etc.) label Dec 3, 2019
@@ -39,7 +39,7 @@
import java.util.stream.Collectors;

import static com.github.tomakehurst.wiremock.client.WireMock.*;
import static org.assertj.core.api.Java6Assertions.assertThat;
Copy link
Member

Choose a reason for hiding this comment

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

I wonder if we shouldn't ban this import. Is there a reason for us being Java 8 base to ever use the Java6Assertions package?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@shakuzen Not that I know of. I created #1731.

@shakuzen shakuzen merged commit 003dc29 into micrometer-metrics:1.3.x Dec 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
polish A general improvement (naming things, fixing minor issues, etc.)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants