chore(deps): bump io.kestra:kestra-api-client from 1.0.5 to 1.0.9#259
Closed
fdelbrayelle wants to merge 1 commit intomainfrom
Closed
chore(deps): bump io.kestra:kestra-api-client from 1.0.5 to 1.0.9#259fdelbrayelle wants to merge 1 commit intomainfrom
fdelbrayelle wants to merge 1 commit intomainfrom
Conversation
- Replace Dashboard.getSourceCode() with JacksonMapper.ofYaml() serialization (sourceCode field removed from SDK Dashboard model in 1.0.9) - Fix javadoc error: escape <sha256> as <sha256> in AbstractGitTask
Contributor
📦 Artifacts
🧪 Java Unit Tests
🔁 Unreleased Commits4 commits since
|
| pagedResults = kestraClient.dashboards().searchDashboards(page, size, runContext.flowInfo().tenantId(), null, null); | ||
|
|
||
| pagedResults.getResults().forEach(dash -> { | ||
| dashboards.put(dash.getTitle(), dash.getSourceCode()); |
Member
There was a problem hiding this comment.
Ideally, this should not have been removed from the DTO, but well
Member
There was a problem hiding this comment.
Member
There was a problem hiding this comment.
Actually, lets close this PR, and use the next SDK version which should fix this issue.
Malaydewangan09
approved these changes
Mar 5, 2026
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.
Summary
io.kestra:kestra-api-clientfrom 1.0.5 to 1.0.9 (fixes chore(deps): bump io.kestra:kestra-api-client from 1.0.5 to 1.0.9 #250)Dashboard.getSourceCode()was removed in 1.0.9 — replaced withJacksonMapper.ofYaml()serialization inTenantSync<sha256>as<sha256>inAbstractGitTaskto prevent "unknown tag" javadoc failureTest plan
compileJavapassesjavadocpasses (no more "unknown tag: sha256" error)