Michael Simons

Results 122 comments of Michael Simons

I can only answer from Neo4j's perspective: Neo4j-OGM added something like you have on top to integrate driver transaction with Spring Transaction and it is a major pain. Something fails...

If someone goes down into the driver layer - same level as pure JDBC connection - it’s the driver’s transaction that is leading. A potentially outer one coming from the...

What does a JDBC Connection do when a user grabs one from their driver and uses it inside the container connection, not knowing that the data source is managed? Lukas...

The transactional operators are unrelated to the `PlatformTransactionManager`. There's a completely parallel stack to it.

Please follow the documentation regarding custom queries: https://docs.spring.io/spring-data/neo4j/docs/current/reference/html/#custom-queries Especially, you *must* return the relationships, which you aren't doing in your query.

Follow the documentation (https://docs.spring.io/spring-data/neo4j/docs/current/reference/html/#custom-queries.for-relationships.one.record, the key-point is `collect`)

Sweet. I'll most likely do this in combination with the bump to version 2. This way I can - keep the old versioned docs and also maintain the than 1.13.x...

Hey @ali-ince Thanks for the ticket! GitHub does not yet provide MacARM runners and I haven't succeeded on setting up one. I have uploaded an ARM binary for the 1.10.1...

The compressor I use does not work, I can reproduce this. ~And while trying to fix the release on SDK Man, I completely broke it.~ Scratch that @ali-ince, I realized...