Skip to content

Bump org.flywaydb:flyway-core from 11.14.1 to 11.17.0

15a0ed4
Select commit
Loading
Failed to load commit list.
Open

Bump org.flywaydb:flyway-core from 11.14.1 to 11.17.0 #581

Bump org.flywaydb:flyway-core from 11.14.1 to 11.17.0
15a0ed4
Select commit
Loading
Failed to load commit list.
Jenkins - ArpNetworking / Tests / Build failed Nov 19, 2025 in 0s

failed: 4, skipped: 4, passed: 379

failed: 4, skipped: 4, passed: 379

Details

com.arpnetworking.clusteraggregator.partitioning.DatabasePartitionSetTest.multiplePartitionSetModels

Unable to obtain connection from database: default - Connection is not available, request timed out after 30000ms (total=2, active=2, idle=0, waiting=0)
--------------------------------------------------------------------------------------------------------------------------------------------------------
SQL State  : null
Error Code : 0
Message    : default - Connection is not available, request timed out after 30000ms (total=2, active=2, idle=0, waiting=0)
Stack trace
org.flywaydb.core.internal.exception.sqlExceptions.FlywaySqlUnableToConnectToDbException: 
Unable to obtain connection from database: default - Connection is not available, request timed out after 30000ms (total=2, active=2, idle=0, waiting=0)
--------------------------------------------------------------------------------------------------------------------------------------------------------
SQL State  : null
Error Code : 0
Message    : default - Connection is not available, request timed out after 30000ms (total=2, active=2, idle=0, waiting=0)

	at org.flywaydb.core.internal.jdbc.JdbcUtils.openConnection(JdbcUtils.java:70)
	at org.flywaydb.core.internal.jdbc.JdbcConnectionFactory.openConnection(JdbcConnectionFactory.java:102)
	at org.flywaydb.core.internal.database.base.Database.getEventConnection(Database.java:321)
	at org.flywaydb.core.internal.callback.DefaultCallbackExecutor.onMigrateOrUndoEvent(DefaultCallbackExecutor.java:86)
	at org.flywaydb.core.internal.command.DbMigrate.migrate(DbMigrate.java:90)
	at org.flywaydb.core.Flyway.lambda$migrate$3(Flyway.java:246)
	at org.flywaydb.core.FlywayExecutor.execute(FlywayExecutor.java:234)
	at org.flywaydb.core.FlywayExecutor.execute(FlywayExecutor.java:118)
	at org.flywaydb.core.Flyway.migrate(Flyway.java:187)
	at com.arpnetworking.utility.Database.launch(Database.java:66)
	at com.arpnetworking.utility.TestDatabaseFactory.create(TestDatabaseFactory.java:50)
	at com.arpnetworking.clusteraggregator.partitioning.DatabasePartitionSetTest.multiplePartitionSetModels(DatabasePartitionSetTest.java:32)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:345)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: java.sql.SQLTransientConnectionException: default - Connection is not available, request timed out after 30000ms (total=2, active=2, idle=0, waiting=0)
	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:714)
	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:184)
	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:142)
	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:99)
	at org.flywaydb.core.internal.jdbc.JdbcUtils.openConnection(JdbcUtils.java:65)
	... 29 more
Standard out
17386 [INFO] [pool-3-thread-1 ] : default - Starting... 
17392 [INFO] [pool-3-thread-1 ] : default - Start completed. 
17433 [WARN] [pool-3-thread-1 ] : DataSource [default] has autoCommit defaulting to true! 
17453 [INFO] [pool-3-thread-1 ] : Started database[default] platform[H2] in 26ms 
17455 [INFO] [pool-3-thread-1 ] : Database: jdbc:h2:mem:dbpartitiontestsea0ecf2c-a431-469d-82d5-c810966ddfc2 (H2 2.4) 
17483 [WARN] [pool-3-thread-1 ] : Using H2 2.4.240 which is newer than the version Flyway has been verified with. The latest verified version of H2 is 2.3.232. 
17489 [INFO] [pool-3-thread-1 ] : Creating schema "clusteragg" ... 
17490 [INFO] [pool-3-thread-1 ] : Creating Schema History table "clusteragg"."flyway_schema_history" ...

com.arpnetworking.clusteraggregator.partitioning.PartitionSetTest.constructPartitionSet[0]

