Skip to content

Update dependencies #205

Update dependencies

Update dependencies #205

Triggered via push October 18, 2024 07:54
Status Success
Total duration 4m 1s
Artifacts

release.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
release
Nullness annotations should not be used for primitive types since they cannot be null
release
Nullness annotations should not be used for primitive types since they cannot be null
release
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.)
release
Conversion from long to double may lose precision; use an explicit cast to double if this was intentional
release
Conversion from long to double may lose precision; use an explicit cast to double if this was intentional
release
Conversion from long to double may lose precision; use an explicit cast to double if this was intentional
release
Conversion from long to double may lose precision; use an explicit cast to double if this was intentional
release
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.)
release
Method 'getStringBatch' is never used.
release
This assignment is to a static field. Mutating static state from a constructor is highly error-prone.
release: trino-rest-base/src/main/java/pl/net/was/rest/RestConfig.java#L130
Nullness annotations should not be used for primitive types since they cannot be null
release: trino-rest-base/src/main/java/pl/net/was/rest/RestConfig.java#L180
Nullness annotations should not be used for primitive types since they cannot be null
release: trino-rest-github/src/main/java/pl/net/was/rest/github/GithubRest.java#L2655
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.)
release: trino-rest-github/src/main/java/pl/net/was/rest/github/GithubRest.java#L2895
Conversion from long to double may lose precision; use an explicit cast to double if this was intentional
release: trino-rest-github/src/main/java/pl/net/was/rest/github/GithubRest.java#L2908
Conversion from long to double may lose precision; use an explicit cast to double if this was intentional
release: trino-rest-github/src/main/java/pl/net/was/rest/github/GithubRest.java#L2930
Conversion from long to double may lose precision; use an explicit cast to double if this was intentional
release: trino-rest-github/src/main/java/pl/net/was/rest/github/GithubRest.java#L2939
Conversion from long to double may lose precision; use an explicit cast to double if this was intentional
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.)
release: trino-rest-github/src/main/java/pl/net/was/rest/github/Sync.java#L1896
Method 'getStringBatch' is never used.
release: trino-rest-slack/src/main/java/pl/net/was/rest/slack/SlackRest.java#L210
This assignment is to a static field. Mutating static state from a constructor is highly error-prone.