From 4f71f405e2c1e150f791a2c14e56ee38d44b8d52 Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Wed, 6 Mar 2024 08:20:21 +0100 Subject: Release 1.13.5 maven artifact - generate indices for all relationships [1] - prevent dependency injection for schema-service related beans when schema.translator.list != schema-service [2] [1] this can significantly speed up queries of the type .has(...).outE('org.[...].BelongsTo').has('aai-node-type','...') [2] this is needed to more easily run services that depend on aai-common (resources,traversal) locally via mvn spring-boot:run Issue-ID: AAI-3797 Change-Id: Ibf37930774f0c9574e8dd3e9b7d752f9cd5355da Signed-off-by: Fiete Ostkamp --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 413c5b3a..73bbefc2 100644 --- a/.gitignore +++ b/.gitignore @@ -16,4 +16,5 @@ bundleconfig-local/etc/logback.xml .devcontainer/ *.log aai-core/logs/ -.classpath \ No newline at end of file +.classpath +**/.classpath \ No newline at end of file -- cgit 1.2.3-korg