From https://github.com/parttio/grid-pagination * branch master -> FETCH_HEAD Already on 'master' Your branch is up to date with 'origin/master'. HEAD is now at 06c020a [maven-release-plugin] prepare for next development iteration $ mvn versions:set-property -Dproperty=vaadin.version -DnewVersion=25.1.7 -DgenerateBackupPoms=false -B --no-transfer-progress [INFO] Scanning for projects... [INFO] [INFO] ----------------< org.vaadin.klaudeta:grid-pagination >----------------- [INFO] Building Grid Pagination 4.0.2-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions:2.21.0:set-property (default-cli) @ grid-pagination --- [WARNING] Could not transfer metadata com.vaadin:vaadin-bom/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories: [Vaadin Directory (http://maven.vaadin.com/vaadin-addons, default, releases+snapshots), Vaadin prereleases (http://maven.vaadin.com/vaadin-prereleases, default, releases+snapshots)] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2.374 s [INFO] Finished at: 2026-06-13T07:15:09Z [INFO] ------------------------------------------------------------------------ $ mvn versions:set -DnewVersion=25.1.7 -DartifactId=vaadin-bom -DgenerateBackupPoms=false -B --no-transfer-progress [INFO] Scanning for projects... [INFO] [INFO] ----------------< org.vaadin.klaudeta:grid-pagination >----------------- [INFO] Building Grid Pagination 4.0.2-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions:2.21.0:set (default-cli) @ grid-pagination --- [INFO] Searching for local aggregator root... [INFO] Local aggregation root: /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/grid-pagination [INFO] Processing change of org.vaadin.klaudeta:vaadin-bom:4.0.2-SNAPSHOT -> 25.1.7 [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2.002 s [INFO] Finished at: 2026-06-13T07:15:14Z [INFO] ------------------------------------------------------------------------ $ mvn clean verify -B --no-transfer-progress [INFO] Scanning for projects... [INFO] [INFO] ----------------< org.vaadin.klaudeta:grid-pagination >----------------- [INFO] Building Grid Pagination 4.0.2-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ grid-pagination --- [INFO] Deleting /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/grid-pagination/target [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ grid-pagination --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- vaadin:25.1.7:prepare-frontend (default) @ grid-pagination --- [INFO] ClassFinder initialized: 64 urls, 3018 classes scanned, 30 annotation types cached, 605 subtype relationships cached, took 686ms [INFO] Visited 101 classes. Took 182 ms. [INFO] Copying frontend resources from jar files ... [INFO] Visited 66 resources. Took 73 ms. [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ grid-pagination --- [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] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/grid-pagination/src/main/java/org/vaadin/klaudeta/PaginatedGrid.java: /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/grid-pagination/src/main/java/org/vaadin/klaudeta/PaginatedGrid.java uses unchecked or unsafe operations. [INFO] /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/grid-pagination/src/main/java/org/vaadin/klaudeta/PaginatedGrid.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ grid-pagination --- [INFO] skip non existing resourceDirectory /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/grid-pagination/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ grid-pagination --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 2 source files with javac [debug target 17] to target/test-classes [WARNING] system modules path not set in conjunction with -source 17 [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ grid-pagination --- [INFO] [INFO] --- jar:3.1.0:jar (default-jar) @ grid-pagination --- [INFO] Building jar: /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/grid-pagination/target/grid-pagination-4.0.2-SNAPSHOT.jar [INFO] [INFO] >>> source:3.0.1:jar (attach-sources) > generate-sources @ grid-pagination >>> [INFO] [INFO] <<< source:3.0.1:jar (attach-sources) < generate-sources @ grid-pagination <<< [INFO] [INFO] [INFO] --- source:3.0.1:jar (attach-sources) @ grid-pagination --- [INFO] Building jar: /home/ghrunner/actions-runner/_work/vaadin-ecosystem-build/vaadin-ecosystem-build/work/grid-pagination/target/grid-pagination-4.0.2-SNAPSHOT-sources.jar [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 7.371 s [INFO] Finished at: 2026-06-13T07:15:29Z [INFO] ------------------------------------------------------------------------