Alex Mukha be625b78c5 SEARCH-1915 Provide key metadata as JVM props (#116)
Loading of keys info from system (JVM) properties takes precedence over metadata file.
It is required to set the unique ID of the keystore and remove the metadata file location property to use JVM properties lookup instead. The property lookup format is the following:
[keystore-id].password - keystore password
[keystore-id].aliases - comma separated list of aliases for the keys in the keystore
[keystore-id].[alias].keyData - key data bytes in base64
[keystore-id].[alias].algorithm - key algorithm
[keystore-id].[alias].password - key password
2020-05-08 15:04:12 +01:00
2019-06-05 19:45:41 +01:00
2017-08-07 19:49:32 -06:00
2017-04-06 12:05:45 +01:00
2019-01-18 11:55:21 +00:00

Alfresco Core

Build Status

Alfresco Core is a library packaged as a jar file which is part of Alfresco Content Services Repository. The library contains the following:

  • Various helpers and utils
  • Canned queries interface and supporting classes
  • Generic encryption supporting classes

Version 7 of the library uses Spring 5, Quartz 2.3 and does not have Hibernate dependency.

Building and testing

The project can be built and tested by running Maven command:

mvn clean install

Artifacts

The artifacts can be obtained by:

  • downloading from Alfresco repository
  • getting as Maven dependency by adding the dependency to your pom file:
<dependency>
  <groupId>org.alfresco</groupId>
  <artifactId>alfresco-core</artifactId>
  <version>version</version>
</dependency>

and Alfresco repository:

<repository>
  <id>alfresco-maven-repo</id>
  <url>https://artifacts.alfresco.com/nexus/content/groups/public</url>
</repository>

The SNAPSHOT version of the artifact is never published.

Old version history

The history for older versions can be found in Alfresco SVN

Contributing guide

Please use this guide to make a contribution to the project.

Description
Community Content Service Repository
Readme 435 MiB
Languages
Java 96.5%
Fluent 1.1%
JavaScript 1%
HTML 0.5%
FreeMarker 0.4%
Other 0.3%