Update dependencies #185
Annotations
20 warnings
Publish JAR
Nullness annotations should not be used for primitive types since they cannot be null
|
Publish JAR
Nullness annotations should not be used for primitive types since they cannot be null
|
Publish JAR
Specify a `Locale` when calling `String#to{Lower,Upper}Case`. (Note: there are multiple suggested fixes; the third may be most appropriate if you're dealing with ASCII Strings.)
|
Publish JAR
Conversion from long to double may lose precision; use an explicit cast to double if this was intentional
|
Publish JAR
Conversion from long to double may lose precision; use an explicit cast to double if this was intentional
|
Publish JAR
Conversion from long to double may lose precision; use an explicit cast to double if this was intentional
|
Publish JAR
Conversion from long to double may lose precision; use an explicit cast to double if this was intentional
|
Publish JAR
Specify a `Locale` when calling `String#to{Lower,Upper}Case`. (Note: there are multiple suggested fixes; the third may be most appropriate if you're dealing with ASCII Strings.)
|
Publish JAR
Method 'getStringBatch' is never used.
|
Publish JAR
Constructor 'Reaction' is never used.
|
Prepare release:
trino-rest-base/src/main/java/pl/net/was/rest/RestConfig.java#L129
Nullness annotations should not be used for primitive types since they cannot be null
|
Prepare release:
trino-rest-base/src/main/java/pl/net/was/rest/RestConfig.java#L179
Nullness annotations should not be used for primitive types since they cannot be null
|
Prepare release:
trino-rest-github/src/main/java/pl/net/was/rest/github/GithubRest.java#L2647
Specify a `Locale` when calling `String#to{Lower,Upper}Case`. (Note: there are multiple suggested fixes; the third may be most appropriate if you're dealing with ASCII Strings.)
|
Prepare release:
trino-rest-github/src/main/java/pl/net/was/rest/github/GithubRest.java#L2879
Conversion from long to double may lose precision; use an explicit cast to double if this was intentional
|
Prepare release:
trino-rest-github/src/main/java/pl/net/was/rest/github/GithubRest.java#L2892
Conversion from long to double may lose precision; use an explicit cast to double if this was intentional
|
Prepare release:
trino-rest-github/src/main/java/pl/net/was/rest/github/GithubRest.java#L2914
Conversion from long to double may lose precision; use an explicit cast to double if this was intentional
|
Prepare release:
trino-rest-github/src/main/java/pl/net/was/rest/github/GithubRest.java#L2923
Conversion from long to double may lose precision; use an explicit cast to double if this was intentional
|
Prepare release:
trino-rest-github/src/main/java/pl/net/was/rest/github/GithubTable.java#L66
Specify a `Locale` when calling `String#to{Lower,Upper}Case`. (Note: there are multiple suggested fixes; the third may be most appropriate if you're dealing with ASCII Strings.)
|
Prepare release:
trino-rest-github/src/main/java/pl/net/was/rest/github/Sync.java#L1892
Method 'getStringBatch' is never used.
|
Prepare release:
trino-rest-slack/src/main/java/pl/net/was/rest/slack/model/User.java#L124
Date has a bad API that leads to bugs; prefer java.time.Instant or LocalDate.
|
Loading