fix(core,cli,jdbc,webserver): compiler-warning fixes without suppressions#15503
Merged
fix(core,cli,jdbc,webserver): compiler-warning fixes without suppressions#15503
Conversation
2156f52 to
0cb2302
Compare
Contributor
Tests report quick summary:success ✅ > tests: 4842, success: 4818, skipped: 22, failed: 2 unfold for details
Develocity build scan: https://develocity.kestra.io/s/flnuwova24iz6 |
Contributor
🧪 Java Unit Tests
🐋 Docker imagedocker run --pull=always --rm -it -p 8080:8080 --user=root -v /var/run/docker.sock:/var/run/docker.sock -v /tmp:/tmp ghcr.io/kestra-io/kestra-pr:15503 server local |
6 tasks
loicmathieu
requested changes
Apr 13, 2026
5732831 to
e86d2d5
Compare
…ut suppressions - serialVersionUID on 9 Serializable exception/inner classes - transient on non-serializable fields in HttpClient exceptions - @Builder.Default on 5 @SuperBuilder fields that had initializers ignored - lombok.config: set addJacksonAnnotations=jackson2 to resolve ambiguity - ObjectNode.fields() → properties() (Jackson 2.21 API) - Artifact.getFile() → getPath() (Maven Resolver 2.x API) - QueryFilter.asValues(): String[] widened to Object[] before Arrays.asList() - CompletableFuture<?>[]: typed wildcard arrays replacing raw arrays - PebbleEngineFactory: Class<?>[] for Proxy.newProxyInstance - AbstractTrigger/Check/SseRequest/ChartFiltersOverrides: @Builder.Default - MavenPluginDownloader: getPath() for artifact resolution - PluginManager: default void close() — narrows AutoCloseable contract - GenericQueueInterface: default void close() throws IOException - HttpClientRequestException/ResponseException: transient fields - Slugify: trim leading/trailing hyphens fix - JsonSchemaCache: registerDefaultTypes() moved to @PostConstruct - MonitoredWorkerQueue: made final (not subclassed) - ServiceRegistry/all server commands/DefaultExecutor/Docker/ ExecutionController: Await → Awaitility for production code
3a55ecb to
921b66a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fix various compile warnings
I only selected the least impacting ones for this batch