Unable to obtain connection from database: default - Connection is not available, request timed out after 30000ms (total=2, active=2, idle=0, waiting=0)
--------------------------------------------------------------------------------------------------------------------------------------------------------
SQL State  : null
Error Code : 0
Message    : default - Connection is not available, request timed out after 30000ms (total=2, active=2, idle=0, waiting=0)
Stack trace
org.flywaydb.core.internal.exception.sqlExceptions.FlywaySqlUnableToConnectToDbException: 
Unable to obtain connection from database: default - Connection is not available, request timed out after 30000ms (total=2, active=2, idle=0, waiting=0)
--------------------------------------------------------------------------------------------------------------------------------------------------------
SQL State  : null
Error Code : 0
Message    : default - Connection is not available, request timed out after 30000ms (total=2, active=2, idle=0, waiting=0)

	at org.flywaydb.core.internal.jdbc.JdbcUtils.openConnection(JdbcUtils.java:70)
	at org.flywaydb.core.internal.jdbc.JdbcConnectionFactory.openConnection(JdbcConnectionFactory.java:102)
	at org.flywaydb.core.internal.database.base.Database.getEventConnection(Database.java:321)
	at org.flywaydb.core.internal.callback.DefaultCallbackExecutor.onMigrateOrUndoEvent(DefaultCallbackExecutor.java:86)
	at org.flywaydb.core.internal.command.DbMigrate.migrate(DbMigrate.java:90)
	at org.flywaydb.core.Flyway.lambda$migrate$3(Flyway.java:246)
	at org.flywaydb.core.FlywayExecutor.execute(FlywayExecutor.java:234)
	at org.flywaydb.core.FlywayExecutor.execute(FlywayExecutor.java:118)
	at org.flywaydb.core.Flyway.migrate(Flyway.java:187)
	at com.arpnetworking.utility.Database.launch(Database.java:66)
	at com.arpnetworking.utility.TestDatabaseFactory.create(TestDatabaseFactory.java:50)
	at com.arpnetworking.clusteraggregator.partitioning.TestDatabasePartitionSetFactory.create(TestDatabasePartitionSetFactory.java:31)
	at com.arpnetworking.clusteraggregator.partitioning.PartitionSetTest.constructPartitionSet(PartitionSetTest.java:50)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:345)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: java.sql.SQLTransientConnectionException: default - Connection is not available, request timed out after 30000ms (total=2, active=2, idle=0, waiting=0)
	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:714)
	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:184)
	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:142)
	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:99)
	at org.flywaydb.core.internal.jdbc.JdbcUtils.openConnection(JdbcUtils.java:65)
	... 30 more
Standard out
778 [INFO] [pool-3-thread-6 ] : default - Starting... 
1843 [INFO] [pool-3-thread-6 ] : default - Start completed. 
4738 [WARN] [pool-3-thread-6 ] : DataSource [default] has autoCommit defaulting to true! 
4754 [INFO] [pool-3-thread-6 ] : Started database[default] platform[H2] in 25ms 
4779 [INFO] [pool-3-thread-6 ] : Database: jdbc:h2:mem:dbpartitiontests2278d93f-5087-4760-a039-876fd5833783 (H2 2.4) 
4972 [WARN] [pool-3-thread-6 ] : Using H2 2.4.240 which is newer than the version Flyway has been verified with. The latest verified version of H2 is 2.3.232. 
5083 [INFO] [pool-3-thread-6 ] : Creating schema "clusteragg" ... 
5091 [INFO] [pool-3-thread-6 ] : Creating Schema History table "clusteragg"."flyway_schema_history" ...

com.arpnetworking.clusteraggregator.partitioning.PartitionSetTest.incrementsPartition[0]

Unable to obtain connection from database: default - Connection is not available, request timed out after 30000ms (total=2, active=2, idle=0, waiting=0)
--------------------------------------------------------------------------------------------------------------------------------------------------------
SQL State  : null
Error Code : 0
Message    : default - Connection is not available, request timed out after 30000ms (total=2, active=2, idle=0, waiting=0)
Stack trace
org.flywaydb.core.internal.exception.sqlExceptions.FlywaySqlUnableToConnectToDbException: 
Unable to obtain connection from database: default - Connection is not available, request timed out after 30000ms (total=2, active=2, idle=0, waiting=0)
--------------------------------------------------------------------------------------------------------------------------------------------------------
SQL State  : null
Error Code : 0
Message    : default - Connection is not available, request timed out after 30000ms (total=2, active=2, idle=0, waiting=0)

	at org.flywaydb.core.internal.jdbc.JdbcUtils.openConnection(JdbcUtils.java:70)
	at org.flywaydb.core.internal.jdbc.JdbcConnectionFactory.openConnection(JdbcConnectionFactory.java:102)
	at org.flywaydb.core.internal.database.base.Database.getEventConnection(Database.java:321)
	at org.flywaydb.core.internal.callback.DefaultCallbackExecutor.onMigrateOrUndoEvent(DefaultCallbackExecutor.java:86)
	at org.flywaydb.core.internal.command.DbMigrate.migrate(DbMigrate.java:90)
	at org.flywaydb.core.Flyway.lambda$migrate$3(Flyway.java:246)
	at org.flywaydb.core.FlywayExecutor.execute(FlywayExecutor.java:234)
	at org.flywaydb.core.FlywayExecutor.execute(FlywayExecutor.java:118)
	at org.flywaydb.core.Flyway.migrate(Flyway.java:187)
	at com.arpnetworking.utility.Database.launch(Database.java:66)
	at com.arpnetworking.utility.TestDatabaseFactory.create(TestDatabaseFactory.java:50)
	at com.arpnetworking.clusteraggregator.partitioning.TestDatabasePartitionSetFactory.create(TestDatabasePartitionSetFactory.java:31)
	at com.arpnetworking.clusteraggregator.partitioning.PartitionSetTest.incrementsPartition(PartitionSetTest.java:56)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:345)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: java.sql.SQLTransientConnectionException: default - Connection is not available, request timed out after 30000ms (total=2, active=2, idle=0, waiting=0)
	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:714)
	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:184)
	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:142)
	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:99)
	at org.flywaydb.core.internal.jdbc.JdbcUtils.openConnection(JdbcUtils.java:65)
	... 30 more
