Update dependency org.mongodb:mongodb-driver-reactivestreams to v4.11.2 #946
Annotations
43 errors and 3 warnings
JdbiSqliteJobRepositorySpec.save a job:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1712162816962,jobId:8SbFp,runAt:NULL,name:test-job,properties:{"test-double":"d:13.2","test-string":"s:test"},status:CREATED,updatedAt:1712162816962}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.return true if job exists:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1712162817049,jobId:i9Gnf,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1712162817049}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.return existing job:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1712162817061,jobId:cd4pC,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1712162817061}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.update job:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1712162817083,jobId:L5NY7,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1712162817083}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.reset a job:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1712162817094,jobId:QGDoZ,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1712162817094}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.update start time when starting progress:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1712162817105,jobId:Ksk7H,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1712162817105}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.update complete time when finishing progress:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1712162817126,jobId:jhNi1,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1712162817126}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.update progress step:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1712162817135,jobId:ccOhl,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1712162817135}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.find next for various names and/or status:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1712162817151,jobId:rs1Xb,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1712162817151}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.serialize and deserialize props:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1712162817160,jobId:test,runAt:NULL,name:test,properties:{"string":"s:test","int":"i:0","long":"l:0","double":"d:0.0","boolean":"b:false","stringList":{"t":"s","v":["hello","world"]},"intList":{"t":"i","v":[0,1]},"longList":{"t":"l","v":[0,1]},"doubleList":{"t":"d","v":[0.0,1.0]},"booleanList":{"t":"b","v":[false,true]}},status:CREATED,updatedAt:1712162817160}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.save a job:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1712162821626,jobId:jnKs7,runAt:NULL,name:test-job,properties:{"test-double":"d:13.2","test-string":"s:test"},status:CREATED,updatedAt:1712162821626}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.return true if job exists:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1712162821706,jobId:If0pE,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1712162821706}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.return existing job:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1712162821720,jobId:mBG5n,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1712162821720}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.update job:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1712162821730,jobId:fkWrO,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1712162821730}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.reset a job:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1712162821746,jobId:cuEY3,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1712162821746}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.update start time when starting progress:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1712162821752,jobId:Ipb0T,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1712162821752}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.update complete time when finishing progress:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1712162821758,jobId:6znca,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1712162821758}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.update progress step:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1712162821770,jobId:R0eVP,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1712162821770}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.find next for various names and/or status:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1712162821777,jobId:ejjQQ,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1712162821777}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.serialize and deserialize props:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1712162821784,jobId:test,runAt:NULL,name:test,properties:{"string":"s:test","int":"i:0","long":"l:0","double":"d:0.0","boolean":"b:false","stringList":{"t":"s","v":["hello","world"]},"intList":{"t":"i","v":[0,1]},"longList":{"t":"l","v":[0,1]},"doubleList":{"t":"d","v":[0.0,1.0]},"booleanList":{"t":"b","v":[false,true]}},status:CREATED,updatedAt:1712162821784}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.save a job:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1712162824101,jobId:VKI2K,runAt:NULL,name:test-job,properties:{"test-double":"d:13.2","test-string":"s:test"},status:CREATED,updatedAt:1712162824101}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.return true if job exists:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1712162824167,jobId:HKIcY,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1712162824167}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.return existing job:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1712162824188,jobId:mjClZ,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1712162824188}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.update job:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1712162824192,jobId:Wn0Lg,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1712162824192}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.reset a job:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1712162824205,jobId:zwvDW,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1712162824205}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.update start time when starting progress:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1712162824221,jobId:b4TVY,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1712162824221}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.update complete time when finishing progress:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1712162824234,jobId:67NcO,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1712162824234}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.update progress step:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1712162824257,jobId:iYt5T,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1712162824257}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.find next for various names and/or status:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1712162824275,jobId:CQjcO,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1712162824275}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.serialize and deserialize props:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1712162824296,jobId:test,runAt:NULL,name:test,properties:{"string":"s:test","int":"i:0","long":"l:0","double":"d:0.0","boolean":"b:false","stringList":{"t":"s","v":["hello","world"]},"intList":{"t":"i","v":[0,1]},"longList":{"t":"l","v":[0,1]},"doubleList":{"t":"d","v":[0.0,1.0]},"booleanList":{"t":"b","v":[false,true]}},status:CREATED,updatedAt:1712162824296}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.save a job:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1712162826943,jobId:WJEG4,runAt:NULL,name:test-job,properties:{"test-double":"d:13.2","test-string":"s:test"},status:CREATED,updatedAt:1712162826943}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.return true if job exists:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1712162827019,jobId:5HqYl,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1712162827019}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.return existing job:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1712162827028,jobId:bCiiK,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1712162827028}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.update job:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1712162827051,jobId:szu9C,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1712162827051}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.reset a job:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1712162827061,jobId:8wDfa,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1712162827061}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.update start time when starting progress:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1712162827074,jobId:CDuPp,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1712162827074}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.update complete time when finishing progress:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1712162827095,jobId:oqfbh,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1712162827095}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.update progress step:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1712162827103,jobId:iaSEA,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1712162827103}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.find next for various names and/or status:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1712162827118,jobId:8LYA7,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1712162827118}, finder:[]}]
|
JdbiSqliteJobRepositorySpec.serialize and deserialize props:
JdbiSqliteJobRepositorySpec#L1
org.jdbi.v3.core.result.ResultSetException: Could not process result set [statement:"INSERT INTO kjobJobs (id, status, runAt, statusMessage, retries, kjobId, createdAt, updatedAt, jobId, name, properties, step, max, startedAt, completedAt)
VALUES (NULL, :status, :runAt, NULL, 0, NULL, :createdAt, :updatedAt, :jobId, :name, :properties, 0, NULL, NULL, NULL)", arguments:{positional:{}, named:{createdAt:1712162827133,jobId:test,runAt:NULL,name:test,properties:{"string":"s:test","int":"i:0","long":"l:0","double":"d:0.0","boolean":"b:false","stringList":{"t":"s","v":["hello","world"]},"intList":{"t":"i","v":[0,1]},"longList":{"t":"l","v":[0,1]},"doubleList":{"t":"d","v":[0.0,1.0]},"booleanList":{"t":"b","v":[false,true]}},status:CREATED,updatedAt:1712162827133}, finder:[]}]
|
Build on Java 11
Gradle build failed: see console output for details
|
Build on Java 17
The job was canceled because "_11" failed.
|
Build on Java 17
Gradle build failed: see console output for details
|
Build on Java 11
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, actions/setup-java@v3, gradle/gradle-build-action@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build on Java 11
No files were found with the provided path: build/reports/kover/report.xml. No artifacts will be uploaded.
|
Build on Java 17
No files were found with the provided path: build/reports/kover/report.xml. No artifacts will be uploaded.
|