Niels Oertel
Niels Oertel
## Bug report When upgrading to Neo4j 4.4.9 we realized that processing of the property `dbms.jvm.additional` is not working anymore for JVM parameters that contain spaces. Extract from neo4j.conf: `dbms.jvm.additional="-XX:+HeapDumpOnOutOfMemoryError"...
### Setup - Neo4j OGM 3.2.31 - In Process Neo4j 4.4.4 Enterprise (with BOLT port exposed) - Spring Boot 2.6.4 - Spring Data Neo4j 5.3.9.RELEASE (connected using [this example](https://github.com/michael-simons/neo4j-from-the-jvm-ecosystem/tree/41e0fded281a71758263d1924a85eede72e00f70/spring-boot26-with-sdn-ogm)) ###...
### Setup - Neo4j OGM 3.2.31 - In Process Neo4j 4.4.4 Enterprise (with BOLT port exposed) - Spring Boot 2.6.4 - Spring Data Neo4j 5.3.9.RELEASE (connected using [this example](https://github.com/michael-simons/neo4j-from-the-jvm-ecosystem/tree/41e0fded281a71758263d1924a85eede72e00f70/spring-boot26-with-sdn-ogm)) ###...
# Situation We have a Java application that works with Neo4j (version `4.4`). The application connects to Neo4j via Bolt using Neo4j Java driver. For unit tests we tear up...
During testing we observed an issue that the `ConsumerOffsetCommitter` apparently tries endlessly to commit offsets without success after a broker downtime. Test setup: - Application is started (4 Java processes...
Parallel consumer assigns names to its internal control threads which look like: `pc-broker-poll`, `pc-control`. We have a scenario with multiple PC instances within one Java application. In that case we...
## Bug report When upgrading to Neo4j 4.4.9 we realized that processing of the property `dbms.jvm.additional` is not working anymore for JVM parameters that contain spaces. Extract from neo4j.conf: `dbms.jvm.additional="-XX:+HeapDumpOnOutOfMemoryError"...
##### SUMMARY Currently the following fails if the secret already exists but is in deleted (recoverable) state: ```yaml - name: Create a secret azure_rm_keyvaultsecret: secret_name: MySecret secret_value: My_Pass_Sec keyvault_uri: https://contoso.vault.azure.net/...
Hi, first of all I have to say that I appreciate the work that goes into h2 a lot. We've been using it for a long time now and so...