From: Fiete Ostkamp Date: Wed, 6 Mar 2024 07:20:21 +0000 (+0100) Subject: Release 1.13.5 maven artifact X-Git-Tag: 1.13.6~4 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Faai-common.git;a=commitdiff_plain;h=4f71f405e2c1e150f791a2c14e56ee38d44b8d52 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 --- 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 diff --git a/releases/1.13.5-maven-release.yaml b/releases/1.13.5-maven-release.yaml new file mode 100644 index 00000000..a8794ebb --- /dev/null +++ b/releases/1.13.5-maven-release.yaml @@ -0,0 +1,4 @@ +distribution_type: maven +log_dir: aai-aai-common-maven-stage-master/1448/ +project: aai-common +version: 1.13.5