Skip to content

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
fix/bump-kestra-api-client-1.0.9
Closed

chore(deps): bump io.kestra:kestra-api-client from 1.0.5 to 1.0.9#259
fdelbrayelle wants to merge 1 commit intomainfrom
fix/bump-kestra-api-client-1.0.9

Conversation

@fdelbrayelle
Copy link
Member

Summary

  • Bumps io.kestra:kestra-api-client from 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)
  • Fixes compilation error: Dashboard.getSourceCode() was removed in 1.0.9 — replaced with JacksonMapper.ofYaml() serialization in TenantSync
  • Fixes javadoc error: escaped <sha256> as &lt;sha256&gt; in AbstractGitTask to prevent "unknown tag" javadoc failure

Test plan

  • compileJava passes
  • javadoc passes (no more "unknown tag: sha256" error)
  • CI integration tests (require GitHub credentials)

- Replace Dashboard.getSourceCode() with JacksonMapper.ofYaml() serialization
  (sourceCode field removed from SDK Dashboard model in 1.0.9)
- Fix javadoc error: escape <sha256> as &lt;sha256&gt; in AbstractGitTask
@kestrabot kestrabot bot added this to Pull Requests Mar 5, 2026
@github-project-automation github-project-automation bot moved this to To review in Pull Requests Mar 5, 2026
@fdelbrayelle fdelbrayelle self-assigned this Mar 5, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Mar 5, 2026

📦 Artifacts

Name Size Updated Expiration
jar 11.82 MB Mar 5, 26, 8:57:48 AM UTC Mar 12, 26, 8:57:48 AM UTC

🧪 Java Unit Tests

TestsPassed ✅SkippedFailedTime ⏱
Java Tests Report67 ran67 ✅0 ⚠️0 ❌2m 26s 415ms

🔁 Unreleased Commits

4 commits since v1.3.0

SHA Title Author Date
7b8676f chore(deps): bump com.gradleup.shadow from 9.3.0 to 9.3.2 (#257) dependabot[bot] Mar 3, 26, 3:03:19 PM UTC
b980a7f fix: attempt to fix tests François Delbrayelle Mar 3, 26, 3:36:58 PM UTC
c49d6be fix(sync-namespace-files): use readNBytes for reliable stream comparison (#258) François Delbrayelle Mar 5, 26, 6:02:06 AM UTC
063050e chore(deps): bump com.vanniktech.maven.publish from 0.34.0 to 0.36.0 (#239) dependabot[bot] Mar 5, 26, 8:18:08 AM UTC

pagedResults = kestraClient.dashboards().searchDashboards(page, size, runContext.flowInfo().tenantId(), null, null);

pagedResults.getResults().forEach(dash -> {
dashboards.put(dash.getTitle(), dash.getSourceCode());
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ideally, this should not have been removed from the DTO, but well

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, lets close this PR, and use the next SDK version which should fix this issue.

@github-project-automation github-project-automation bot moved this from To review to Done in Pull Requests Mar 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants