From https://github.com/FlowingCode/XTermConsoleAddon * branch master -> FETCH_HEAD Already on 'master' Your branch is up to date with 'origin/master'. HEAD is now at 2980991 ci: add servlet-api dependency to v25 profile $ 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 java 25-tem is already installed. Using java version 25-tem in this shell. [INFO] Scanning for projects... [INFO] [INFO] ----------------< com.flowingcode.addons:xterm-console >---------------- [INFO] Building XTerm Console Addon 3.3.1-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions:2.21.0:set-property (default-cli) @ xterm-console --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.825 s [INFO] Finished at: 2026-08-13T08:35:32Z [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 java 25-tem is already installed. Using java version 25-tem in this shell. [INFO] Scanning for projects... [INFO] [INFO] ----------------< com.flowingcode.addons:xterm-console >---------------- [INFO] Building XTerm Console Addon 3.3.1-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions:2.21.0:set (default-cli) @ xterm-console --- [INFO] Searching for local aggregator root... [INFO] Local aggregation root: /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/XTerm Console Add-on [INFO] Processing change of com.flowingcode.addons:vaadin-bom:3.3.1-SNAPSHOT -> 25.2-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.146 s [INFO] Finished at: 2026-08-13T08:35:36Z [INFO] ------------------------------------------------------------------------ $ mvn clean verify -B --no-transfer-progress --settings /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/settings.xml -Pv25 java 25-tem is already installed. Using java version 25-tem in this shell. [INFO] Scanning for projects... [INFO] [INFO] ----------------< com.flowingcode.addons:xterm-console >---------------- [INFO] Building XTerm Console Addon 3.3.1-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ xterm-console --- [INFO] Deleting /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/XTerm Console Add-on/target [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ xterm-console --- [INFO] Copying 10 resources from src/main/resources to target/classes [INFO] [INFO] --- vaadin:25.2-SNAPSHOT:prepare-frontend (default) @ xterm-console --- [INFO] ClassFinder initialized: 76 urls, 5202 classes scanned, 31 annotation types cached, 972 subtype relationships cached, took 548ms [INFO] Visited 106 classes. Took 108 ms. [INFO] Copying frontend resources from jar files ... [INFO] Visited 85 resources. Took 167 ms. [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ xterm-console --- [INFO] Recompiling the module because of changed source code. [INFO] Compiling 14 source files with javac [debug target 21] to target/classes WARNING: A terminally deprecated method in sun.misc.Unsafe has been called WARNING: sun.misc.Unsafe::objectFieldOffset has been called by lombok.permit.Permit WARNING: Please consider reporting this to the maintainers of class lombok.permit.Permit WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release [WARNING] location of system modules is not set in conjunction with -source 21 not setting the location of system modules may lead to class files that cannot run on JDK 21 --release 21 is recommended instead of -source 21 -target 21 because it sets the location of system modules automatically [INFO] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/XTerm Console Add-on/src/main/java/com/flowingcode/vaadin/addons/xterm/XTermBase.java: /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/XTerm Console Add-on/src/main/java/com/flowingcode/vaadin/addons/xterm/XTermBase.java uses or overrides a deprecated API. [INFO] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/XTerm Console Add-on/src/main/java/com/flowingcode/vaadin/addons/xterm/XTermBase.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ xterm-console --- [INFO] skip non existing resourceDirectory /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/XTerm Console Add-on/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ xterm-console --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 20 source files with javac [debug target 21] to target/test-classes [WARNING] location of system modules is not set in conjunction with -source 21 not setting the location of system modules may lead to class files that cannot run on JDK 21 --release 21 is recommended instead of -source 21 -target 21 because it sets the location of system modules automatically [WARNING] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/XTerm Console Add-on/src/test/java/com/flowingcode/vaadin/addons/xterm/integration/ClipboardFeatureIT.java:[36,46] 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/XTerm Console Add-on/src/test/java/com/flowingcode/vaadin/addons/xterm/integration/ConsoleFeatureIT.java:[33,46] 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/XTerm Console Add-on/src/test/java/com/flowingcode/vaadin/addons/xterm/integration/ConsoleFeatureIT.java:[45,46] 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/XTerm Console Add-on/src/test/java/com/flowingcode/vaadin/addons/xterm/integration/ConsoleFeatureIT.java:[123,46] 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/XTerm Console Add-on/src/test/java/com/flowingcode/vaadin/addons/xterm/integration/ConsoleFeatureIT.java:[167,46] 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/XTerm Console Add-on/src/test/java/com/flowingcode/vaadin/addons/xterm/integration/FitFeatureIT.java:[32,46] 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/XTerm Console Add-on/src/test/java/com/flowingcode/vaadin/addons/xterm/integration/SampleClientTerminalAddonIT.java:[33,46] 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/XTerm Console Add-on/src/test/java/com/flowingcode/vaadin/addons/xterm/integration/SelectionFeatureIT.java:[33,46] 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/XTerm Console Add-on/src/test/java/com/flowingcode/vaadin/addons/xterm/integration/SelectionFeatureIT.java:[75,46] 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/XTerm Console Add-on/src/test/java/com/flowingcode/vaadin/addons/xterm/integration/SelectionFeatureIT.java:[91,46] 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/XTerm Console Add-on/src/test/java/com/flowingcode/vaadin/addons/xterm/integration/SelectionFeatureIT.java:[109,46] 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/XTerm Console Add-on/src/test/java/com/flowingcode/vaadin/addons/xterm/integration/SelectionFeatureIT.java:[123,46] 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/XTerm Console Add-on/src/test/java/com/flowingcode/vaadin/addons/xterm/integration/TerminalHistoryIT.java:[32,46] 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/XTerm Console Add-on/src/test/java/com/flowingcode/vaadin/addons/xterm/integration/TerminalHistoryIT.java:[58,46] 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/XTerm Console Add-on/src/test/java/com/flowingcode/vaadin/addons/xterm/integration/TerminalHistoryIT.java:[76,46] 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/XTerm Console Add-on/src/test/java/com/flowingcode/vaadin/addons/xterm/integration/TerminalHistoryIT.java:[96,46] 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/XTerm Console Add-on/src/test/java/com/flowingcode/vaadin/addons/xterm/integration/XTermIT.java:[62,42] 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/XTerm Console Add-on/src/test/java/com/flowingcode/vaadin/addons/xterm/integration/XTermIT.java:[69,46] 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/XTerm Console Add-on/src/test/java/com/flowingcode/vaadin/addons/xterm/integration/XTermIT.java:[96,46] 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/XTerm Console Add-on/src/test/java/com/flowingcode/vaadin/addons/xterm/integration/XTermIT.java:[131,46] 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/XTerm Console Add-on/src/test/java/com/flowingcode/vaadin/addons/xterm/integration/XTermIT.java:[148,46] 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/XTerm Console Add-on/src/test/java/com/flowingcode/vaadin/addons/xterm/integration/XTermIT.java:[166,46] first() in com.vaadin.testbench.ElementQuery has been deprecated and marked for removal [INFO] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/XTerm Console Add-on/src/test/java/com/flowingcode/vaadin/addons/xterm/integration/ClipboardFeatureIT.java: Some input files use or override a deprecated API. [INFO] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/XTerm Console Add-on/src/test/java/com/flowingcode/vaadin/addons/xterm/integration/ClipboardFeatureIT.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- surefire:2.22.1:test (default-test) @ xterm-console --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running com.flowingcode.vaadin.addons.xterm.utils.StateMemoizerTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s - in com.flowingcode.vaadin.addons.xterm.utils.StateMemoizerTest [INFO] Running com.flowingcode.vaadin.addons.xterm.test.SerializationTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.366 s - in com.flowingcode.vaadin.addons.xterm.test.SerializationTest [INFO] Running com.flowingcode.vaadin.addons.xterm.PreserveStateAddonTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in com.flowingcode.vaadin.addons.xterm.PreserveStateAddonTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.1.2:jar (default-jar) @ xterm-console --- [INFO] Building jar: /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/XTerm Console Add-on/target/xterm-console-3.3.1-SNAPSHOT.jar [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 9.028 s [INFO] Finished at: 2026-08-13T08:35:52Z [INFO] ------------------------------------------------------------------------