Skip to content

build(deps): bump io.kestra.gradle.develocity-conventions from 1.1.0 to 1.2.2#17024

Merged
loicmathieu merged 1 commit into
developfrom
dependabot/gradle/io.kestra.gradle.develocity-conventions-1.2.2
Jun 26, 2026
Merged

build(deps): bump io.kestra.gradle.develocity-conventions from 1.1.0 to 1.2.2#17024
loicmathieu merged 1 commit into
developfrom
dependabot/gradle/io.kestra.gradle.develocity-conventions-1.2.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 24, 2026

Copy link
Copy Markdown
Contributor

Bumps io.kestra.gradle.develocity-conventions from 1.1.0 to 1.2.2.

Release notes

Sourced from io.kestra.gradle.develocity-conventions's releases.

v1.2.2

Changelog

🐛 Bug Fixes


  • 29395b1 update to version 'v1.2.2'.
  • a523dc5 update snapshot version 'v1.2.2-SNAPSHOT'.

Contributors

We'd like to thank the following people for their contributions: Malay Dewangan

v1.2.1

Changelog

🚀 Features

  • ba857e9 cleaner lint report output (#29), closes #29

🐛 Bug Fixes

  • 9135526 reduce plugin-doc-lint false positives and improve violation messages (#30), closes #30
  • f872854 annotate LintPluginDocsTask with @​DisableCachingByDefault

🛠 Build

deps

  • 8350bed bump gradle-wrapper from 9.3.1 to 9.5.1

📝 Documentation

  • f78c6b8 document the release process in README (#27), closes #27

  • c0eb0c6 update to version 'v1.2.1'.
  • d401010 update snapshot version 'v1.2.1-SNAPSHOT'.

Contributors

We'd like to thank the following people for their contributions: GitHub, Malay Dewangan, dependabot[bot]

v1.2.0

Changelog

🚀 Features

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [io.kestra.gradle.develocity-conventions](https://github.com/kestra-io/gradle-plugin) from 1.1.0 to 1.2.2.
- [Release notes](https://github.com/kestra-io/gradle-plugin/releases)
- [Commits](kestra-io/gradle-plugin@v1.1.0...v1.2.2)

---
updated-dependencies:
- dependency-name: io.kestra.gradle.develocity-conventions
  dependency-version: 1.2.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added area/backend Needs backend code changes dependency-upgrade Dependency upgrade is needed labels Jun 24, 2026
@github-project-automation github-project-automation Bot moved this to To review in Pull Requests Jun 24, 2026
@github-actions

github-actions Bot commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

Tests report quick summary:

failed ❌ > tests: 7076, success: 7055, skipped: 20, failed: 1 (🔄 7076 executed, 📦 0 from cache)

Project Status Success Skipped Failed
cli success ✅ 🔄 55 1 0
core success ✅ 🔄 2752 6 0
executor success ✅ 🔄 70 3 0
jdbc success ✅ 🔄 34 6 0
jdbc-h2 success ✅ 🔄 924 1 0
jdbc-mysql success ✅ 🔄 915 2 0
jdbc-postgres success ✅ 🔄 929 0 0
processor success ✅ 🔄 7 0 0
queue success ✅ 🔄 39 0 0
runner-memory success ✅ 🔄 1 0 0
scheduler success ✅ 🔄 99 0 0
script success ✅ 🔄 37 0 0
storage-local success ✅ 🔄 66 0 0
tests success ✅ 🔄 2 0 0
webserver failed ❌ 🔄 922 1 1
worker success ✅ 🔄 65 0 0
worker-controller success ✅ 🔄 138 0 0

Failed tests:

webserver > io.kestra.webserver.controllers.api.FlowControllerTest > updateFlowFlowFromJson() failed ❌ in 115.769
org.opentest4j.AssertionFailedError: Unexpected exception type thrown, expected: <io.micronaut.http.client.exceptions.HttpClientResponseException> but was: <io.micronaut.http.client.exceptions.ReadTimeoutException>

org.opentest4j.AssertionFailedError: Unexpected exception type thrown, expected: <io.micronaut.http.client.exceptions.HttpClientResponseException> but was: <io.micronaut.http.client.exceptions.ReadTimeoutException>
	at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
	at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:67)
	at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:35)
	at org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:3128)
	at io.kestra.webserver.controllers.api.FlowControllerTest.updateFlowFlowFromJson(FlowControllerTest.java:603)
	at java.base/java.lang.reflect.Method.invoke(Method.java:565)
	at io.micronaut.test.extensions.junit5.MicronautJunit5Extension$2.proceed(MicronautJunit5Extension.java:154)
	at io.micronaut.test.extensions.AbstractMicronautExtension.interceptEach(AbstractMicronautExtension.java:171)
	at io.micronaut.test.extensions.AbstractMicronautExtension.interceptTest(AbstractMicronautExtension.java:128)
	at io.micronaut.test.extensions.junit5.MicronautJunit5Extension.interceptTestMethod(MicronautJunit5Extension.java:141)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1604)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1604)
