From https://github.com/FlowingCode/MarkdownEditor * branch master -> FETCH_HEAD Already on 'master' Your branch is up to date with 'origin/master'. HEAD is now at 147dc55 chore: update .gitignore $ mvn versions:set-property -Dproperty=vaadin.version -DnewVersion=25.2-SNAPSHOT -DgenerateBackupPoms=false -DprofileId=v25 -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:markdown-editor-addon >--------- [INFO] Building Markdown Editor Add-on 2.0.4-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions:2.21.0:set-property (default-cli) @ markdown-editor-addon --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.571 s [INFO] Finished at: 2026-06-13T00:47:29Z [INFO] ------------------------------------------------------------------------ $ mvn versions:set -DnewVersion=25.2-SNAPSHOT -DartifactId=vaadin-bom -DgenerateBackupPoms=false -DprofileId=v25 -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:markdown-editor-addon >--------- [INFO] Building Markdown Editor Add-on 2.0.4-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions:2.21.0:set (default-cli) @ markdown-editor-addon --- [INFO] Searching for local aggregator root... [INFO] Local aggregation root: /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Markdown Editor Add-on [INFO] Processing change of com.flowingcode.vaadin.addons:vaadin-bom:2.0.4-SNAPSHOT -> 25.2-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.342 s [INFO] Finished at: 2026-06-13T00:47:32Z [INFO] ------------------------------------------------------------------------ $ mvn clean verify -B --no-transfer-progress --settings /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/settings.xml -Pv25 [INFO] Scanning for projects... [INFO] [INFO] --------< com.flowingcode.vaadin.addons:markdown-editor-addon >--------- [INFO] Building Markdown Editor Add-on 2.0.4-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ markdown-editor-addon --- [INFO] Deleting /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Markdown Editor Add-on/target [INFO] Deleting /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Markdown Editor Add-on (includes = [tsconfig.json], excludes = []) [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ markdown-editor-addon --- [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] [INFO] --- vaadin:25.2-SNAPSHOT:prepare-frontend (default) @ markdown-editor-addon --- [WARNING] Property 'frontend.hotdeploy' is deprecated, please use 'vaadin.frontend.hotdeploy' instead. [INFO] ClassFinder initialized: 69 urls, 4729 classes scanned, 30 annotation types cached, 921 subtype relationships cached, took 563ms [INFO] Visited 104 classes. Took 106 ms. [INFO] Copying frontend resources from jar files ... [INFO] Visited 78 resources. Took 151 ms. [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ markdown-editor-addon --- [INFO] Recompiling the module because of changed source code. [INFO] Compiling 4 source files with javac [debug target 21] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ markdown-editor-addon --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ markdown-editor-addon --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 10 source files with javac [debug target 21] to target/test-classes [WARNING] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Markdown Editor Add-on/src/test/java/com/flowingcode/vaadin/addons/markdown/it/MarkdownEditorIT.java:[36,52] first() in com.vaadin.testbench.ElementQuery has been deprecated and marked for removal [WARNING] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Markdown Editor Add-on/src/test/java/com/flowingcode/vaadin/addons/markdown/it/MarkdownEditorIT.java:[37,49] first() in com.vaadin.testbench.ElementQuery has been deprecated and marked for removal [WARNING] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Markdown Editor Add-on/src/test/java/com/flowingcode/vaadin/addons/markdown/it/MarkdownViewerIT.java:[36,52] first() in com.vaadin.testbench.ElementQuery has been deprecated and marked for removal [WARNING] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Markdown Editor Add-on/src/test/java/com/flowingcode/vaadin/addons/markdown/it/MarkdownViewerIT.java:[37,49] first() in com.vaadin.testbench.ElementQuery has been deprecated and marked for removal [INFO] [INFO] --- surefire:2.22.1:test (default-test) @ markdown-editor-addon --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running com.flowingcode.vaadin.addons.markdown.test.SerializationTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.724 s - in com.flowingcode.vaadin.addons.markdown.test.SerializationTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.1.2:jar (default-jar) @ markdown-editor-addon --- [INFO] Building jar: /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/Markdown Editor Add-on/target/markdown-editor-addon-2.0.4-SNAPSHOT.jar [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 6.915 s [INFO] Finished at: 2026-06-13T00:47:45Z [INFO] ------------------------------------------------------------------------