Andrii Karaivanskyi

Results 4 issues of Andrii Karaivanskyi

I have optional field localTime, which I can chose to set or to leave it blank (null). I've put defaultTime to false. Once I've set the value I cannot clean...

question

I wonder if there is a way to use my [Neo4j OGM](https://neo4j.com/developer/neo4j-ogm/) annotated Java classes as a schema for neo4j-graphql-java. I have my model classes and I don't want to...

### What happens? I'm getting an error while trying to run integration tests with DuckDB: ``` 08:56:01  Cause: java.lang.UnsatisfiedLinkError: /tmp/libduckdb_java251203987240672711.so: /lib64/libm.so.6: version `GLIBC_2.23' not found (required by /tmp/libduckdb_java251203987240672711.so) 08:56:01...

Having @EnableMetrics I get 404 on Controller tests. Commenting out @EnableMetrics brings everything back to normal. Full test to reproduce the issue below (notice if TestController does not implement anything,...