Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Latest commit

 

History

History
1115 lines (1105 loc) · 113 KB

d303fc144a1c10325364f05e11a9661880a94bc5-failures.md

File metadata and controls

1115 lines (1105 loc) · 113 KB

Commit: d303fc144a1c10325364f05e11a9661880a94bc5

Hibernate Reactive

Only tested with Mutiny and here it seems to have some problems with list assigment.

[INFO] ---------< se.agreedskiing.hibernate.list:hibernate-reactive >----------
[INFO] Building Hibernate Reactive 1.0.0-SNAPSHOT [4/4]
[INFO] from hibernate-reactive/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ hibernate-reactive ---
[INFO] Deleting /home/eriase/repos/Hibenate-empty-optional-test/hibernate-reactive/target
[INFO]
[INFO] --- resources:3.3.0:resources (default-resources) @ hibernate-reactive ---
[INFO] Copying 3 resources
[INFO]
[INFO] --- compiler:3.10.1:compile (default-compile) @ hibernate-reactive ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/eriase/repos/Hibenate-empty-optional-test/hibernate-reactive/target/classes
[INFO]
[INFO] --- resources:3.3.0:testResources (default-testResources) @ hibernate-reactive ---
[INFO] skip non existing resourceDirectory /home/eriase/repos/Hibenate-empty-optional-test/hibernate-reactive/src/test/resources
[INFO]
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ hibernate-reactive ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/eriase/repos/Hibenate-empty-optional-test/hibernate-reactive/target/test-classes
[INFO]
[INFO] --- surefire:3.0.0-M9:test (default-test) @ hibernate-reactive ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running se.agreedskiing.hibernate.list.hibernate.reactive.ApplicationTest
[INFO] Running se.agreedskiing.hibernate.list.hibernate.reactive.ApplicationTest$test_list_query
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - drop table if exists test cascade
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - drop table if exists test cascade
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - create table test (id int8 generated by default as identity, field varchar(255), uu uuid, primary key (id))
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - DROP TABLE IF EXISTS test
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - CREATE TABLE IF NOT EXISTS test (id BIGINT NOT NULL, field VARCHAR(10), uu UUID, PRIMARY KEY (id))
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (1, 'test1', '40e6215d-b5c6-4896-987c-f30f3678f608')
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (2, 'test2', '6ecd8c99-4036-403d-bf84-cf8400f67836')
[vert.x-eventloop-thread-0] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [1] as [OTHER] - [null]
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - select test0_.id as id1_0_, test0_.field as field2_0_, test0_.uu as uu3_0_ from test test0_ where test0_.uu in ($1)
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - drop table if exists test cascade
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - drop table if exists test cascade
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - create table test (id int8 generated by default as identity, field varchar(255), uu uuid, primary key (id))
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - DROP TABLE IF EXISTS test
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - CREATE TABLE IF NOT EXISTS test (id BIGINT NOT NULL, field VARCHAR(10), uu UUID, PRIMARY KEY (id))
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (1, 'test1', '40e6215d-b5c6-4896-987c-f30f3678f608')
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (2, 'test2', '6ecd8c99-4036-403d-bf84-cf8400f67836')
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - select test0_.id as id1_0_, test0_.field as field2_0_, test0_.uu as uu3_0_ from test test0_ where test0_.uu in (null)
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - drop table if exists test cascade
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - drop table if exists test cascade
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - create table test (id int8 generated by default as identity, field varchar(255), uu uuid, primary key (id))
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - DROP TABLE IF EXISTS test
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - CREATE TABLE IF NOT EXISTS test (id BIGINT NOT NULL, field VARCHAR(10), uu UUID, PRIMARY KEY (id))
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (1, 'test1', '40e6215d-b5c6-4896-987c-f30f3678f608')
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (2, 'test2', '6ecd8c99-4036-403d-bf84-cf8400f67836')
[vert.x-eventloop-thread-0] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [1] as [VARCHAR] - [null]
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - select test0_.id as id1_0_, test0_.field as field2_0_, test0_.uu as uu3_0_ from test test0_ where test0_.field in ($1)
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - drop table if exists test cascade
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - drop table if exists test cascade
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - create table test (id int8 generated by default as identity, field varchar(255), uu uuid, primary key (id))
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - DROP TABLE IF EXISTS test
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - CREATE TABLE IF NOT EXISTS test (id BIGINT NOT NULL, field VARCHAR(10), uu UUID, PRIMARY KEY (id))
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (1, 'test1', '40e6215d-b5c6-4896-987c-f30f3678f608')
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (2, 'test2', '6ecd8c99-4036-403d-bf84-cf8400f67836')
[vert.x-eventloop-thread-0] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [1] as [BIGINT] - [null]
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - select test0_.id as id1_0_, test0_.field as field2_0_, test0_.uu as uu3_0_ from test test0_ where test0_.id in ($1)
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - drop table if exists test cascade
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - drop table if exists test cascade
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - create table test (id int8 generated by default as identity, field varchar(255), uu uuid, primary key (id))
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - DROP TABLE IF EXISTS test
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - CREATE TABLE IF NOT EXISTS test (id BIGINT NOT NULL, field VARCHAR(10), uu UUID, PRIMARY KEY (id))
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (1, 'test1', '40e6215d-b5c6-4896-987c-f30f3678f608')
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (2, 'test2', '6ecd8c99-4036-403d-bf84-cf8400f67836')
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - select test0_.id as id1_0_, test0_.field as field2_0_, test0_.uu as uu3_0_ from test test0_ where test0_.id in (null)
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - drop table if exists test cascade
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - drop table if exists test cascade
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - create table test (id int8 generated by default as identity, field varchar(255), uu uuid, primary key (id))
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - DROP TABLE IF EXISTS test
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - CREATE TABLE IF NOT EXISTS test (id BIGINT NOT NULL, field VARCHAR(10), uu UUID, PRIMARY KEY (id))
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (1, 'test1', '40e6215d-b5c6-4896-987c-f30f3678f608')
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (2, 'test2', '6ecd8c99-4036-403d-bf84-cf8400f67836')
[vert.x-eventloop-thread-0] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [1] as [VARCHAR] - [test1]
[vert.x-eventloop-thread-0] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [2] as [VARCHAR] - [test2]
[vert.x-eventloop-thread-0] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [3] as [VARCHAR] - [test3]
[vert.x-eventloop-thread-0] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [4] as [VARCHAR] - [test4]
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - select test0_.id as id1_0_, test0_.field as field2_0_, test0_.uu as uu3_0_ from test test0_ where test0_.field in ($1 , $2 , $3 , $4)
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - drop table if exists test cascade
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - drop table if exists test cascade
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - create table test (id int8 generated by default as identity, field varchar(255), uu uuid, primary key (id))
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - DROP TABLE IF EXISTS test
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - CREATE TABLE IF NOT EXISTS test (id BIGINT NOT NULL, field VARCHAR(10), uu UUID, PRIMARY KEY (id))
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (1, 'test1', '40e6215d-b5c6-4896-987c-f30f3678f608')
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (2, 'test2', '6ecd8c99-4036-403d-bf84-cf8400f67836')
[vert.x-eventloop-thread-0] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [1] as [BIGINT] - [1]
[vert.x-eventloop-thread-0] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [2] as [BIGINT] - [2]
[vert.x-eventloop-thread-0] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [3] as [BIGINT] - [3]
[vert.x-eventloop-thread-0] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [4] as [BIGINT] - [4]
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - select test0_.id as id1_0_, test0_.field as field2_0_, test0_.uu as uu3_0_ from test test0_ where test0_.id in ($1 , $2 , $3 , $4)
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - drop table if exists test cascade
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - drop table if exists test cascade
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - create table test (id int8 generated by default as identity, field varchar(255), uu uuid, primary key (id))
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - DROP TABLE IF EXISTS test
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - CREATE TABLE IF NOT EXISTS test (id BIGINT NOT NULL, field VARCHAR(10), uu UUID, PRIMARY KEY (id))
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (1, 'test1', '40e6215d-b5c6-4896-987c-f30f3678f608')
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (2, 'test2', '6ecd8c99-4036-403d-bf84-cf8400f67836')
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - select test0_.id as id1_0_, test0_.field as field2_0_, test0_.uu as uu3_0_ from test test0_ where test0_.field in (null)
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - drop table if exists test cascade
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - drop table if exists test cascade
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - create table test (id int8 generated by default as identity, field varchar(255), uu uuid, primary key (id))
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - DROP TABLE IF EXISTS test
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - CREATE TABLE IF NOT EXISTS test (id BIGINT NOT NULL, field VARCHAR(10), uu UUID, PRIMARY KEY (id))
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (1, 'test1', '40e6215d-b5c6-4896-987c-f30f3678f608')
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (2, 'test2', '6ecd8c99-4036-403d-bf84-cf8400f67836')
[vert.x-eventloop-thread-0] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [1] as [OTHER] - [40e6215d-b5c6-4896-987c-f30f3678f608]
[vert.x-eventloop-thread-0] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [2] as [OTHER] - [6ecd8c99-4036-403d-bf84-cf8400f67836]
[vert.x-eventloop-thread-0] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [3] as [OTHER] - [6366d53a-c35c-41b2-90ce-6c43b73490d9]
[vert.x-eventloop-thread-0] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [4] as [OTHER] - [37a55e88-5794-48d2-9805-0a44e6edb0b3]
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - select test0_.id as id1_0_, test0_.field as field2_0_, test0_.uu as uu3_0_ from test test0_ where test0_.uu in ($1 , $2 , $3 , $4)
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.01 s - in se.agreedskiing.hibernate.list.hibernate.reactive.ApplicationTest$test*list_query
[INFO] Running se.agreedskiing.hibernate.list.hibernate.reactive.ApplicationTest$test_optional_list_query
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - drop table if exists test cascade
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - drop table if exists test cascade
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - create table test (id int8 generated by default as identity, field varchar(255), uu uuid, primary key (id))
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - DROP TABLE IF EXISTS test
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - CREATE TABLE IF NOT EXISTS test (id BIGINT NOT NULL, field VARCHAR(10), uu UUID, PRIMARY KEY (id))
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (1, 'test1', '40e6215d-b5c6-4896-987c-f30f3678f608')
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (2, 'test2', '6ecd8c99-4036-403d-bf84-cf8400f67836')
[vert.x-eventloop-thread-0] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [1] as [OTHER] - [null]
[vert.x-eventloop-thread-0] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [2] as [OTHER] - [null]
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - select test0*.id as id1*0*, test0*.field as field2_0*, test0*.uu as uu3_0* from test test0* where coalesce($1) is not null or test0*.uu in ($2)
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - drop table if exists test cascade
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - drop table if exists test cascade
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - create table test (id int8 generated by default as identity, field varchar(255), uu uuid, primary key (id))
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - DROP TABLE IF EXISTS test
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - CREATE TABLE IF NOT EXISTS test (id BIGINT NOT NULL, field VARCHAR(10), uu UUID, PRIMARY KEY (id))
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (1, 'test1', '40e6215d-b5c6-4896-987c-f30f3678f608')
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (2, 'test2', '6ecd8c99-4036-403d-bf84-cf8400f67836')
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - select test0_.id as id1_0_, test0_.field as field2_0_, test0_.uu as uu3_0_ from test test0_ where coalesce(null) is not null or test0_.uu in (null)
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - drop table if exists test cascade
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - drop table if exists test cascade
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - create table test (id int8 generated by default as identity, field varchar(255), uu uuid, primary key (id))
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - DROP TABLE IF EXISTS test
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - CREATE TABLE IF NOT EXISTS test (id BIGINT NOT NULL, field VARCHAR(10), uu UUID, PRIMARY KEY (id))
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (1, 'test1', '40e6215d-b5c6-4896-987c-f30f3678f608')
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (2, 'test2', '6ecd8c99-4036-403d-bf84-cf8400f67836')
[vert.x-eventloop-thread-0] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [1] as [VARCHAR] - [null]
[vert.x-eventloop-thread-0] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [2] as [VARCHAR] - [null]
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - select test0_.id as id1_0_, test0_.field as field2_0_, test0_.uu as uu3_0_ from test test0_ where coalesce($1) is not null or test0_.field in ($2)
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - drop table if exists test cascade
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - drop table if exists test cascade
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - create table test (id int8 generated by default as identity, field varchar(255), uu uuid, primary key (id))
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - DROP TABLE IF EXISTS test
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - CREATE TABLE IF NOT EXISTS test (id BIGINT NOT NULL, field VARCHAR(10), uu UUID, PRIMARY KEY (id))
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (1, 'test1', '40e6215d-b5c6-4896-987c-f30f3678f608')
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (2, 'test2', '6ecd8c99-4036-403d-bf84-cf8400f67836')
[vert.x-eventloop-thread-0] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [1] as [BIGINT] - [null]
[vert.x-eventloop-thread-0] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [2] as [BIGINT] - [null]
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - select test0_.id as id1_0_, test0_.field as field2_0_, test0_.uu as uu3_0_ from test test0_ where coalesce($1) is not null or test0_.id in ($2)
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - drop table if exists test cascade
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - drop table if exists test cascade
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - create table test (id int8 generated by default as identity, field varchar(255), uu uuid, primary key (id))
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - DROP TABLE IF EXISTS test
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - CREATE TABLE IF NOT EXISTS test (id BIGINT NOT NULL, field VARCHAR(10), uu UUID, PRIMARY KEY (id))
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (1, 'test1', '40e6215d-b5c6-4896-987c-f30f3678f608')
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (2, 'test2', '6ecd8c99-4036-403d-bf84-cf8400f67836')
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - select test0_.id as id1_0_, test0_.field as field2_0_, test0_.uu as uu3_0_ from test test0_ where coalesce(null) is not null or test0_.id in (null)
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - drop table if exists test cascade
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - drop table if exists test cascade
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - create table test (id int8 generated by default as identity, field varchar(255), uu uuid, primary key (id))
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - DROP TABLE IF EXISTS test
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - CREATE TABLE IF NOT EXISTS test (id BIGINT NOT NULL, field VARCHAR(10), uu UUID, PRIMARY KEY (id))
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (1, 'test1', '40e6215d-b5c6-4896-987c-f30f3678f608')
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (2, 'test2', '6ecd8c99-4036-403d-bf84-cf8400f67836')
[vert.x-eventloop-thread-0] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [1] as [VARCHAR] - [test1]
[vert.x-eventloop-thread-0] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [2] as [VARCHAR] - [test2]
[vert.x-eventloop-thread-0] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [3] as [VARCHAR] - [test3]
[vert.x-eventloop-thread-0] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [4] as [VARCHAR] - [test4]
[vert.x-eventloop-thread-0] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [5] as [VARCHAR] - [test1]
[vert.x-eventloop-thread-0] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [6] as [VARCHAR] - [test2]
[vert.x-eventloop-thread-0] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [7] as [VARCHAR] - [test3]
[vert.x-eventloop-thread-0] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [8] as [VARCHAR] - [test4]
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - select test0_.id as id1_0_, test0_.field as field2_0_, test0_.uu as uu3_0_ from test test0_ where coalesce($1, $2, $3, $4) is not null or test0_.field in ($5 , $6 , $7 , $8)
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - drop table if exists test cascade
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - drop table if exists test cascade
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - create table test (id int8 generated by default as identity, field varchar(255), uu uuid, primary key (id))
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - DROP TABLE IF EXISTS test
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - CREATE TABLE IF NOT EXISTS test (id BIGINT NOT NULL, field VARCHAR(10), uu UUID, PRIMARY KEY (id))
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (1, 'test1', '40e6215d-b5c6-4896-987c-f30f3678f608')
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (2, 'test2', '6ecd8c99-4036-403d-bf84-cf8400f67836')
[vert.x-eventloop-thread-0] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [1] as [BIGINT] - [1]
[vert.x-eventloop-thread-0] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [2] as [BIGINT] - [2]
[vert.x-eventloop-thread-0] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [3] as [BIGINT] - [3]
[vert.x-eventloop-thread-0] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [4] as [BIGINT] - [4]
[vert.x-eventloop-thread-0] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [5] as [BIGINT] - [1]
[vert.x-eventloop-thread-0] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [6] as [BIGINT] - [2]
[vert.x-eventloop-thread-0] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [7] as [BIGINT] - [3]
[vert.x-eventloop-thread-0] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [8] as [BIGINT] - [4]
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - select test0_.id as id1_0_, test0_.field as field2_0_, test0_.uu as uu3_0_ from test test0_ where coalesce($1, $2, $3, $4) is not null or test0_.id in ($5 , $6 , $7 , $8)
[vert.x-eventloop-thread-0] ERROR org.hibernate.reactive.errors - HR000057: Failed to execute statement [select test0_.id as id1_0_, test0_.field as field2_0_, test0_.uu as uu3_0_ from test test0_ where coalesce($1, $2, $3, $4) is not null or test0_.id in ($5 , $6 , $7 , $8)]: could not execute query
java.util.concurrent.CompletionException: io.vertx.core.impl.NoStackTraceThrowable: Parameter at position[0] with class = [java.lang.Long] and value = [1] can not be coerced to the expected class = [java.lang.String] for encoding.
	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315)
	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320)
	at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:936)
	at java.base/java.util.concurrent.CompletableFuture$UniHandle.tryFire(CompletableFuture.java:911)
at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162)
at io.vertx.core.Future.lambda$toCompletionStage$3(Future.java:386)
	at io.vertx.core.impl.future.FutureImpl$3.onFailure(FutureImpl.java:153)
	at io.vertx.core.impl.future.FutureBase.emitFailure(FutureBase.java:75)
	at io.vertx.core.impl.future.FutureImpl.tryFail(FutureImpl.java:230)
	at io.vertx.core.impl.future.PromiseImpl.tryFail(PromiseImpl.java:23)
	at io.vertx.sqlclient.impl.QueryResultBuilder.tryFail(QueryResultBuilder.java:116)
	at io.vertx.core.Promise.fail(Promise.java:89)
	at io.vertx.core.Promise.handle(Promise.java:53)
	at io.vertx.core.Promise.handle(Promise.java:29)
	at io.vertx.core.impl.future.FutureImpl$3.onFailure(FutureImpl.java:153)
	at io.vertx.core.impl.future.FutureBase.lambda$emitFailure$1(FutureBase.java:69)
	at io.vertx.core.impl.EventLoopContext.execute(EventLoopContext.java:86)
	at io.vertx.core.impl.DuplicatedContext.execute(DuplicatedContext.java:163)
	at io.vertx.core.impl.future.FutureBase.emitFailure(FutureBase.java:66)
	at io.vertx.core.impl.future.FutureImpl.tryFail(FutureImpl.java:230)
	at io.vertx.core.impl.future.PromiseImpl.tryFail(PromiseImpl.java:23)
	at io.vertx.core.impl.future.PromiseImpl.onFailure(PromiseImpl.java:54)
	at io.vertx.core.impl.future.PromiseImpl.handle(PromiseImpl.java:43)
	at io.vertx.core.impl.future.PromiseImpl.handle(PromiseImpl.java:23)
	at io.vertx.sqlclient.impl.command.CommandBase.complete(CommandBase.java:42)
	at io.vertx.sqlclient.impl.command.CommandBase.fail(CommandBase.java:33)
	at io.vertx.sqlclient.impl.SocketConnectionBase.lambda$prepareCommand$4(SocketConnectionBase.java:266)
	at io.vertx.sqlclient.impl.command.CommandResponse.fire(CommandResponse.java:46)
	at io.vertx.sqlclient.impl.SocketConnectionBase.handleMessage(SocketConnectionBase.java:292)
	at io.vertx.pgclient.impl.PgSocketConnection.handleMessage(PgSocketConnection.java:97)
	at io.vertx.sqlclient.impl.SocketConnectionBase.lambda$init$0(SocketConnectionBase.java:105)
	at io.vertx.core.impl.EventLoopContext.emit(EventLoopContext.java:55)
	at io.vertx.core.impl.ContextBase.emit(ContextBase.java:239)
	at io.vertx.core.net.impl.NetSocketImpl.handleMessage(NetSocketImpl.java:378)
	at io.vertx.core.net.impl.ConnectionBase.read(ConnectionBase.java:158)
	at io.vertx.core.net.impl.VertxHandler.channelRead(VertxHandler.java:153)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
	at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436)
at io.vertx.pgclient.impl.codec.PgEncoder.lambda$write$0(PgEncoder.java:98)
	at io.vertx.pgclient.impl.codec.PgCommandCodec.handleReadyForQuery(PgCommandCodec.java:139)
	at io.vertx.pgclient.impl.codec.PrepareStatementCommandCodec.handleReadyForQuery(PrepareStatementCommandCodec.java:96)
	at io.vertx.pgclient.impl.codec.PgDecoder.decodeReadyForQuery(PgDecoder.java:237)
	at io.vertx.pgclient.impl.codec.PgDecoder.channelRead(PgDecoder.java:96)
	at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
	at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919)
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166)
	at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
	at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
	at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: io.vertx.core.impl.NoStackTraceThrowable: Parameter at position[0] with class = [java.lang.Long] and value = [1] can not be coerced to the expected class = [java.lang.String] for encoding.
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - drop table if exists test cascade
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - drop table if exists test cascade
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - create table test (id int8 generated by default as identity, field varchar(255), uu uuid, primary key (id))
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - DROP TABLE IF EXISTS test
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - CREATE TABLE IF NOT EXISTS test (id BIGINT NOT NULL, field VARCHAR(10), uu UUID, PRIMARY KEY (id))
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (1, 'test1', '40e6215d-b5c6-4896-987c-f30f3678f608')
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (2, 'test2', '6ecd8c99-4036-403d-bf84-cf8400f67836')
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - select test0_.id as id1_0_, test0_.field as field2_0_, test0_.uu as uu3_0_ from test test0_ where coalesce(null) is not null or test0_.field in (null)
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - drop table if exists test cascade
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - drop table if exists test cascade
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - create table test (id int8 generated by default as identity, field varchar(255), uu uuid, primary key (id))
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - DROP TABLE IF EXISTS test
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - CREATE TABLE IF NOT EXISTS test (id BIGINT NOT NULL, field VARCHAR(10), uu UUID, PRIMARY KEY (id))
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (1, 'test1', '40e6215d-b5c6-4896-987c-f30f3678f608')
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (2, 'test2', '6ecd8c99-4036-403d-bf84-cf8400f67836')
[vert.x-eventloop-thread-0] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [1] as [OTHER] - [40e6215d-b5c6-4896-987c-f30f3678f608]
[vert.x-eventloop-thread-0] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [2] as [OTHER] - [6ecd8c99-4036-403d-bf84-cf8400f67836]
[vert.x-eventloop-thread-0] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [3] as [OTHER] - [6366d53a-c35c-41b2-90ce-6c43b73490d9]
[vert.x-eventloop-thread-0] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [4] as [OTHER] - [37a55e88-5794-48d2-9805-0a44e6edb0b3]
[vert.x-eventloop-thread-0] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [5] as [OTHER] - [40e6215d-b5c6-4896-987c-f30f3678f608]
[vert.x-eventloop-thread-0] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [6] as [OTHER] - [6ecd8c99-4036-403d-bf84-cf8400f67836]
[vert.x-eventloop-thread-0] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [7] as [OTHER] - [6366d53a-c35c-41b2-90ce-6c43b73490d9]
[vert.x-eventloop-thread-0] TRACE o.h.type.descriptor.sql.BasicBinder - binding parameter [8] as [OTHER] - [37a55e88-5794-48d2-9805-0a44e6edb0b3]
[vert.x-eventloop-thread-0] DEBUG org.hibernate.SQL - select test0_.id as id1_0_, test0_.field as field2_0_, test0_.uu as uu3_0_ from test test0_ where coalesce($1, $2, $3, $4) is not null or test0_.uu in ($5 , $6 , $7 , $8)
[vert.x-eventloop-thread-0] ERROR org.hibernate.reactive.errors - HR000057: Failed to execute statement [select test0_.id as id1_0_, test0_.field as field2_0_, test0_.uu as uu3_0_ from test test0_ where coalesce($1, $2, $3, $4) is not null or test0_.uu in ($5 , $6 , $7 , $8)]: could not execute query
java.util.concurrent.CompletionException: io.vertx.core.impl.NoStackTraceThrowable: Parameter at position[0] with class = [java.util.UUID] and value = [40e6215d-b5c6-4896-987c-f30f3678f608] can not be coerced to the expected class = [java.lang.String] for encoding.
	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315)
	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320)
	at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:936)
	at java.base/java.util.concurrent.CompletableFuture$UniHandle.tryFire(CompletableFuture.java:911)
