Update serialization to v1.6.3 #928
Annotations
42 errors and 4 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:1708110450048,jobId:l6v6S,runAt:NULL,name:test-job,properties:{"test-double":"d:13.2","test-string":"s:test"},status:CREATED,updatedAt:1708110450048}, 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:1708110450129,jobId:0bDej,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1708110450129}, 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:1708110450145,jobId:1ZeYC,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1708110450145}, 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:1708110450154,jobId:jJLph,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1708110450154}, 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:1708110450163,jobId:nz2k5,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1708110450163}, 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:1708110450189,jobId:bQvBE,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1708110450189}, 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:1708110450193,jobId:a0rOR,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1708110450193}, 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:1708110450216,jobId:MPbA3,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1708110450216}, 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:1708110450224,jobId:CbKfZ,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1708110450224}, 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:1708110450230,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:1708110450230}, 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:1708110451619,jobId:nnZUE,runAt:NULL,name:test-job,properties:{"test-double":"d:13.2","test-string":"s:test"},status:CREATED,updatedAt:1708110451619}, 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:1708110451707,jobId:QXiNR,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1708110451707}, 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:1708110451716,jobId:Q6M3M,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1708110451716}, 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:1708110451729,jobId:h557S,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1708110451729}, 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:1708110451746,jobId:rwuAb,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1708110451746}, 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:1708110451750,jobId:lNjw0,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1708110451750}, 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:1708110451753,jobId:VQatW,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1708110451753}, 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:1708110451757,jobId:GECOb,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1708110451757}, 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:1708110451760,jobId:zCKVg,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1708110451760}, 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:1708110451768,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:1708110451768}, finder:[]}]
|
Build on Java 17
Gradle build failed: see console output for details
|
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:1708110466180,jobId:kdHk9,runAt:NULL,name:test-job,properties:{"test-double":"d:13.2","test-string":"s:test"},status:CREATED,updatedAt:1708110466180}, 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:1708110466258,jobId:RYb6O,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1708110466258}, 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:1708110466273,jobId:EMP3u,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1708110466273}, 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:1708110466292,jobId:k2u6o,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1708110466292}, 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:1708110466310,jobId:LeZ2R,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1708110466310}, 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:1708110466326,jobId:oWZK4,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1708110466326}, 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:1708110466335,jobId:Ct9Y9,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1708110466335}, 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:1708110466367,jobId:8Qnf4,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1708110466367}, 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:1708110466390,jobId:36OGt,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1708110466390}, 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:1708110466399,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:1708110466399}, 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:1708110463355,jobId:tSYn3,runAt:NULL,name:test-job,properties:{"test-double":"d:13.2","test-string":"s:test"},status:CREATED,updatedAt:1708110463355}, 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:1708110463443,jobId:fTL4h,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1708110463443}, 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:1708110463458,jobId:o9gYq,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1708110463458}, 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:1708110463489,jobId:7QInu,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1708110463489}, 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:1708110463500,jobId:P57Pc,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1708110463500}, 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:1708110463504,jobId:mVbEK,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1708110463504}, 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:1708110463526,jobId:WJx8I,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1708110463526}, 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:1708110463553,jobId:zXFHp,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1708110463553}, 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:1708110463559,jobId:4AAyE,runAt:NULL,name:test-job,properties:NULL,status:CREATED,updatedAt:1708110463559}, 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:1708110463578,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:1708110463578}, finder:[]}]
|
Build on Java 11
The operation was canceled.
|
Build on Java 17
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 17
No files were found with the provided path: build/reports/kover/report.xml. No artifacts will be uploaded.
|
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.
|