From https://github.com/FlowingCode/ImageCrop * branch master -> FETCH_HEAD Already on 'master' Your branch is up to date with 'origin/master'. HEAD is now at fc6a0af chore: update .gitignore $ mvn versions:set-property -Dproperty=vaadin.version -DnewVersion=24.9-SNAPSHOT -DgenerateBackupPoms=false -B --no-transfer-progress --settings /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/settings.xml [INFO] Scanning for projects... [INFO] [INFO] -----------< com.flowingcode.vaadin.addons:image-crop-addon >----------- [INFO] Building Image Crop Add-on 1.2.2-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions:2.21.0:set-property (default-cli) @ image-crop-addon --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.586 s [INFO] Finished at: 2026-06-10T06:35:37Z [INFO] ------------------------------------------------------------------------ $ mvn versions:set -DnewVersion=24.9-SNAPSHOT -DartifactId=vaadin-bom -DgenerateBackupPoms=false -B --no-transfer-progress --settings /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/settings.xml [INFO] Scanning for projects... [INFO] [INFO] -----------< com.flowingcode.vaadin.addons:image-crop-addon >----------- [INFO] Building Image Crop Add-on 1.2.2-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions:2.21.0:set (default-cli) @ image-crop-addon --- [INFO] Searching for local aggregator root... [INFO] Local aggregation root: /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Image Crop Add-on [INFO] Processing change of com.flowingcode.vaadin.addons:vaadin-bom:1.2.2-SNAPSHOT -> 24.9-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.512 s [INFO] Finished at: 2026-06-10T06:35:41Z [INFO] ------------------------------------------------------------------------ $ mvn clean verify -B --no-transfer-progress --settings /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/settings.xml [INFO] Scanning for projects... [INFO] [INFO] -----------< com.flowingcode.vaadin.addons:image-crop-addon >----------- [INFO] Building Image Crop Add-on 1.2.2-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ image-crop-addon --- [INFO] Deleting /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Image Crop Add-on/target [INFO] Deleting /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Image Crop Add-on (includes = [tsconfig.json], excludes = []) [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ image-crop-addon --- [INFO] Copying 5 resources from src/main/resources to target/classes [INFO] [INFO] --- vaadin:24.9-SNAPSHOT:prepare-frontend (default) @ image-crop-addon --- [INFO] Reflections took 1107 ms to scan 141 urls, producing 5338 keys and 23555 values [INFO] The globally installed Node.js version 18.19.1 is older than the required minimum version 20.0.0. Using Node.js from /home/ghrunner/.vaadin. [INFO] Visited 102 classes. Took 132 ms. [INFO] Copying frontend resources from jar files ... [INFO] Visited 141 resources. Took 203 ms. [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ image-crop-addon --- [INFO] Recompiling the module because of changed source code. [INFO] Compiling 3 source files with javac [debug target 17] to target/classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ image-crop-addon --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ image-crop-addon --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 9 source files with javac [debug target 17] to target/test-classes [WARNING] system modules path not set in conjunction with -source 17 [WARNING] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Image Crop Add-on/src/test/java/com/flowingcode/vaadin/addons/imagecrop/BasicImageCropDemo.java:[44,27] ImageCrop(com.vaadin.flow.component.html.Image) in com.flowingcode.vaadin.addons.imagecrop.ImageCrop has been deprecated and marked for removal [WARNING] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Image Crop Add-on/src/test/java/com/flowingcode/vaadin/addons/imagecrop/UploadImageCropDemo.java:[64,5] com.vaadin.flow.component.upload.receivers.MemoryBuffer in com.vaadin.flow.component.upload.receivers has been deprecated and marked for removal [WARNING] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Image Crop Add-on/src/test/java/com/flowingcode/vaadin/addons/imagecrop/UploadImageCropDemo.java:[64,31] com.vaadin.flow.component.upload.receivers.MemoryBuffer in com.vaadin.flow.component.upload.receivers has been deprecated and marked for removal [WARNING] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Image Crop Add-on/src/test/java/com/flowingcode/vaadin/addons/imagecrop/UploadImageCropDemo.java:[65,30] Upload(com.vaadin.flow.component.upload.Receiver) in com.vaadin.flow.component.upload.Upload has been deprecated and marked for removal [WARNING] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Image Crop Add-on/src/test/java/com/flowingcode/vaadin/addons/imagecrop/UploadImageCropDemo.java:[77,20] addFinishedListener(com.vaadin.flow.component.ComponentEventListener) in com.vaadin.flow.component.upload.Upload has been deprecated and marked for removal [WARNING] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Image Crop Add-on/src/test/java/com/flowingcode/vaadin/addons/imagecrop/test/SerializationTest.java:[49,27] ImageCrop(com.vaadin.flow.component.html.Image) in com.flowingcode.vaadin.addons.imagecrop.ImageCrop has been deprecated and marked for removal [INFO] [INFO] --- surefire:2.22.1:test (default-test) @ image-crop-addon --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running com.flowingcode.vaadin.addons.imagecrop.test.SerializationTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.578 s - in com.flowingcode.vaadin.addons.imagecrop.test.SerializationTest [INFO] Running com.flowingcode.vaadin.addons.imagecrop.test.ImageCropTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.926 s - in com.flowingcode.vaadin.addons.imagecrop.test.ImageCropTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.1.2:jar (default-jar) @ image-crop-addon --- [INFO] Building jar: /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Image Crop Add-on/target/image-crop-addon-1.2.2-SNAPSHOT.jar [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 9.050 s [INFO] Finished at: 2026-06-10T06:35:52Z [INFO] ------------------------------------------------------------------------