Release 1.13.5 maven artifact 77/137477/1
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Wed, 6 Mar 2024 07:20:21 +0000 (08:20 +0100)
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Wed, 6 Mar 2024 07:20:21 +0000 (08:20 +0100)
- 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 <Fiete.Ostkamp@telekom.de>
.gitignore
releases/1.13.5-maven-release.yaml [new file with mode: 0644]

index 413c5b3..73bbefc 100644 (file)
@@ -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
diff --git a/releases/1.13.5-maven-release.yaml b/releases/1.13.5-maven-release.yaml
new file mode 100644 (file)
index 0000000..a8794eb
--- /dev/null
@@ -0,0 +1,4 @@
+distribution_type: maven
+log_dir: aai-aai-common-maven-stage-master/1448/
+project: aai-common
+version: 1.13.5