Caused by: io.micronaut.http.client.exceptions.ReadTimeoutException: Read Timeout
	at io.micronaut.http.client.exceptions.ReadTimeoutException.<clinit>(ReadTimeoutException.java:26)
	at io.micronaut.http.client.netty.DefaultHttpClient.handleResponseError(DefaultHttpClient.java:2062)
	at io.micronaut.http.client.netty.DefaultHttpClient$6.fail(DefaultHttpClient.java:1740)
	at io.micronaut.http.client.netty.Http1ResponseHandler$BeforeResponse.exceptionCaught(Http1ResponseHandler.java:150)
	at io.micronaut.http.client.netty.Http1ResponseHandler.exceptionCaught(Http1ResponseHandler.java:90)
	at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:290)
	at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:272)
	at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireExceptionCaught(CombinedChannelDuplexHandler.java:422)
	at io.netty.channel.ChannelHandlerAdapter.exceptionCaught(ChannelHandlerAdapter.java:92)
	at io.netty.channel.CombinedChannelDuplexHandler$1.fireExceptionCaught(CombinedChannelDuplexHandler.java:144)
	at io.netty.channel.ChannelInboundHandlerAdapter.exceptionCaught(ChannelInboundHandlerAdapter.java:143)
	at io.netty.channel.CombinedChannelDuplexHandler.exceptionCaught(CombinedChannelDuplexHandler.java:229)
	at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:290)
	at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:272)
	at io.micronaut.http.client.netty.ConnectionManager$PoolHolder$Http1ConnectionHolder.fireReadTimeout(ConnectionManager.java:1511)
	at io.micronaut.http.client.netty.ConnectionManager$PoolHolder$ConnectionHolder$1.readTimedOut(ConnectionManager.java:1368)
	at io.netty.handler.timeout.ReadTimeoutHandler.channelIdle(ReadTimeoutHandler.java:90)
	at io.netty.handler.timeout.IdleStateHandler$ReaderIdleTimeoutTask.run(IdleStateHandler.java:517)
	at io.netty.handler.timeout.IdleStateHandler$AbstractIdleTask.run(IdleStateHandler.java:489)
	at io.netty.util.concurrent.PromiseTask.runTask(PromiseTask.java:98)
	at io.netty.util.concurrent.ScheduledFutureTask.run(ScheduledFutureTask.java:160)
	at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:148)
	at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:141)
	at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:535)
	at io.netty.channel.SingleThreadIoEventLoop.run(SingleThreadIoEventLoop.java:201)
	at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:1195)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at java.base/java.lang.Thread.run(Thread.java:1474)


Flaky tests report quick summary:

failed ❌ > tests: 13, success: 11, skipped: 0, failed: 2

Project Status Success Skipped Failed
cli success ✅ 2 0 0
jdbc-h2 failed ❌ 0 0 1
jdbc-mysql success ✅ 2 0 0
jdbc-postgres success ✅ 1 0 0
script failed ❌ 1 0 1
webserver success ✅ 5 0 0

Failed tests:

jdbc-h2 > io.kestra.runner.h2.H2RunnerRetryTest > retryWithFlowableErrors(Execution) failed ❌ in 8.960
java.lang.AssertionError: &#10;Actual and expected should have same size but actual size is:&#10;  3&#10;while expected size is:&#10;  2&#10;Actual was:&#10;  [TaskRunAttempt(state=State(current=FAILED, histories=[State.History(state=CREATED, date=2026-06-26T08:09:01.426055Z), State.History(state=RUNNING, date=2026-06-26T08:09:01.426057Z), State.History(state=FAILED, date=2026-06-26T08:09:02.033784Z)]), workerId=61YH2WpK3Wov0SfRDN419s, logFile=null),&#10;    TaskRunAttempt(state=State(current=SUCCESS, histories=[State.History(state=CREATED, date=2026-06-26T08:09:02.835617Z), State.History(state=RUNNING, date=2026-06-26T08:09:02.835620Z), State.History(state=SUCCESS, date=2026-06-26T08:09:02.881015Z)]), workerId=61YH2WpK3Wov0SfRDN419s, logFile=null),&#10;    TaskRunAttempt(state=State(current=SUCCESS, histories=[State.History(state=CREATED, date=2026-06-26T08:09:03.712148Z), State.History(state=RUNNING, date=2026-06-26T08:09:03.712151Z), State.History(state=SUCCESS, date=2026-06-26T08:09:03.725067Z)]), workerId=61YH2WpK3Wov0SfRDN419s, logFile=null)]&#10;Expected was:&#10;  [io.kestra.plugin.core.flow.RetryCaseTest$$Lambda/0x000000009f703448@18f3451a,&#10;    io.kestra.plugin.core.flow.RetryCaseTest$$Lambda/0x000000009f7036a8@26a83b5]