at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162)
at io.vertx.core.Future.lambda$toCompletionStage$3(Future.java:386)
	at io.vertx.core.impl.future.FutureImpl$3.onFailure(FutureImpl.java:153)
	at io.vertx.core.impl.future.FutureBase.emitFailure(FutureBase.java:75)
	at io.vertx.core.impl.future.FutureImpl.tryFail(FutureImpl.java:230)
	at io.vertx.core.impl.future.PromiseImpl.tryFail(PromiseImpl.java:23)
	at io.vertx.sqlclient.impl.QueryResultBuilder.tryFail(QueryResultBuilder.java:116)
	at io.vertx.core.Promise.fail(Promise.java:89)
	at io.vertx.core.Promise.handle(Promise.java:53)
	at io.vertx.core.Promise.handle(Promise.java:29)
	at io.vertx.core.impl.future.FutureImpl$3.onFailure(FutureImpl.java:153)
	at io.vertx.core.impl.future.FutureBase.lambda$emitFailure$1(FutureBase.java:69)
	at io.vertx.core.impl.EventLoopContext.execute(EventLoopContext.java:86)
	at io.vertx.core.impl.DuplicatedContext.execute(DuplicatedContext.java:163)
	at io.vertx.core.impl.future.FutureBase.emitFailure(FutureBase.java:66)
	at io.vertx.core.impl.future.FutureImpl.tryFail(FutureImpl.java:230)
	at io.vertx.core.impl.future.PromiseImpl.tryFail(PromiseImpl.java:23)
	at io.vertx.core.impl.future.PromiseImpl.onFailure(PromiseImpl.java:54)
	at io.vertx.core.impl.future.PromiseImpl.handle(PromiseImpl.java:43)
	at io.vertx.core.impl.future.PromiseImpl.handle(PromiseImpl.java:23)
	at io.vertx.sqlclient.impl.command.CommandBase.complete(CommandBase.java:42)
	at io.vertx.sqlclient.impl.command.CommandBase.fail(CommandBase.java:33)
	at io.vertx.sqlclient.impl.SocketConnectionBase.lambda$prepareCommand$4(SocketConnectionBase.java:266)
	at io.vertx.sqlclient.impl.command.CommandResponse.fire(CommandResponse.java:46)
	at io.vertx.sqlclient.impl.SocketConnectionBase.handleMessage(SocketConnectionBase.java:292)
	at io.vertx.pgclient.impl.PgSocketConnection.handleMessage(PgSocketConnection.java:97)
	at io.vertx.sqlclient.impl.SocketConnectionBase.lambda$init$0(SocketConnectionBase.java:105)
	at io.vertx.core.impl.EventLoopContext.emit(EventLoopContext.java:55)
	at io.vertx.core.impl.ContextBase.emit(ContextBase.java:239)
	at io.vertx.core.net.impl.NetSocketImpl.handleMessage(NetSocketImpl.java:378)
	at io.vertx.core.net.impl.ConnectionBase.read(ConnectionBase.java:158)
	at io.vertx.core.net.impl.VertxHandler.channelRead(VertxHandler.java:153)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
	at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436)
at io.vertx.pgclient.impl.codec.PgEncoder.lambda$write$0(PgEncoder.java:98)
	at io.vertx.pgclient.impl.codec.PgCommandCodec.handleReadyForQuery(PgCommandCodec.java:139)
	at io.vertx.pgclient.impl.codec.PrepareStatementCommandCodec.handleReadyForQuery(PrepareStatementCommandCodec.java:96)
	at io.vertx.pgclient.impl.codec.PgDecoder.decodeReadyForQuery(PgDecoder.java:237)
	at io.vertx.pgclient.impl.codec.PgDecoder.channelRead(PgDecoder.java:96)
	at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
	at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919)
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166)
	at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
	at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
	at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: io.vertx.core.impl.NoStackTraceThrowable: Parameter at position[0] with class = [java.util.UUID] and value = [40e6215d-b5c6-4896-987c-f30f3678f608] can not be coerced to the expected class = [java.lang.String] for encoding.
[ERROR] Tests run: 9, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.671 s <<< FAILURE! - in se.agreedskiing.hibernate.list.hibernate.reactive.ApplicationTest$test_optional_list_query
[ERROR] se.agreedskiing.hibernate.list.hibernate.reactive.ApplicationTest$test_optional_list_query.get_a_list_through_IDs_containt_values  Time elapsed: 0.053 s  <<< FAILURE!
java.lang.AssertionError: Expected an item event but got a failure: io.vertx.core.impl.NoStackTraceThrowable: Parameter at position[0] with class = [java.lang.Long] and value = [1] can not be coerced to the expected class = [java.lang.String] for encoding.
	at io.smallrye.mutiny.helpers.test.UniAssertSubscriber.awaitItem(UniAssertSubscriber.java:165)
	at io.smallrye.mutiny.helpers.test.UniAssertSubscriber.awaitItem(UniAssertSubscriber.java:143)
	at se.agreedskiing.hibernate.list.hibernate.reactive.ApplicationTest$test_optional_list_query.get_a_list_through_IDs_containt_values(ApplicationTest.java:35)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:217)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:147)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:127)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:90)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:55)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:102)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:55)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:223)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:175)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:139)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)

[ERROR] se.agreedskiing.hibernate.list.hibernate.reactive.ApplicationTest$test_optional_list_query.get_a_list_through_UUIDs_containt_values  Time elapsed: 0.165 s  <<< FAILURE!
java.lang.AssertionError: Expected an item event but got a failure: io.vertx.core.impl.NoStackTraceThrowable: Parameter at position[0] with class = [java.util.UUID] and value = [40e6215d-b5c6-4896-987c-f30f3678f608] can not be coerced to the expected class = [java.lang.String] for encoding.
	at io.smallrye.mutiny.helpers.test.UniAssertSubscriber.awaitItem(UniAssertSubscriber.java:165)
	at io.smallrye.mutiny.helpers.test.UniAssertSubscriber.awaitItem(UniAssertSubscriber.java:143)
	at se.agreedskiing.hibernate.list.hibernate.reactive.ApplicationTest$test_optional_list_query.get_a_list_through_UUIDs_containt_values(ApplicationTest.java:101)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:217)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:147)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:127)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:90)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:55)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:102)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:55)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:223)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:175)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:139)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)

