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

[Feature] update packages versions #111

Merged
merged 2 commits into from
Dec 31, 2024
Merged

[Feature] update packages versions #111

merged 2 commits into from
Dec 31, 2024

Conversation

8naama
Copy link
Contributor

@8naama 8naama commented Nov 17, 2024

Description

  • upgrade logzio-sender to version 2.1.0
  • align other packages versions
  • update the developer to a person in the company
  • resolve integer multiplication implicitly cast to long warning (Thread.sleep casting 1000 >> 1000L)
  • update readme

What type of PR is this?

(check all applicable)

  • 🍕 Feature
  • 🐛 Bug Fix
  • 🧑‍💻 Code Refactor
  • 🔥 Performance Improvements
  • ✅ Test
  • 🤖 Build / CI
  • ⏩ Revert

Added tests?

  • 👍 yes
  • 🙅 no, because they aren't needed
  • 🙋 no, because I need help from somebody

@8naama 8naama mentioned this pull request Nov 17, 2024
10 tasks
@ralongit ralongit self-requested a review December 26, 2024 12:44
@8naama 8naama requested a review from yotamloe December 31, 2024 08:24
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.4.1</version>
<scope>test</scope>
Copy link
Contributor

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

Copy link
Contributor Author

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 {
Copy link
Contributor

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 ?

Copy link
Contributor Author

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)

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