From 57a09618043bb93b41ff2e8a6a711b8ab2532b9b Mon Sep 17 00:00:00 2001 From: JohT <7671054+JohT@users.noreply.github.com> Date: Tue, 24 Mar 2026 07:22:37 +0100 Subject: [PATCH 1/3] Update Neo4j & APOC to 2026.02.2 --- scripts/configureNeo4j.sh | 2 +- scripts/profiles/Neo4j-latest-continue-on-scan-errors.sh | 4 ++-- scripts/profiles/Neo4j-latest-high-memory.sh | 4 ++-- scripts/profiles/Neo4j-latest-low-memory.sh | 4 ++-- scripts/profiles/Neo4j-latest.sh | 4 ++-- scripts/setupNeo4j.sh | 4 ++-- scripts/setupNeo4jInitialPassword.sh | 2 +- scripts/startNeo4j.sh | 2 +- scripts/stopNeo4j.sh | 2 +- scripts/testConfigureNeo4j.sh | 2 +- 10 files changed, 15 insertions(+), 15 deletions(-) diff --git a/scripts/configureNeo4j.sh b/scripts/configureNeo4j.sh index 68d7bfdf7..92173e62e 100755 --- a/scripts/configureNeo4j.sh +++ b/scripts/configureNeo4j.sh @@ -24,7 +24,7 @@ set -o errexit -o pipefail NEO4J_EDITION=${NEO4J_EDITION:-"community"} # Choose "community" or "enterprise" -NEO4J_VERSION=${NEO4J_VERSION:-"2026.01.4"} +NEO4J_VERSION=${NEO4J_VERSION:-"2026.02.2"} DATA_DIRECTORY=${DATA_DIRECTORY:-"$( pwd -P )/data"} # Path where Neo4j writes its data to (outside tools dir) RUNTIME_DIRECTORY=${RUNTIME_DIRECTORY:-"$( pwd -P )/runtime"} # Path where Neo4j puts runtime data to (e.g. logs) (outside tools dir) diff --git a/scripts/profiles/Neo4j-latest-continue-on-scan-errors.sh b/scripts/profiles/Neo4j-latest-continue-on-scan-errors.sh index 5e358772a..8a95848fc 100755 --- a/scripts/profiles/Neo4j-latest-continue-on-scan-errors.sh +++ b/scripts/profiles/Neo4j-latest-continue-on-scan-errors.sh @@ -3,12 +3,12 @@ # Sets all settings variables for an analysis with the latest version of Neo4j. # The chosen settings are tested to be compatible and working. -NEO4J_VERSION=${NEO4J_VERSION:-"2026.01.4"} # Neo4j Graph Database Version. Current versions: >= 2025.03.0. Version 4.4.42 and 5.26.5 are the previous LTS (long term support) versions as of April 2025. +NEO4J_VERSION=${NEO4J_VERSION:-"2026.02.2"} # Neo4j Graph Database Version. Current versions: >= 2025.03.0. Version 4.4.42 and 5.26.5 are the previous LTS (long term support) versions as of April 2025. NEO4J_HTTP_TRANSACTION_ENDPOINT=${NEO4J_HTTP_TRANSACTION_ENDPOINT:-"db/neo4j/tx/commit"} NEO4J_CONFIG_TEMPLATE=${NEO4J_CONFIG_TEMPLATE:-"template-neo4j.conf"} # Awesome Procedures (APOC) Plugin for Neo4j -NEO4J_APOC_PLUGIN_VERSION=${NEO4J_APOC_PLUGIN_VERSION:-"2026.01.4"} +NEO4J_APOC_PLUGIN_VERSION=${NEO4J_APOC_PLUGIN_VERSION:-"2026.02.2"} NEO4J_APOC_PLUGIN_EDITION=${NEO4J_APOC_PLUGIN_EDITION:-"core"} NEO4J_APOC_PLUGIN_GITHUB=${NEO4J_APOC_PLUGIN_GITHUB:-"neo4j/apoc"} diff --git a/scripts/profiles/Neo4j-latest-high-memory.sh b/scripts/profiles/Neo4j-latest-high-memory.sh index 447a52ce2..a0cb065d7 100755 --- a/scripts/profiles/Neo4j-latest-high-memory.sh +++ b/scripts/profiles/Neo4j-latest-high-memory.sh @@ -3,12 +3,12 @@ # Sets all settings variables for an analysis with Neo4j v5.x (newest version as of june 2023). # The chosen settings are tested to be compatible and working. -NEO4J_VERSION=${NEO4J_VERSION:-"2026.01.4"} # Neo4j Graph Database Version. Current versions: >= 2025.03.0. Version 4.4.42 and 5.26.5 are the previous LTS (long term support) versions as of April 2025. +NEO4J_VERSION=${NEO4J_VERSION:-"2026.02.2"} # Neo4j Graph Database Version. Current versions: >= 2025.03.0. Version 4.4.42 and 5.26.5 are the previous LTS (long term support) versions as of April 2025. NEO4J_HTTP_TRANSACTION_ENDPOINT=${NEO4J_HTTP_TRANSACTION_ENDPOINT:-"db/neo4j/tx/commit"} NEO4J_CONFIG_TEMPLATE=${NEO4J_CONFIG_TEMPLATE:-"template-neo4j-high-memory.conf"} # Awesome Procedures (APOC) Plugin for Neo4j -NEO4J_APOC_PLUGIN_VERSION=${NEO4J_APOC_PLUGIN_VERSION:-"2026.01.4"} +NEO4J_APOC_PLUGIN_VERSION=${NEO4J_APOC_PLUGIN_VERSION:-"2026.02.2"} NEO4J_APOC_PLUGIN_EDITION=${NEO4J_APOC_PLUGIN_EDITION:-"core"} NEO4J_APOC_PLUGIN_GITHUB=${NEO4J_APOC_PLUGIN_GITHUB:-"neo4j/apoc"} diff --git a/scripts/profiles/Neo4j-latest-low-memory.sh b/scripts/profiles/Neo4j-latest-low-memory.sh index c116003ce..7e6781ead 100755 --- a/scripts/profiles/Neo4j-latest-low-memory.sh +++ b/scripts/profiles/Neo4j-latest-low-memory.sh @@ -3,12 +3,12 @@ # Sets all settings variables for an analysis with Neo4j v5.x (newest version as of june 2023). # The chosen settings are tested to be compatible and working. -NEO4J_VERSION=${NEO4J_VERSION:-"2026.01.4"} # Neo4j Graph Database Version. Current versions: >= 2025.03.0. Version 4.4.42 and 5.26.5 are the previous LTS (long term support) versions as of April 2025. +NEO4J_VERSION=${NEO4J_VERSION:-"2026.02.2"} # Neo4j Graph Database Version. Current versions: >= 2025.03.0. Version 4.4.42 and 5.26.5 are the previous LTS (long term support) versions as of April 2025. NEO4J_HTTP_TRANSACTION_ENDPOINT=${NEO4J_HTTP_TRANSACTION_ENDPOINT:-"db/neo4j/tx/commit"} NEO4J_CONFIG_TEMPLATE=${NEO4J_CONFIG_TEMPLATE:-"template-neo4j-low-memory.conf"} # Awesome Procedures (APOC) Plugin for Neo4j -NEO4J_APOC_PLUGIN_VERSION=${NEO4J_APOC_PLUGIN_VERSION:-"2026.01.4"} +NEO4J_APOC_PLUGIN_VERSION=${NEO4J_APOC_PLUGIN_VERSION:-"2026.02.2"} NEO4J_APOC_PLUGIN_EDITION=${NEO4J_APOC_PLUGIN_EDITION:-"core"} NEO4J_APOC_PLUGIN_GITHUB=${NEO4J_APOC_PLUGIN_GITHUB:-"neo4j/apoc"} diff --git a/scripts/profiles/Neo4j-latest.sh b/scripts/profiles/Neo4j-latest.sh index 5a538eb51..6b30d617c 100755 --- a/scripts/profiles/Neo4j-latest.sh +++ b/scripts/profiles/Neo4j-latest.sh @@ -3,12 +3,12 @@ # Sets all settings variables for an analysis with the latest version of Neo4j. # The chosen settings are tested to be compatible and working. -NEO4J_VERSION=${NEO4J_VERSION:-"2026.01.4"} # Neo4j Graph Database Version. Current versions: >= 2025.03.0. Version 4.4.42 and 5.26.5 are the previous LTS (long term support) versions as of April 2025. +NEO4J_VERSION=${NEO4J_VERSION:-"2026.02.2"} # Neo4j Graph Database Version. Current versions: >= 2025.03.0. Version 4.4.42 and 5.26.5 are the previous LTS (long term support) versions as of April 2025. NEO4J_HTTP_TRANSACTION_ENDPOINT=${NEO4J_HTTP_TRANSACTION_ENDPOINT:-"db/neo4j/tx/commit"} NEO4J_CONFIG_TEMPLATE=${NEO4J_CONFIG_TEMPLATE:-"template-neo4j.conf"} # Awesome Procedures (APOC) Plugin for Neo4j -NEO4J_APOC_PLUGIN_VERSION=${NEO4J_APOC_PLUGIN_VERSION:-"2026.01.4"} +NEO4J_APOC_PLUGIN_VERSION=${NEO4J_APOC_PLUGIN_VERSION:-"2026.02.2"} NEO4J_APOC_PLUGIN_EDITION=${NEO4J_APOC_PLUGIN_EDITION:-"core"} NEO4J_APOC_PLUGIN_GITHUB=${NEO4J_APOC_PLUGIN_GITHUB:-"neo4j/apoc"} diff --git a/scripts/setupNeo4j.sh b/scripts/setupNeo4j.sh index c5047e706..a3e5d058a 100755 --- a/scripts/setupNeo4j.sh +++ b/scripts/setupNeo4j.sh @@ -10,9 +10,9 @@ set -o errexit -o pipefail NEO4J_EDITION=${NEO4J_EDITION:-"community"} # Choose "community" or "enterprise" -NEO4J_VERSION=${NEO4J_VERSION:-"2026.01.4"} +NEO4J_VERSION=${NEO4J_VERSION:-"2026.02.2"} -NEO4J_APOC_PLUGIN_VERSION=${NEO4J_APOC_PLUGIN_VERSION:-"2026.01.4"} # Awesome Procedures On Cypher (APOC) Plugin version number. Version needs to be compatible to Neo4j and usually matches its version number. +NEO4J_APOC_PLUGIN_VERSION=${NEO4J_APOC_PLUGIN_VERSION:-"2026.02.2"} # Awesome Procedures On Cypher (APOC) Plugin version number. Version needs to be compatible to Neo4j and usually matches its version number. NEO4J_APOC_PLUGIN_EDITION=${NEO4J_APOC_PLUGIN_EDITION:-"core"} # Awesome Procedures On Cypher (APOC) for Neo4j Plugin Edition (Neo4j v4.4.x "all", Neo4j >= v5 "core") NEO4J_APOC_PLUGIN_GITHUB=${NEO4J_APOC_PLUGIN_GITHUB:-"neo4j/apoc"} # Awesome Procedures On Cypher (APOC) for Neo4j Plugin GitHub User/Repository (Neo4j v4.4.x "neo4j-contrib/neo4j-apoc-procedures", Neo4j >= v5 "neo4j/apoc") diff --git a/scripts/setupNeo4jInitialPassword.sh b/scripts/setupNeo4jInitialPassword.sh index 0ebd4e8ce..37f80c406 100755 --- a/scripts/setupNeo4jInitialPassword.sh +++ b/scripts/setupNeo4jInitialPassword.sh @@ -8,7 +8,7 @@ set -o errexit -o pipefail NEO4J_EDITION=${NEO4J_EDITION:-"community"} # Choose "community" or "enterprise" -NEO4J_VERSION=${NEO4J_VERSION:-"2026.01.4"} +NEO4J_VERSION=${NEO4J_VERSION:-"2026.02.2"} TOOLS_DIRECTORY=${TOOLS_DIRECTORY:-"tools"} # Get the tools directory (defaults to "tools") # Internal constants diff --git a/scripts/startNeo4j.sh b/scripts/startNeo4j.sh index 758638d9d..0bd9cd80e 100755 --- a/scripts/startNeo4j.sh +++ b/scripts/startNeo4j.sh @@ -12,7 +12,7 @@ set -o errexit -o pipefail # Overrideable Defaults NEO4J_EDITION=${NEO4J_EDITION:-"community"} # Choose "community" or "enterprise" -NEO4J_VERSION=${NEO4J_VERSION:-"2026.01.4"} +NEO4J_VERSION=${NEO4J_VERSION:-"2026.02.2"} TOOLS_DIRECTORY=${TOOLS_DIRECTORY:-"tools"} # Get the tools directory (defaults to "tools") NEO4J_HTTP_PORT=${NEO4J_HTTP_PORT:-"7474"} diff --git a/scripts/stopNeo4j.sh b/scripts/stopNeo4j.sh index 290e61833..2fbd6fbca 100755 --- a/scripts/stopNeo4j.sh +++ b/scripts/stopNeo4j.sh @@ -11,7 +11,7 @@ set -o errexit -o pipefail # Overrideable Defaults NEO4J_EDITION=${NEO4J_EDITION:-"community"} # Choose "community" or "enterprise" -NEO4J_VERSION=${NEO4J_VERSION:-"2026.01.4"} +NEO4J_VERSION=${NEO4J_VERSION:-"2026.02.2"} TOOLS_DIRECTORY=${TOOLS_DIRECTORY:-"tools"} # Get the tools directory (defaults to "tools") NEO4J_HTTP_PORT=${NEO4J_HTTP_PORT:-"7474"} diff --git a/scripts/testConfigureNeo4j.sh b/scripts/testConfigureNeo4j.sh index 7d0c0c11e..90793931a 100755 --- a/scripts/testConfigureNeo4j.sh +++ b/scripts/testConfigureNeo4j.sh @@ -203,7 +203,7 @@ mkdir -p "${temporaryTestDirectory}/tools" mkdir -p "${temporaryTestDirectory}/downloads" # Provide minimal neo4j installation dir expected by the script -NEO4J_INSTALLATION_NAME="neo4j-community-2026.01.4" +NEO4J_INSTALLATION_NAME="neo4j-community-2026.02.2" mkdir -p "${temporaryTestDirectory}/tools/${NEO4J_INSTALLATION_NAME}/conf" create_base_neo4j_configuration "${temporaryTestDirectory}/tools/${NEO4J_INSTALLATION_NAME}/conf/neo4j.conf" From 1f29fe2767be1a9e9cd1458d955ed1a5c22f5020 Mon Sep 17 00:00:00 2001 From: JohT <7671054+JohT@users.noreply.github.com> Date: Tue, 24 Mar 2026 07:24:13 +0100 Subject: [PATCH 2/3] Update Neo4j graph data science to 2.27.0 --- scripts/profiles/Neo4j-latest-continue-on-scan-errors.sh | 4 ++-- scripts/profiles/Neo4j-latest-high-memory.sh | 4 ++-- scripts/profiles/Neo4j-latest-low-memory.sh | 4 ++-- scripts/profiles/Neo4j-latest.sh | 4 ++-- scripts/setupNeo4j.sh | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/scripts/profiles/Neo4j-latest-continue-on-scan-errors.sh b/scripts/profiles/Neo4j-latest-continue-on-scan-errors.sh index 8a95848fc..636e59a9d 100755 --- a/scripts/profiles/Neo4j-latest-continue-on-scan-errors.sh +++ b/scripts/profiles/Neo4j-latest-continue-on-scan-errors.sh @@ -12,8 +12,8 @@ NEO4J_APOC_PLUGIN_VERSION=${NEO4J_APOC_PLUGIN_VERSION:-"2026.02.2"} NEO4J_APOC_PLUGIN_EDITION=${NEO4J_APOC_PLUGIN_EDITION:-"core"} NEO4J_APOC_PLUGIN_GITHUB=${NEO4J_APOC_PLUGIN_GITHUB:-"neo4j/apoc"} -NEO4J_GDS_PLUGIN_VERSION=${NEO4J_GDS_PLUGIN_VERSION:-"2.26.0"} -NEO4J_OPEN_GDS_PLUGIN_VERSION=${NEO4J_OPEN_GDS_PLUGIN_VERSION:-"2.26.0"} +NEO4J_GDS_PLUGIN_VERSION=${NEO4J_GDS_PLUGIN_VERSION:-"2.27.0"} +NEO4J_OPEN_GDS_PLUGIN_VERSION=${NEO4J_OPEN_GDS_PLUGIN_VERSION:-"2.27.0"} NEO4J_GDS_PLUGIN_EDITION=${NEO4J_GDS_PLUGIN_EDITION:-"open"} JQASSISTANT_CLI_VERSION=${JQASSISTANT_CLI_VERSION:-"2.9.0"} diff --git a/scripts/profiles/Neo4j-latest-high-memory.sh b/scripts/profiles/Neo4j-latest-high-memory.sh index a0cb065d7..49ad40de5 100755 --- a/scripts/profiles/Neo4j-latest-high-memory.sh +++ b/scripts/profiles/Neo4j-latest-high-memory.sh @@ -12,8 +12,8 @@ NEO4J_APOC_PLUGIN_VERSION=${NEO4J_APOC_PLUGIN_VERSION:-"2026.02.2"} NEO4J_APOC_PLUGIN_EDITION=${NEO4J_APOC_PLUGIN_EDITION:-"core"} NEO4J_APOC_PLUGIN_GITHUB=${NEO4J_APOC_PLUGIN_GITHUB:-"neo4j/apoc"} -NEO4J_GDS_PLUGIN_VERSION=${NEO4J_GDS_PLUGIN_VERSION:-"2.26.0"} -NEO4J_OPEN_GDS_PLUGIN_VERSION=${NEO4J_OPEN_GDS_PLUGIN_VERSION:-"2.26.0"} +NEO4J_GDS_PLUGIN_VERSION=${NEO4J_GDS_PLUGIN_VERSION:-"2.27.0"} +NEO4J_OPEN_GDS_PLUGIN_VERSION=${NEO4J_OPEN_GDS_PLUGIN_VERSION:-"2.27.0"} NEO4J_GDS_PLUGIN_EDITION=${NEO4J_GDS_PLUGIN_EDITION:-"open"} JQASSISTANT_CLI_VERSION=${JQASSISTANT_CLI_VERSION:-"2.9.0"} diff --git a/scripts/profiles/Neo4j-latest-low-memory.sh b/scripts/profiles/Neo4j-latest-low-memory.sh index 7e6781ead..b6544762b 100755 --- a/scripts/profiles/Neo4j-latest-low-memory.sh +++ b/scripts/profiles/Neo4j-latest-low-memory.sh @@ -12,8 +12,8 @@ NEO4J_APOC_PLUGIN_VERSION=${NEO4J_APOC_PLUGIN_VERSION:-"2026.02.2"} NEO4J_APOC_PLUGIN_EDITION=${NEO4J_APOC_PLUGIN_EDITION:-"core"} NEO4J_APOC_PLUGIN_GITHUB=${NEO4J_APOC_PLUGIN_GITHUB:-"neo4j/apoc"} -NEO4J_GDS_PLUGIN_VERSION=${NEO4J_GDS_PLUGIN_VERSION:-"2.26.0"} -NEO4J_OPEN_GDS_PLUGIN_VERSION=${NEO4J_OPEN_GDS_PLUGIN_VERSION:-"2.26.0"} +NEO4J_GDS_PLUGIN_VERSION=${NEO4J_GDS_PLUGIN_VERSION:-"2.27.0"} +NEO4J_OPEN_GDS_PLUGIN_VERSION=${NEO4J_OPEN_GDS_PLUGIN_VERSION:-"2.27.0"} NEO4J_GDS_PLUGIN_EDITION=${NEO4J_GDS_PLUGIN_EDITION:-"open"} JQASSISTANT_CLI_VERSION=${JQASSISTANT_CLI_VERSION:-"2.9.0"} diff --git a/scripts/profiles/Neo4j-latest.sh b/scripts/profiles/Neo4j-latest.sh index 6b30d617c..56914d4cd 100755 --- a/scripts/profiles/Neo4j-latest.sh +++ b/scripts/profiles/Neo4j-latest.sh @@ -12,8 +12,8 @@ NEO4J_APOC_PLUGIN_VERSION=${NEO4J_APOC_PLUGIN_VERSION:-"2026.02.2"} NEO4J_APOC_PLUGIN_EDITION=${NEO4J_APOC_PLUGIN_EDITION:-"core"} NEO4J_APOC_PLUGIN_GITHUB=${NEO4J_APOC_PLUGIN_GITHUB:-"neo4j/apoc"} -NEO4J_GDS_PLUGIN_VERSION=${NEO4J_GDS_PLUGIN_VERSION:-"2.26.0"} -NEO4J_OPEN_GDS_PLUGIN_VERSION=${NEO4J_OPEN_GDS_PLUGIN_VERSION:-"2.26.0"} +NEO4J_GDS_PLUGIN_VERSION=${NEO4J_GDS_PLUGIN_VERSION:-"2.27.0"} +NEO4J_OPEN_GDS_PLUGIN_VERSION=${NEO4J_OPEN_GDS_PLUGIN_VERSION:-"2.27.0"} NEO4J_GDS_PLUGIN_EDITION=${NEO4J_GDS_PLUGIN_EDITION:-"open"} JQASSISTANT_CLI_VERSION=${JQASSISTANT_CLI_VERSION:-"2.9.0"} diff --git a/scripts/setupNeo4j.sh b/scripts/setupNeo4j.sh index a3e5d058a..b53259525 100755 --- a/scripts/setupNeo4j.sh +++ b/scripts/setupNeo4j.sh @@ -16,8 +16,8 @@ NEO4J_APOC_PLUGIN_VERSION=${NEO4J_APOC_PLUGIN_VERSION:-"2026.02.2"} # Awesome Pr NEO4J_APOC_PLUGIN_EDITION=${NEO4J_APOC_PLUGIN_EDITION:-"core"} # Awesome Procedures On Cypher (APOC) for Neo4j Plugin Edition (Neo4j v4.4.x "all", Neo4j >= v5 "core") NEO4J_APOC_PLUGIN_GITHUB=${NEO4J_APOC_PLUGIN_GITHUB:-"neo4j/apoc"} # Awesome Procedures On Cypher (APOC) for Neo4j Plugin GitHub User/Repository (Neo4j v4.4.x "neo4j-contrib/neo4j-apoc-procedures", Neo4j >= v5 "neo4j/apoc") -NEO4J_GDS_PLUGIN_VERSION=${NEO4J_GDS_PLUGIN_VERSION:-"2.26.0"} # Graph Data Science (GDS) Plugin Version 2.4.x of is compatible with Neo4j 5.x -NEO4J_OPEN_GDS_PLUGIN_VERSION=${NEO4J_OPEN_GDS_PLUGIN_VERSION:-"2.26.0"} # Graph Data Science (GDS) Plugin Version 2.4.x of is compatible with Neo4j 5.x +NEO4J_GDS_PLUGIN_VERSION=${NEO4J_GDS_PLUGIN_VERSION:-"2.27.0"} # Graph Data Science (GDS) Plugin Version 2.4.x of is compatible with Neo4j 5.x +NEO4J_OPEN_GDS_PLUGIN_VERSION=${NEO4J_OPEN_GDS_PLUGIN_VERSION:-"2.27.0"} # Graph Data Science (GDS) Plugin Version 2.4.x of is compatible with Neo4j 5.x NEO4J_GDS_PLUGIN_EDITION=${NEO4J_GDS_PLUGIN_EDITION:-"open"} # Graph Data Science (GDS) Plugin Edition: "open" for OpenGDS, "full" for the full version with Neo4j license TOOLS_DIRECTORY=${TOOLS_DIRECTORY:-"tools"} # Get the tools directory (defaults to "tools") From 26a1a14749b875565c80969ee2d2648ccd7b6c83 Mon Sep 17 00:00:00 2001 From: JohT <7671054+JohT@users.noreply.github.com> Date: Tue, 24 Mar 2026 07:25:37 +0100 Subject: [PATCH 3/3] Update jqassistant to v2.10.0-M2 --- scripts/profiles/Neo4j-latest-continue-on-scan-errors.sh | 2 +- scripts/profiles/Neo4j-latest-high-memory.sh | 2 +- scripts/profiles/Neo4j-latest-low-memory.sh | 2 +- scripts/profiles/Neo4j-latest.sh | 2 +- scripts/resetAndScan.sh | 2 +- scripts/setupJQAssistant.sh | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts/profiles/Neo4j-latest-continue-on-scan-errors.sh b/scripts/profiles/Neo4j-latest-continue-on-scan-errors.sh index 636e59a9d..39349857e 100755 --- a/scripts/profiles/Neo4j-latest-continue-on-scan-errors.sh +++ b/scripts/profiles/Neo4j-latest-continue-on-scan-errors.sh @@ -16,6 +16,6 @@ NEO4J_GDS_PLUGIN_VERSION=${NEO4J_GDS_PLUGIN_VERSION:-"2.27.0"} NEO4J_OPEN_GDS_PLUGIN_VERSION=${NEO4J_OPEN_GDS_PLUGIN_VERSION:-"2.27.0"} NEO4J_GDS_PLUGIN_EDITION=${NEO4J_GDS_PLUGIN_EDITION:-"open"} -JQASSISTANT_CLI_VERSION=${JQASSISTANT_CLI_VERSION:-"2.9.0"} +JQASSISTANT_CLI_VERSION=${JQASSISTANT_CLI_VERSION:-"2.10.0-M2"} JQASSISTANT_CLI_ARTIFACT=${JQASSISTANT_CLI_ARTIFACT:-"jqassistant-commandline-neo4jv5"} JQASSISTANT_CONFIG_TEMPLATE=${JQASSISTANT_CONFIG_TEMPLATE:-"template-neo4jv5-jqassistant-continue-on-error.yaml"} \ No newline at end of file diff --git a/scripts/profiles/Neo4j-latest-high-memory.sh b/scripts/profiles/Neo4j-latest-high-memory.sh index 49ad40de5..ae3a01a9e 100755 --- a/scripts/profiles/Neo4j-latest-high-memory.sh +++ b/scripts/profiles/Neo4j-latest-high-memory.sh @@ -16,6 +16,6 @@ NEO4J_GDS_PLUGIN_VERSION=${NEO4J_GDS_PLUGIN_VERSION:-"2.27.0"} NEO4J_OPEN_GDS_PLUGIN_VERSION=${NEO4J_OPEN_GDS_PLUGIN_VERSION:-"2.27.0"} NEO4J_GDS_PLUGIN_EDITION=${NEO4J_GDS_PLUGIN_EDITION:-"open"} -JQASSISTANT_CLI_VERSION=${JQASSISTANT_CLI_VERSION:-"2.9.0"} +JQASSISTANT_CLI_VERSION=${JQASSISTANT_CLI_VERSION:-"2.10.0-M2"} JQASSISTANT_CLI_ARTIFACT=${JQASSISTANT_CLI_ARTIFACT:-"jqassistant-commandline-neo4jv5"} JQASSISTANT_CONFIG_TEMPLATE=${JQASSISTANT_CONFIG_TEMPLATE:-"template-neo4j-remote-jqassistant.yaml"} \ No newline at end of file diff --git a/scripts/profiles/Neo4j-latest-low-memory.sh b/scripts/profiles/Neo4j-latest-low-memory.sh index b6544762b..3f1ff4c6e 100755 --- a/scripts/profiles/Neo4j-latest-low-memory.sh +++ b/scripts/profiles/Neo4j-latest-low-memory.sh @@ -16,6 +16,6 @@ NEO4J_GDS_PLUGIN_VERSION=${NEO4J_GDS_PLUGIN_VERSION:-"2.27.0"} NEO4J_OPEN_GDS_PLUGIN_VERSION=${NEO4J_OPEN_GDS_PLUGIN_VERSION:-"2.27.0"} NEO4J_GDS_PLUGIN_EDITION=${NEO4J_GDS_PLUGIN_EDITION:-"open"} -JQASSISTANT_CLI_VERSION=${JQASSISTANT_CLI_VERSION:-"2.9.0"} +JQASSISTANT_CLI_VERSION=${JQASSISTANT_CLI_VERSION:-"2.10.0-M2"} JQASSISTANT_CLI_ARTIFACT=${JQASSISTANT_CLI_ARTIFACT:-"jqassistant-commandline-neo4jv5"} JQASSISTANT_CONFIG_TEMPLATE=${JQASSISTANT_CONFIG_TEMPLATE:-"template-neo4j-remote-jqassistant.yaml"} \ No newline at end of file diff --git a/scripts/profiles/Neo4j-latest.sh b/scripts/profiles/Neo4j-latest.sh index 56914d4cd..5c58af1cf 100755 --- a/scripts/profiles/Neo4j-latest.sh +++ b/scripts/profiles/Neo4j-latest.sh @@ -16,6 +16,6 @@ NEO4J_GDS_PLUGIN_VERSION=${NEO4J_GDS_PLUGIN_VERSION:-"2.27.0"} NEO4J_OPEN_GDS_PLUGIN_VERSION=${NEO4J_OPEN_GDS_PLUGIN_VERSION:-"2.27.0"} NEO4J_GDS_PLUGIN_EDITION=${NEO4J_GDS_PLUGIN_EDITION:-"open"} -JQASSISTANT_CLI_VERSION=${JQASSISTANT_CLI_VERSION:-"2.9.0"} +JQASSISTANT_CLI_VERSION=${JQASSISTANT_CLI_VERSION:-"2.10.0-M2"} JQASSISTANT_CLI_ARTIFACT=${JQASSISTANT_CLI_ARTIFACT:-"jqassistant-commandline-neo4jv5"} JQASSISTANT_CONFIG_TEMPLATE=${JQASSISTANT_CONFIG_TEMPLATE:-"template-neo4j-remote-jqassistant.yaml"} \ No newline at end of file diff --git a/scripts/resetAndScan.sh b/scripts/resetAndScan.sh index 28f78541e..77b2fc612 100755 --- a/scripts/resetAndScan.sh +++ b/scripts/resetAndScan.sh @@ -13,7 +13,7 @@ # Fail on any error ("-e" = exit on first error, "-o pipefail" exist on errors within piped commands) set -o errexit -o pipefail -JQASSISTANT_CLI_VERSION=${JQASSISTANT_CLI_VERSION:-"2.9.0"} # Version number of the jQAssistant command line interface. Version 1.12.2 is compatible with Neo4j v4 +JQASSISTANT_CLI_VERSION=${JQASSISTANT_CLI_VERSION:-"2.10.0-M2"} # Version number of the jQAssistant command line interface. Version 1.12.2 is compatible with Neo4j v4 JQASSISTANT_CLI_ARTIFACT=${JQASSISTANT_CLI_ARTIFACT:-"jqassistant-commandline-neo4jv5"} # Name of the jQAssistant Maven artifact JQASSISTANT_CONFIG_TEMPLATE=${JQASSISTANT_CONFIG_TEMPLATE:-"template-neo4j-remote-jqassistant.yaml"} # Name of the template file for the jqassistant configuration. Neo4j >= 2025.x: "template-neo4j-remote-jqassistant.yaml", Neo4j v5: "template-neo4jv5-jqassistant.yaml", Neo4j v4: "template-neo4jv4-jqassistant.yaml" diff --git a/scripts/setupJQAssistant.sh b/scripts/setupJQAssistant.sh index fd6737f66..aa75321e2 100755 --- a/scripts/setupJQAssistant.sh +++ b/scripts/setupJQAssistant.sh @@ -10,7 +10,7 @@ # Fail on any error ("-e" = exit on first error, "-o pipefail" exist on errors within piped commands) set -o errexit -o pipefail -JQASSISTANT_CLI_VERSION=${JQASSISTANT_CLI_VERSION:-"2.9.0"} # Version number of the jQAssistant command line interface. Version 1.12.2 is compatible with Neo4j v4 +JQASSISTANT_CLI_VERSION=${JQASSISTANT_CLI_VERSION:-"2.10.0-M2"} # Version number of the jQAssistant command line interface. Version 1.12.2 is compatible with Neo4j v4 JQASSISTANT_CLI_DOWNLOAD_URL=${JQASSISTANT_CLI_DOWNLOAD_URL:-"https://repo1.maven.org/maven2/com/buschmais/jqassistant/cli"} # Download URL for the jQAssistant CLI JQASSISTANT_CLI_ARTIFACT=${JQASSISTANT_CLI_ARTIFACT:-"jqassistant-commandline-neo4jv5"} JQASSISTANT_CLI_DISTRIBUTION=${JQASSISTANT_CLI_DISTRIBUTION:-"distribution.zip"} # Neo4j v5 & v4: "distribution.zip"