Standard out
778 [INFO] [pool-3-thread-5 ] : default - Starting... 
1843 [INFO] [pool-3-thread-5 ] : default - Start completed. 
4775 [WARN] [pool-3-thread-5 ] : DataSource [default] has autoCommit defaulting to true! 
4794 [INFO] [pool-3-thread-5 ] : Started database[default] platform[H2] in 39ms 
4795 [INFO] [pool-3-thread-5 ] : Database: jdbc:h2:mem:dbpartitiontests9ddc70f5-a21b-4df8-bc71-d2577cbc956e (H2 2.4) 
4972 [WARN] [pool-3-thread-5 ] : Using H2 2.4.240 which is newer than the version Flyway has been verified with. The latest verified version of H2 is 2.3.232. 
5083 [INFO] [pool-3-thread-5 ] : Creating schema "clusteragg" ... 
5091 [INFO] [pool-3-thread-5 ] : Creating Schema History table "clusteragg"."flyway_schema_history" ...

com.arpnetworking.clusteraggregator.partitioning.PartitionSetTest.respectsMaxCount[0]

Unable to obtain connection from database: default - Connection is not available, request timed out after 30000ms (total=2, active=2, idle=0, waiting=0)
--------------------------------------------------------------------------------------------------------------------------------------------------------
SQL State  : null
Error Code : 0
Message    : default - Connection is not available, request timed out after 30000ms (total=2, active=2, idle=0, waiting=0)
Stack trace
org.flywaydb.core.internal.exception.sqlExceptions.FlywaySqlUnableToConnectToDbException: 
Unable to obtain connection from database: default - Connection is not available, request timed out after 30000ms (total=2, active=2, idle=0, waiting=0)
--------------------------------------------------------------------------------------------------------------------------------------------------------
SQL State  : null
Error Code : 0
Message    : default - Connection is not available, request timed out after 30000ms (total=2, active=2, idle=0, waiting=0)

	at org.flywaydb.core.internal.jdbc.JdbcUtils.openConnection(JdbcUtils.java:70)
	at org.flywaydb.core.internal.jdbc.JdbcConnectionFactory.openConnection(JdbcConnectionFactory.java:102)
	at org.flywaydb.core.internal.database.base.Database.getEventConnection(Database.java:321)
	at org.flywaydb.core.internal.callback.DefaultCallbackExecutor.onMigrateOrUndoEvent(DefaultCallbackExecutor.java:86)
	at org.flywaydb.core.internal.command.DbMigrate.migrate(DbMigrate.java:90)
	at org.flywaydb.core.Flyway.lambda$migrate$3(Flyway.java:246)
	at org.flywaydb.core.FlywayExecutor.execute(FlywayExecutor.java:234)
	at org.flywaydb.core.FlywayExecutor.execute(FlywayExecutor.java:118)
	at org.flywaydb.core.Flyway.migrate(Flyway.java:187)
	at com.arpnetworking.utility.Database.launch(Database.java:66)
	at com.arpnetworking.utility.TestDatabaseFactory.create(TestDatabaseFactory.java:50)
	at com.arpnetworking.clusteraggregator.partitioning.TestDatabasePartitionSetFactory.create(TestDatabasePartitionSetFactory.java:31)
	at com.arpnetworking.clusteraggregator.partitioning.PartitionSetTest.respectsMaxCount(PartitionSetTest.java:73)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:345)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: java.sql.SQLTransientConnectionException: default - Connection is not available, request timed out after 30000ms (total=2, active=2, idle=0, waiting=0)
	at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:714)
	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:184)
	at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:142)
	at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:99)
	at org.flywaydb.core.internal.jdbc.JdbcUtils.openConnection(JdbcUtils.java:65)
	... 30 more
Standard out
778 [INFO] [pool-3-thread-4 ] : default - Starting... 
1843 [INFO] [pool-3-thread-4 ] : default - Start completed. 
3853 [INFO] [pool-3-thread-4 ] : ebean version: 17.1.1 
3948 [WARN] [pool-3-thread-4 ] : DataSource [default] has autoCommit defaulting to true! 
4726 [INFO] [pool-3-thread-4 ] : Started database[default] platform[H2] in 834ms 
4779 [INFO] [pool-3-thread-4 ] : Database: jdbc:h2:mem:dbpartitiontestsc0b465b9-f4cb-4861-b9e0-b65db96d512d (H2 2.4) 
4952 [WARN] [pool-3-thread-4 ] : Using H2 2.4.240 which is newer than the version Flyway has been verified with. The latest verified version of H2 is 2.3.232. 
5083 [INFO] [pool-3-thread-4 ] : Creating schema "clusteragg" ... 
5091 [INFO] [pool-3-thread-4 ] : Creating Schema History table "clusteragg"."flyway_schema_history" ...