-
Notifications
You must be signed in to change notification settings - Fork 18
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
[Feature] update packages versions #111
Conversation
<groupId>org.assertj</groupId> | ||
<artifactId>assertj-core</artifactId> | ||
<version>3.4.1</version> | ||
<scope>test</scope> |
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 think this should stay at test
scope
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 removed it from this package because assertj-core
is coming from the logzio-java-sender
:
https://github.com/logzio/logzio-java-sender/blob/master/pom.xml#L150C1-L155C1
@@ -90,7 +90,7 @@ public void validateJsonMessage(){ | |||
} | |||
|
|||
@Test | |||
public void simpleAppending() 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.
Why we need to remove 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 removed it from all the methods that don't throw any exceptions (that had warning on them Exception 'java.lang.Exception' is never thrown in the method
)
Description
logzio-sender
to version2.1.0
integer multiplication implicitly cast to long
warning (Thread.sleep casting1000
>>1000L
)What type of PR is this?
(check all applicable)
Added tests?