[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.019 s - in se.agreedskiing.hibernate.list.hibernate.reactive.ApplicationTest
[INFO]
[INFO] Results:
[INFO]
[ERROR] Failures:
[ERROR] ApplicationTest$test_optional_list_query.get_a_list_through_IDs_containt_values:35 Expected an item event but got a failure: io.vertx.core.impl.NoStackTraceThrowable: Parameter at position[0] with class = [java.lang.Long] and value = [1] can not be coerced to the expected class = [java.lang.String] for encoding.
[ERROR]   ApplicationTest$test_optional_list_query.get_a_list_through_UUIDs_containt_values:101 Expected an item event but got a failure: io.vertx.core.impl.NoStackTraceThrowable: Parameter at position[0] with class = [java.util.UUID] and value = [40e6215d-b5c6-4896-987c-f30f3678f608] can not be coerced to the expected class = [java.lang.String] for encoding.
[INFO]
[ERROR] Tests run: 18, Failures: 2, Errors: 0, Skipped: 0

Hibernate ORM 6

[INFO] ----------< se.agreedskiing.hibernate.list:hibernate-orm-six >----------
[INFO] Building Hibernate ORM 6 1.0.0-SNAPSHOT                            [3/4]
[INFO]   from hibernate-orm-six/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ hibernate-orm-six ---
[INFO] Deleting /home/eriase/repos/Hibenate-empty-optional-test/hibernate-orm-six/target
[INFO]
[INFO] --- resources:3.3.0:resources (default-resources) @ hibernate-orm-six ---
[INFO] Copying 3 resources
[INFO]
[INFO] --- compiler:3.10.1:compile (default-compile) @ hibernate-orm-six ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/eriase/repos/Hibenate-empty-optional-test/hibernate-orm-six/target/classes
[INFO]
[INFO] --- resources:3.3.0:testResources (default-testResources) @ hibernate-orm-six ---
[INFO] skip non existing resourceDirectory /home/eriase/repos/Hibenate-empty-optional-test/hibernate-orm-six/src/test/resources
[INFO]
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ hibernate-orm-six ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /home/eriase/repos/Hibenate-empty-optional-test/hibernate-orm-six/target/test-classes
[INFO]
[INFO] --- surefire:3.0.0-M9:test (default-test) @ hibernate-orm-six ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO]
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running se.agreedskiing.hibernate.list.hibernate.six.ApplicationTest
[INFO] Running se.agreedskiing.hibernate.list.hibernate.six.ApplicationTest$test_list_query_
[main] DEBUG org.hibernate.SQL - drop table if exists test cascade
[main] DEBUG org.hibernate.SQL - create table test (id bigserial not null, field varchar(255), uu uuid, primary key (id))
[main] DEBUG org.hibernate.SQL - DROP TABLE IF EXISTS test
[main] DEBUG org.hibernate.SQL - CREATE TABLE IF NOT EXISTS test (id BIGINT NOT NULL, field VARCHAR(10), uu UUID, PRIMARY KEY (id))
[main] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (1, 'test1', '40e6215d-b5c6-4896-987c-f30f3678f608')
[main] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (2, 'test2', '6ecd8c99-4036-403d-bf84-cf8400f67836')
[main] DEBUG org.hibernate.SQL - select t1_0.id,t1_0.field,t1_0.uu from test t1_0 where t1_0.uu in(?)
[main] DEBUG org.hibernate.SQL - drop table if exists test cascade
[main] DEBUG org.hibernate.SQL - create table test (id bigserial not null, field varchar(255), uu uuid, primary key (id))
[main] DEBUG org.hibernate.SQL - DROP TABLE IF EXISTS test
[main] DEBUG org.hibernate.SQL - CREATE TABLE IF NOT EXISTS test (id BIGINT NOT NULL, field VARCHAR(10), uu UUID, PRIMARY KEY (id))
[main] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (1, 'test1', '40e6215d-b5c6-4896-987c-f30f3678f608')
[main] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (2, 'test2', '6ecd8c99-4036-403d-bf84-cf8400f67836')
[main] DEBUG org.hibernate.SQL - select t1_0.id,t1_0.field,t1_0.uu from test t1_0 where 1=0
[main] DEBUG org.hibernate.SQL - drop table if exists test cascade
[main] DEBUG org.hibernate.SQL - create table test (id bigserial not null, field varchar(255), uu uuid, primary key (id))
[main] DEBUG org.hibernate.SQL - DROP TABLE IF EXISTS test
[main] DEBUG org.hibernate.SQL - CREATE TABLE IF NOT EXISTS test (id BIGINT NOT NULL, field VARCHAR(10), uu UUID, PRIMARY KEY (id))
[main] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (1, 'test1', '40e6215d-b5c6-4896-987c-f30f3678f608')
[main] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (2, 'test2', '6ecd8c99-4036-403d-bf84-cf8400f67836')
[main] DEBUG org.hibernate.SQL - select t1_0.id,t1_0.field,t1_0.uu from test t1_0 where t1_0.field in(?)
[main] DEBUG org.hibernate.SQL - drop table if exists test cascade
[main] DEBUG org.hibernate.SQL - create table test (id bigserial not null, field varchar(255), uu uuid, primary key (id))
[main] DEBUG org.hibernate.SQL - DROP TABLE IF EXISTS test
[main] DEBUG org.hibernate.SQL - CREATE TABLE IF NOT EXISTS test (id BIGINT NOT NULL, field VARCHAR(10), uu UUID, PRIMARY KEY (id))
[main] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (1, 'test1', '40e6215d-b5c6-4896-987c-f30f3678f608')
[main] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (2, 'test2', '6ecd8c99-4036-403d-bf84-cf8400f67836')
[main] DEBUG org.hibernate.SQL - select t1_0.id,t1_0.field,t1_0.uu from test t1_0 where t1_0.id in(?)
[main] DEBUG org.hibernate.SQL - drop table if exists test cascade
[main] DEBUG org.hibernate.SQL - create table test (id bigserial not null, field varchar(255), uu uuid, primary key (id))
[main] DEBUG org.hibernate.SQL - DROP TABLE IF EXISTS test
[main] DEBUG org.hibernate.SQL - CREATE TABLE IF NOT EXISTS test (id BIGINT NOT NULL, field VARCHAR(10), uu UUID, PRIMARY KEY (id))
[main] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (1, 'test1', '40e6215d-b5c6-4896-987c-f30f3678f608')
[main] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (2, 'test2', '6ecd8c99-4036-403d-bf84-cf8400f67836')
[main] DEBUG org.hibernate.SQL - select t1_0.id,t1_0.field,t1_0.uu from test t1_0 where 1=0
[main] DEBUG org.hibernate.SQL - drop table if exists test cascade
[main] DEBUG org.hibernate.SQL - create table test (id bigserial not null, field varchar(255), uu uuid, primary key (id))
[main] DEBUG org.hibernate.SQL - DROP TABLE IF EXISTS test
[main] DEBUG org.hibernate.SQL - CREATE TABLE IF NOT EXISTS test (id BIGINT NOT NULL, field VARCHAR(10), uu UUID, PRIMARY KEY (id))
[main] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (1, 'test1', '40e6215d-b5c6-4896-987c-f30f3678f608')
[main] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (2, 'test2', '6ecd8c99-4036-403d-bf84-cf8400f67836')
[main] DEBUG org.hibernate.SQL - select t1_0.id,t1_0.field,t1_0.uu from test t1_0 where t1_0.field in(?,?,?,?)
[main] DEBUG org.hibernate.SQL - drop table if exists test cascade
[main] DEBUG org.hibernate.SQL - create table test (id bigserial not null, field varchar(255), uu uuid, primary key (id))
[main] DEBUG org.hibernate.SQL - DROP TABLE IF EXISTS test
[main] DEBUG org.hibernate.SQL - CREATE TABLE IF NOT EXISTS test (id BIGINT NOT NULL, field VARCHAR(10), uu UUID, PRIMARY KEY (id))
[main] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (1, 'test1', '40e6215d-b5c6-4896-987c-f30f3678f608')
[main] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (2, 'test2', '6ecd8c99-4036-403d-bf84-cf8400f67836')
[main] DEBUG org.hibernate.SQL - select t1_0.id,t1_0.field,t1_0.uu from test t1_0 where t1_0.id in(?,?,?,?)
[main] DEBUG org.hibernate.SQL - drop table if exists test cascade
[main] DEBUG org.hibernate.SQL - create table test (id bigserial not null, field varchar(255), uu uuid, primary key (id))
[main] DEBUG org.hibernate.SQL - DROP TABLE IF EXISTS test
[main] DEBUG org.hibernate.SQL - CREATE TABLE IF NOT EXISTS test (id BIGINT NOT NULL, field VARCHAR(10), uu UUID, PRIMARY KEY (id))
[main] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (1, 'test1', '40e6215d-b5c6-4896-987c-f30f3678f608')
[main] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (2, 'test2', '6ecd8c99-4036-403d-bf84-cf8400f67836')
[main] DEBUG org.hibernate.SQL - select t1_0.id,t1_0.field,t1_0.uu from test t1_0 where 1=0
[main] DEBUG org.hibernate.SQL - drop table if exists test cascade
[main] DEBUG org.hibernate.SQL - create table test (id bigserial not null, field varchar(255), uu uuid, primary key (id))
[main] DEBUG org.hibernate.SQL - DROP TABLE IF EXISTS test
[main] DEBUG org.hibernate.SQL - CREATE TABLE IF NOT EXISTS test (id BIGINT NOT NULL, field VARCHAR(10), uu UUID, PRIMARY KEY (id))
[main] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (1, 'test1', '40e6215d-b5c6-4896-987c-f30f3678f608')
[main] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (2, 'test2', '6ecd8c99-4036-403d-bf84-cf8400f67836')
[main] DEBUG org.hibernate.SQL - select t1_0.id,t1_0.field,t1_0.uu from test t1_0 where t1_0.uu in(?,?,?,?)
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.744 s - in se.agreedskiing.hibernate.list.hibernate.six.ApplicationTest$test_list_query_
[INFO] Running se.agreedskiing.hibernate.list.hibernate.six.ApplicationTest$test_optional_list_query_
[main] DEBUG org.hibernate.SQL - drop table if exists test cascade
[main] DEBUG org.hibernate.SQL - create table test (id bigserial not null, field varchar(255), uu uuid, primary key (id))
[main] DEBUG org.hibernate.SQL - DROP TABLE IF EXISTS test
[main] DEBUG org.hibernate.SQL - CREATE TABLE IF NOT EXISTS test (id BIGINT NOT NULL, field VARCHAR(10), uu UUID, PRIMARY KEY (id))
[main] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (1, 'test1', '40e6215d-b5c6-4896-987c-f30f3678f608')
[main] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (2, 'test2', '6ecd8c99-4036-403d-bf84-cf8400f67836')
[main] DEBUG org.hibernate.SQL - select t1_0.id,t1_0.field,t1_0.uu from test t1_0 where (coalesce(?) is not null or t1_0.uu in(?))
[main] DEBUG org.hibernate.SQL - drop table if exists test cascade
[main] DEBUG org.hibernate.SQL - create table test (id bigserial not null, field varchar(255), uu uuid, primary key (id))
[main] DEBUG org.hibernate.SQL - DROP TABLE IF EXISTS test
[main] DEBUG org.hibernate.SQL - CREATE TABLE IF NOT EXISTS test (id BIGINT NOT NULL, field VARCHAR(10), uu UUID, PRIMARY KEY (id))
[main] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (1, 'test1', '40e6215d-b5c6-4896-987c-f30f3678f608')
[main] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (2, 'test2', '6ecd8c99-4036-403d-bf84-cf8400f67836')
[main] DEBUG org.hibernate.SQL - select t1_0.id,t1_0.field,t1_0.uu from test t1_0 where (coalesce(()) is not null or 1=0)
[main] ERROR o.h.e.jdbc.spi.SqlExceptionHelper - ERROR: syntax error at or near ")"
  Position: 67
[main] DEBUG org.hibernate.SQL - drop table if exists test cascade
[main] DEBUG org.hibernate.SQL - create table test (id bigserial not null, field varchar(255), uu uuid, primary key (id))
[main] DEBUG org.hibernate.SQL - DROP TABLE IF EXISTS test
[main] DEBUG org.hibernate.SQL - CREATE TABLE IF NOT EXISTS test (id BIGINT NOT NULL, field VARCHAR(10), uu UUID, PRIMARY KEY (id))
[main] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (1, 'test1', '40e6215d-b5c6-4896-987c-f30f3678f608')
[main] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (2, 'test2', '6ecd8c99-4036-403d-bf84-cf8400f67836')
[main] DEBUG org.hibernate.SQL - select t1_0.id,t1_0.field,t1_0.uu from test t1_0 where (coalesce(?) is not null or t1_0.field in(?))
[main] DEBUG org.hibernate.SQL - drop table if exists test cascade
[main] DEBUG org.hibernate.SQL - create table test (id bigserial not null, field varchar(255), uu uuid, primary key (id))
[main] DEBUG org.hibernate.SQL - DROP TABLE IF EXISTS test
[main] DEBUG org.hibernate.SQL - CREATE TABLE IF NOT EXISTS test (id BIGINT NOT NULL, field VARCHAR(10), uu UUID, PRIMARY KEY (id))
[main] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (1, 'test1', '40e6215d-b5c6-4896-987c-f30f3678f608')
[main] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (2, 'test2', '6ecd8c99-4036-403d-bf84-cf8400f67836')
[main] DEBUG org.hibernate.SQL - select t1_0.id,t1_0.field,t1_0.uu from test t1_0 where (coalesce(?) is not null or t1_0.id in(?))
[main] DEBUG org.hibernate.SQL - drop table if exists test cascade
[main] DEBUG org.hibernate.SQL - create table test (id bigserial not null, field varchar(255), uu uuid, primary key (id))
[main] DEBUG org.hibernate.SQL - DROP TABLE IF EXISTS test
[main] DEBUG org.hibernate.SQL - CREATE TABLE IF NOT EXISTS test (id BIGINT NOT NULL, field VARCHAR(10), uu UUID, PRIMARY KEY (id))
[main] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (1, 'test1', '40e6215d-b5c6-4896-987c-f30f3678f608')
[main] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (2, 'test2', '6ecd8c99-4036-403d-bf84-cf8400f67836')
[main] DEBUG org.hibernate.SQL - select t1_0.id,t1_0.field,t1_0.uu from test t1_0 where (coalesce(()) is not null or 1=0)
[main] ERROR o.h.e.jdbc.spi.SqlExceptionHelper - ERROR: syntax error at or near ")"
  Position: 67
[main] DEBUG org.hibernate.SQL - drop table if exists test cascade
[main] DEBUG org.hibernate.SQL - create table test (id bigserial not null, field varchar(255), uu uuid, primary key (id))
[main] DEBUG org.hibernate.SQL - DROP TABLE IF EXISTS test
[main] DEBUG org.hibernate.SQL - CREATE TABLE IF NOT EXISTS test (id BIGINT NOT NULL, field VARCHAR(10), uu UUID, PRIMARY KEY (id))
[main] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (1, 'test1', '40e6215d-b5c6-4896-987c-f30f3678f608')
[main] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (2, 'test2', '6ecd8c99-4036-403d-bf84-cf8400f67836')
[main] DEBUG org.hibernate.SQL - select t1_0.id,t1_0.field,t1_0.uu from test t1_0 where (coalesce((?,?,?,?)) is not null or t1_0.field in(?,?,?,?))
[main] DEBUG org.hibernate.SQL - drop table if exists test cascade
[main] DEBUG org.hibernate.SQL - create table test (id bigserial not null, field varchar(255), uu uuid, primary key (id))
[main] DEBUG org.hibernate.SQL - DROP TABLE IF EXISTS test
[main] DEBUG org.hibernate.SQL - CREATE TABLE IF NOT EXISTS test (id BIGINT NOT NULL, field VARCHAR(10), uu UUID, PRIMARY KEY (id))
[main] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (1, 'test1', '40e6215d-b5c6-4896-987c-f30f3678f608')
[main] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (2, 'test2', '6ecd8c99-4036-403d-bf84-cf8400f67836')
[main] DEBUG org.hibernate.SQL - select t1_0.id,t1_0.field,t1_0.uu from test t1_0 where (coalesce((?,?,?,?)) is not null or t1_0.id in(?,?,?,?))
[main] DEBUG org.hibernate.SQL - drop table if exists test cascade
[main] DEBUG org.hibernate.SQL - create table test (id bigserial not null, field varchar(255), uu uuid, primary key (id))
[main] DEBUG org.hibernate.SQL - DROP TABLE IF EXISTS test
[main] DEBUG org.hibernate.SQL - CREATE TABLE IF NOT EXISTS test (id BIGINT NOT NULL, field VARCHAR(10), uu UUID, PRIMARY KEY (id))
[main] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (1, 'test1', '40e6215d-b5c6-4896-987c-f30f3678f608')
[main] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (2, 'test2', '6ecd8c99-4036-403d-bf84-cf8400f67836')
[main] DEBUG org.hibernate.SQL - select t1_0.id,t1_0.field,t1_0.uu from test t1_0 where (coalesce(()) is not null or 1=0)
[main] ERROR o.h.e.jdbc.spi.SqlExceptionHelper - ERROR: syntax error at or near ")"
  Position: 67
[main] DEBUG org.hibernate.SQL - drop table if exists test cascade
[main] DEBUG org.hibernate.SQL - create table test (id bigserial not null, field varchar(255), uu uuid, primary key (id))
[main] DEBUG org.hibernate.SQL - DROP TABLE IF EXISTS test
[main] DEBUG org.hibernate.SQL - CREATE TABLE IF NOT EXISTS test (id BIGINT NOT NULL, field VARCHAR(10), uu UUID, PRIMARY KEY (id))
[main] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (1, 'test1', '40e6215d-b5c6-4896-987c-f30f3678f608')
[main] DEBUG org.hibernate.SQL - INSERT INTO test (id, field, uu) VALUES (2, 'test2', '6ecd8c99-4036-403d-bf84-cf8400f67836')
[main] DEBUG org.hibernate.SQL - select t1_0.id,t1_0.field,t1_0.uu from test t1_0 where (coalesce((?,?,?,?)) is not null or t1_0.uu in(?,?,?,?))
[ERROR] Tests run: 9, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 0.627 s <<< FAILURE! - in se.agreedskiing.hibernate.list.hibernate.six.ApplicationTest$test_optional_list_query_
[ERROR] se.agreedskiing.hibernate.list.hibernate.six.ApplicationTest$test_optional_list_query_.get_an_empty_list_through_UUIDs  Time elapsed: 0.061 s  <<< FAILURE!
org.opentest4j.AssertionFailedError: Query failed with an exception instead of working
	at org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:42)
	at org.junit.jupiter.api.Assertions.fail(Assertions.java:147)
	at se.agreedskiing.hibernate.list.hibernate.six.ApplicationTest$test_optional_list_query_.get_an_empty_list_through_UUIDs(ApplicationTest.java:105)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:217)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:147)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:127)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:90)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:55)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:102)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
	at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:55)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:223)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:175)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:139)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
Caused by: jakarta.persistence.PersistenceException: Converting `org.hibernate.exception.SQLGrammarException` to JPA `PersistenceException` : JDBC exception executing SQL [select t1_0.id,t1_0.field,t1_0.uu from test t1_0 where (coalesce(()) is not null or 1=0)]
	at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:165)
	at org.hibernate.query.spi.AbstractSelectionQuery.list(AbstractSelectionQuery.java:374)
	at org.hibernate.query.sqm.internal.QuerySqmImpl.list(QuerySqmImpl.java:1073)
	at org.hibernate.query.Query.getResultList(Query.java:94)
	at se.agreedskiing.hibernate.list.hibernate.six.Application.queryOptionalUUIDs(Application.java:146)
	at se.agreedskiing.hibernate.list.hibernate.six.Application.emptyListOfUUIDs(Application.java:76)
	at se.agreedskiing.hibernate.list.hibernate.six.ApplicationTest$test_optional_list_query_.get_an_empty_list_through_UUIDs(ApplicationTest.java:102)
	... 81 more
Caused by: org.hibernate.exception.SQLGrammarException: JDBC exception executing SQL [select t1_0.id,t1_0.field,t1_0.uu from test t1_0 where (coalesce(()) is not null or 1=0)]
	at org.hibernate.exception.internal.SQLStateConversionDelegate.convert(SQLStateConversionDelegate.java:89)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:56)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:109)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:95)
	at org.hibernate.sql.results.jdbc.internal.DeferredResultSetAccess.executeQuery(DeferredResultSetAccess.java:253)
	at org.hibernate.sql.results.jdbc.internal.DeferredResultSetAccess.getResultSet(DeferredResultSetAccess.java:146)
	at org.hibernate.sql.results.jdbc.internal.JdbcValuesResultSetImpl.advanceNext(JdbcValuesResultSetImpl.java:205)
	at org.hibernate.sql.results.jdbc.internal.JdbcValuesResultSetImpl.processNext(JdbcValuesResultSetImpl.java:85)
	at org.hibernate.sql.results.jdbc.internal.AbstractJdbcValues.next(AbstractJdbcValues.java:29)
	at org.hibernate.sql.results.internal.RowProcessingStateStandardImpl.next(RowProcessingStateStandardImpl.java:88)
	at org.hibernate.sql.results.spi.ListResultsConsumer.consume(ListResultsConsumer.java:197)
	at org.hibernate.sql.results.spi.ListResultsConsumer.consume(ListResultsConsumer.java:33)
	at org.hibernate.sql.exec.internal.JdbcSelectExecutorStandardImpl.doExecuteQuery(JdbcSelectExecutorStandardImpl.java:443)
	at org.hibernate.sql.exec.internal.JdbcSelectExecutorStandardImpl.executeQuery(JdbcSelectExecutorStandardImpl.java:166)
	at org.hibernate.sql.exec.internal.JdbcSelectExecutorStandardImpl.list(JdbcSelectExecutorStandardImpl.java:91)
	at org.hibernate.sql.exec.spi.JdbcSelectExecutor.list(JdbcSelectExecutor.java:31)
	at org.hibernate.query.sqm.internal.ConcreteSqmSelectQueryPlan.lambda$new$0(ConcreteSqmSelectQueryPlan.java:113)
	at org.hibernate.query.sqm.internal.ConcreteSqmSelectQueryPlan.withCacheableSqmInterpretation(ConcreteSqmSelectQueryPlan.java:335)
	at org.hibernate.query.sqm.internal.ConcreteSqmSelectQueryPlan.performList(ConcreteSqmSelectQueryPlan.java:276)
	at org.hibernate.query.sqm.internal.QuerySqmImpl.doList(QuerySqmImpl.java:571)
	at org.hibernate.query.spi.AbstractSelectionQuery.list(AbstractSelectionQuery.java:363)
	... 86 more
Caused by: org.postgresql.util.PSQLException: ERROR: syntax error at or near ")"
  Position: 67
	at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2676)
	at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2366)
	at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:356)
	at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:496)
	at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:413)
	at org.postgresql.jdbc.PgPreparedStatement.executeWithFlags(PgPreparedStatement.java:190)
	at org.postgresql.jdbc.PgPreparedStatement.executeQuery(PgPreparedStatement.java:134)
	at org.hibernate.sql.results.jdbc.internal.DeferredResultSetAccess.executeQuery(DeferredResultSetAccess.java:217)
	... 102 more

[ERROR] se.agreedskiing.hibernate.list.hibernate.six.ApplicationTest$test_optional_list_query_.get_an_empty_list_through_IDs  Time elapsed: 0.053 s  <<< FAILURE!
org.opentest4j.AssertionFailedError: Query failed with an exception instead of working
	at org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:42)
	at org.junit.jupiter.api.Assertions.fail(Assertions.java:147)
	at se.agreedskiing.hibernate.list.hibernate.six.ApplicationTest$test_optional_list_query_.get_an_empty_list_through_IDs(ApplicationTest.java:45)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:217)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:147)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:127)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:90)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:55)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:102)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
	at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:55)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:223)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:175)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:139)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
Caused by: jakarta.persistence.PersistenceException: Converting `org.hibernate.exception.SQLGrammarException` to JPA `PersistenceException` : JDBC exception executing SQL [select t1_0.id,t1_0.field,t1_0.uu from test t1_0 where (coalesce(()) is not null or 1=0)]
	at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:165)
	at org.hibernate.query.spi.AbstractSelectionQuery.list(AbstractSelectionQuery.java:374)
	at org.hibernate.query.sqm.internal.QuerySqmImpl.list(QuerySqmImpl.java:1073)
	at org.hibernate.query.Query.getResultList(Query.java:94)
	at se.agreedskiing.hibernate.list.hibernate.six.Application.queryOptionalLongs(Application.java:129)
	at se.agreedskiing.hibernate.list.hibernate.six.Application.emptyListOfLongs(Application.java:46)
	at se.agreedskiing.hibernate.list.hibernate.six.ApplicationTest$test_optional_list_query_.get_an_empty_list_through_IDs(ApplicationTest.java:42)
	... 81 more
Caused by: org.hibernate.exception.SQLGrammarException: JDBC exception executing SQL [select t1_0.id,t1_0.field,t1_0.uu from test t1_0 where (coalesce(()) is not null or 1=0)]
	at org.hibernate.exception.internal.SQLStateConversionDelegate.convert(SQLStateConversionDelegate.java:89)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:56)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:109)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:95)
	at org.hibernate.sql.results.jdbc.internal.DeferredResultSetAccess.executeQuery(DeferredResultSetAccess.java:253)
	at org.hibernate.sql.results.jdbc.internal.DeferredResultSetAccess.getResultSet(DeferredResultSetAccess.java:146)
	at org.hibernate.sql.results.jdbc.internal.JdbcValuesResultSetImpl.advanceNext(JdbcValuesResultSetImpl.java:205)
	at org.hibernate.sql.results.jdbc.internal.JdbcValuesResultSetImpl.processNext(JdbcValuesResultSetImpl.java:85)
	at org.hibernate.sql.results.jdbc.internal.AbstractJdbcValues.next(AbstractJdbcValues.java:29)
	at org.hibernate.sql.results.internal.RowProcessingStateStandardImpl.next(RowProcessingStateStandardImpl.java:88)
	at org.hibernate.sql.results.spi.ListResultsConsumer.consume(ListResultsConsumer.java:197)
	at org.hibernate.sql.results.spi.ListResultsConsumer.consume(ListResultsConsumer.java:33)
	at org.hibernate.sql.exec.internal.JdbcSelectExecutorStandardImpl.doExecuteQuery(JdbcSelectExecutorStandardImpl.java:443)
	at org.hibernate.sql.exec.internal.JdbcSelectExecutorStandardImpl.executeQuery(JdbcSelectExecutorStandardImpl.java:166)
	at org.hibernate.sql.exec.internal.JdbcSelectExecutorStandardImpl.list(JdbcSelectExecutorStandardImpl.java:91)
	at org.hibernate.sql.exec.spi.JdbcSelectExecutor.list(JdbcSelectExecutor.java:31)
	at org.hibernate.query.sqm.internal.ConcreteSqmSelectQueryPlan.lambda$new$0(ConcreteSqmSelectQueryPlan.java:113)
	at org.hibernate.query.sqm.internal.ConcreteSqmSelectQueryPlan.withCacheableSqmInterpretation(ConcreteSqmSelectQueryPlan.java:335)
	at org.hibernate.query.sqm.internal.ConcreteSqmSelectQueryPlan.performList(ConcreteSqmSelectQueryPlan.java:276)
	at org.hibernate.query.sqm.internal.QuerySqmImpl.doList(QuerySqmImpl.java:571)
	at org.hibernate.query.spi.AbstractSelectionQuery.list(AbstractSelectionQuery.java:363)
	... 86 more
Caused by: org.postgresql.util.PSQLException: ERROR: syntax error at or near ")"
  Position: 67
	at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2676)
	at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2366)
	at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:356)
	at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:496)
	at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:413)
	at org.postgresql.jdbc.PgPreparedStatement.executeWithFlags(PgPreparedStatement.java:190)
	at org.postgresql.jdbc.PgPreparedStatement.executeQuery(PgPreparedStatement.java:134)
	at org.hibernate.sql.results.jdbc.internal.DeferredResultSetAccess.executeQuery(DeferredResultSetAccess.java:217)
	... 102 more

[ERROR] se.agreedskiing.hibernate.list.hibernate.six.ApplicationTest$test_optional_list_query_.get_an_empty_list_through_Strings  Time elapsed: 0.046 s  <<< FAILURE!
org.opentest4j.AssertionFailedError: Query failed with an exception instead of working
	at org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:42)
	at org.junit.jupiter.api.Assertions.fail(Assertions.java:147)
	at se.agreedskiing.hibernate.list.hibernate.six.ApplicationTest$test_optional_list_query_.get_an_empty_list_through_Strings(ApplicationTest.java:75)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:217)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138)
	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:147)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:127)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:90)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:55)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:102)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
	at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:55)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:223)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:175)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:139)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
Caused by: jakarta.persistence.PersistenceException: Converting `org.hibernate.exception.SQLGrammarException` to JPA `PersistenceException` : JDBC exception executing SQL [select t1_0.id,t1_0.field,t1_0.uu from test t1_0 where (coalesce(()) is not null or 1=0)]
	at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:165)
	at org.hibernate.query.spi.AbstractSelectionQuery.list(AbstractSelectionQuery.java:374)
	at org.hibernate.query.sqm.internal.QuerySqmImpl.list(QuerySqmImpl.java:1073)
	at org.hibernate.query.Query.getResultList(Query.java:94)
	at se.agreedskiing.hibernate.list.hibernate.six.Application.queryOptionalStrings(Application.java:163)
	at se.agreedskiing.hibernate.list.hibernate.six.Application.emptyListOfStrings(Application.java:106)
	at se.agreedskiing.hibernate.list.hibernate.six.ApplicationTest$test_optional_list_query_.get_an_empty_list_through_Strings(ApplicationTest.java:72)
	... 81 more
Caused by: org.hibernate.exception.SQLGrammarException: JDBC exception executing SQL [select t1_0.id,t1_0.field,t1_0.uu from test t1_0 where (coalesce(()) is not null or 1=0)]
	at org.hibernate.exception.internal.SQLStateConversionDelegate.convert(SQLStateConversionDelegate.java:89)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:56)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:109)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:95)
	at org.hibernate.sql.results.jdbc.internal.DeferredResultSetAccess.executeQuery(DeferredResultSetAccess.java:253)
	at org.hibernate.sql.results.jdbc.internal.DeferredResultSetAccess.getResultSet(DeferredResultSetAccess.java:146)
	at org.hibernate.sql.results.jdbc.internal.JdbcValuesResultSetImpl.advanceNext(JdbcValuesResultSetImpl.java:205)
	at org.hibernate.sql.results.jdbc.internal.JdbcValuesResultSetImpl.processNext(JdbcValuesResultSetImpl.java:85)
	at org.hibernate.sql.results.jdbc.internal.AbstractJdbcValues.next(AbstractJdbcValues.java:29)
	at org.hibernate.sql.results.internal.RowProcessingStateStandardImpl.next(RowProcessingStateStandardImpl.java:88)
	at org.hibernate.sql.results.spi.ListResultsConsumer.consume(ListResultsConsumer.java:197)
	at org.hibernate.sql.results.spi.ListResultsConsumer.consume(ListResultsConsumer.java:33)
	at org.hibernate.sql.exec.internal.JdbcSelectExecutorStandardImpl.doExecuteQuery(JdbcSelectExecutorStandardImpl.java:443)
	at org.hibernate.sql.exec.internal.JdbcSelectExecutorStandardImpl.executeQuery(JdbcSelectExecutorStandardImpl.java:166)
	at org.hibernate.sql.exec.internal.JdbcSelectExecutorStandardImpl.list(JdbcSelectExecutorStandardImpl.java:91)
	at org.hibernate.sql.exec.spi.JdbcSelectExecutor.list(JdbcSelectExecutor.java:31)
	at org.hibernate.query.sqm.internal.ConcreteSqmSelectQueryPlan.lambda$new$0(ConcreteSqmSelectQueryPlan.java:113)
	at org.hibernate.query.sqm.internal.ConcreteSqmSelectQueryPlan.withCacheableSqmInterpretation(ConcreteSqmSelectQueryPlan.java:335)
	at org.hibernate.query.sqm.internal.ConcreteSqmSelectQueryPlan.performList(ConcreteSqmSelectQueryPlan.java:276)
	at org.hibernate.query.sqm.internal.QuerySqmImpl.doList(QuerySqmImpl.java:571)
	at org.hibernate.query.spi.AbstractSelectionQuery.list(AbstractSelectionQuery.java:363)
	... 86 more
Caused by: org.postgresql.util.PSQLException: ERROR: syntax error at or near ")"
  Position: 67
	at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2676)
	at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2366)
	at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:356)
	at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:496)
	at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:413)
	at org.postgresql.jdbc.PgPreparedStatement.executeWithFlags(PgPreparedStatement.java:190)
	at org.postgresql.jdbc.PgPreparedStatement.executeQuery(PgPreparedStatement.java:134)
	at org.hibernate.sql.results.jdbc.internal.DeferredResultSetAccess.executeQuery(DeferredResultSetAccess.java:217)
	... 102 more

[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.562 s - in se.agreedskiing.hibernate.list.hibernate.six.ApplicationTest
[INFO]
[INFO] Results:
[INFO]
[ERROR] Failures:
[ERROR]   ApplicationTest$test_optional_list_query_.get_an_empty_list_through_IDs:45 Query failed with an exception instead of working
[ERROR]   ApplicationTest$test_optional_list_query_.get_an_empty_list_through_Strings:75 Query failed with an exception instead of working
[ERROR]   ApplicationTest$test_optional_list_query_.get_an_empty_list_through_UUIDs:105 Query failed with an exception instead of working
[INFO]
[ERROR] Tests run: 18, Failures: 3, Errors: 0, Skipped: 0