java.lang.AssertionError: 
Actual and expected should have same size but actual size is:
  3
while expected size is:
  2
Actual was:
  [TaskRunAttempt(state=State(current=FAILED, histories=[State.History(state=CREATED, date=2026-06-26T08:09:01.426055Z), State.History(state=RUNNING, date=2026-06-26T08:09:01.426057Z), State.History(state=FAILED, date=2026-06-26T08:09:02.033784Z)]), workerId=61YH2WpK3Wov0SfRDN419s, logFile=null),
    TaskRunAttempt(state=State(current=SUCCESS, histories=[State.History(state=CREATED, date=2026-06-26T08:09:02.835617Z), State.History(state=RUNNING, date=2026-06-26T08:09:02.835620Z), State.History(state=SUCCESS, date=2026-06-26T08:09:02.881015Z)]), workerId=61YH2WpK3Wov0SfRDN419s, logFile=null),
    TaskRunAttempt(state=State(current=SUCCESS, histories=[State.History(state=CREATED, date=2026-06-26T08:09:03.712148Z), State.History(state=RUNNING, date=2026-06-26T08:09:03.712151Z), State.History(state=SUCCESS, date=2026-06-26T08:09:03.725067Z)]), workerId=61YH2WpK3Wov0SfRDN419s, logFile=null)]
Expected was:
  [io.kestra.plugin.core.flow.RetryCaseTest$$Lambda/0x000000009f703448@18f3451a,
    io.kestra.plugin.core.flow.RetryCaseTest$$Lambda/0x000000009f7036a8@26a83b5]
	at io.kestra.plugin.core.flow.RetryCaseTest.retryWithFlowableErrors(RetryCaseTest.java:186)
	at io.kestra.core.runners.AbstractRunnerRetryTest.retryWithFlowableErrors(AbstractRunnerRetryTest.java:147)
	at java.base/java.lang.reflect.Method.invoke(Method.java:565)
	at io.micronaut.test.extensions.junit5.MicronautJunit5Extension$2.proceed(MicronautJunit5Extension.java:154)
	at io.micronaut.test.extensions.AbstractMicronautExtension.interceptEach(AbstractMicronautExtension.java:171)
	at io.micronaut.test.extensions.AbstractMicronautExtension.interceptTest(AbstractMicronautExtension.java:128)
	at io.micronaut.test.extensions.junit5.MicronautJunit5Extension.interceptTestMethod(MicronautJunit5Extension.java:141)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:511)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1450)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:2019)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:187)

script > io.kestra.plugin.scripts.runner.docker.DockerTest > interruptAfterResume() failed ❌ in 8.756
java.lang.AssertionError: &#10;Expected: is <true>&#10;     but: was <false>

java.lang.AssertionError: 
Expected: is <true>
     but: was <false>
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
	at io.kestra.plugin.scripts.runner.docker.DockerTest.interruptAfterResume(DockerTest.java:343)
	at java.base/java.lang.reflect.Method.invoke(Method.java:565)
	at io.micronaut.test.extensions.junit5.MicronautJunit5Extension$2.proceed(MicronautJunit5Extension.java:154)
	at io.micronaut.test.extensions.AbstractMicronautExtension.interceptEach(AbstractMicronautExtension.java:171)
	at io.micronaut.test.extensions.AbstractMicronautExtension.interceptTest(AbstractMicronautExtension.java:128)
	at io.micronaut.test.extensions.junit5.MicronautJunit5Extension.interceptTestMethod(MicronautJunit5Extension.java:141)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1604)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1604)

@github-actions

github-actions Bot commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

🧪 Java Unit Tests

TestsPassed ☑️Skipped ⚠️Failed ❌️Time ⏱
Java Tests Report7076 ran7055 ✅20 ⚠️1 ❌56m 50s 935ms
TestResultTime ⏱
Java Tests Report
FlowControllerTest.updateFlowFlowFromJson()❌ failure1m 55s 769ms

@loicmathieu loicmathieu merged commit 538f2bc into develop Jun 26, 2026
21 of 28 checks passed
@loicmathieu loicmathieu deleted the dependabot/gradle/io.kestra.gradle.develocity-conventions-1.2.2 branch June 26, 2026 08:38
@github-project-automation github-project-automation Bot moved this from To review to Done in Pull Requests Jun 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/backend Needs backend code changes dependency-upgrade Dependency upgrade is needed

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant