You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@aloubyansky do you think we could revert the commit fe3d00d safely ?
I didn't find any other solution, yet, or maybe you have a better understanding on why this happens and an alternative solution ?
Describe the bug
When running the
imageBuild
task with quarkus 3.12.1 it fails with ajava.util.ConcurrentModificationException
error.Expected behavior
./gradlew imageBuild
builds a docker imageActual behavior
How to Reproduce?
Create a sample gradle quarkus app
quarkus create app --gradle-kotlin-dsl -x 'quarkus-rest, jib' quarkus-concurrent-bug -P 3.12.1
cd quarkus-concurrent-bug
then try to build a docker image
./gradlew imageBuild
Output of
uname -a
orver
No response
Output of
java -version
openjdk version "21" 2023-09-19 LTS OpenJDK Runtime Environment Temurin-21+35 (build 21+35-LTS) OpenJDK 64-Bit Server VM Temurin-21+35 (build 21+35-LTS, mixed mode, sharing)
Quarkus version or git rev
3.12.1
Build tool (ie. output of
mvnw --version
orgradlew --version
)Gradle 8.8
Additional information
It seems to be caused by the commit fe3d00d .
If i revert it the error is fixed
The text was updated successfully, but these errors were encountered: