mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
(cherry picked from commit 0fb12e869a36cbcf589c7069a4a04c3e58476ff8)
Merge branch 'master' of github.com:Alfresco/alfresco-community-repo-play1
(cherry picked from commit 528874af2108eee41f3c298102d60bd22a6be382)
gitignore and gitbugtraq
(cherry picked from commit 924846370dee509036ab2e4ce0a5ab861f968202)
Link community projects together
(cherry picked from commit c9f25ee40b466aa0a1ad8cfc8422e97ca5ccc3e1)
Move TAS dependencyManagement (both com and ent) to the alfresco-community-repo
(cherry picked from commit c93eeacf1741e1d8dcba908c8ad6a8de5f4129f5)
Move community dependencyManagement to the alfresco-community-repo - has an impact on enterprise too
(cherry picked from commit e015ed3340dea1a2d4c90e9b79c07d21a26177ba)
Avoid having to have versions of the sub projects we supply
(cherry picked from commit 95d6fbd2fb98f7ec8f3d46fa9526eae0e1c123bd)
Set Java version in one place
(cherry picked from commit ce8d29e9359965809100c8ff37514525fc19f700)
Make community tas test more like enterprise
(cherry picked from commit e95af5bb4326961741d8d6bbe81773bed7f76b37)
Make community tas test more like enterprise
(cherry picked from commit 2bbce9372fd0c5b3ec83beb7d37ee0545d4c4350)
Remove distribution and public-javadoc other than licenses.
(cherry picked from commit 51f22500b6fada90e55e760c62a7e1c733511b84)
Simplify dependencies further
(cherry picked from commit ea2fe6d6c460b81270a1981d36a62bb5e4278664)
Change dependency versions to be 6.3.0 based.
(cherry picked from commit 5f2509779754eb8a0cdbd0531e649616d4271d0f)
Give TAS tests in unique atrifact names
(cherry picked from commit 4039d0d1caa63f3f3fb0cde6176fdeae4319615d)
REPO-5224 Add Travis files and gitIgnore
Co-authored-by: Sara Aspery <sara.aspery@alfresco.com>
Co-authored-by: jamalkm <jamal.kaabimofrad@alfresco.com>
(cherry picked from commit 9feefec12e5d818e8d73ae50ec4d66a26277d5c2)
REPO-5292 Move creation of war from acs-community-packaging to alfresco-community-repo
(cherry picked from commit a92cafe60e32e1af1e0b645ec23816bcf930d85f)
Set up top level files for git, whitesource, README, LICENSES, CONTRIBUTING and further changes for travis.
These files have been moved out of the original modules. The README and CONTRIBUTING still need updating.
(cherry picked from commit 6f1b6df3319d563f650d3981859f33859d06932a)
Avoid push to nexus for now and combine core, data-model and repo unit tests
(cherry picked from commit ad44da65600e6ecf318573a4440062ee0adbf291)
Try remote-api tests and comment out REST API TAS tests part2 as there is a test that fails.
(cherry picked from commit b6e016315d5a32281b0cd9f2e74136d65255822c)
Comment out failing tasks
(cherry picked from commit 654f1ef2906bfdeef31a4e7be4fb753006e732a7)
Drop "-tas" and "-parent" out of modules that do tests as they will contain non TAS tests.
(cherry picked from commit 35a2870ec9a188d3f82fba58381f7b6c96326d93)
TAS test's docker-compose files changed to use -base image built in project.
(cherry picked from commit 2615f2ece972079726bd44676967fae1ff854643)
Re-comment commented out section.
(cherry picked from commit 5990979736025aeb8020b61a71d0f581f7d5f8a9)
REPO-5229-Create base Repo Docker images
-update dockerfile for alfresco-community-repo-base images
(cherry picked from commit e37e2673e80fd5dba7b4da03d6243294e41312a8)
Merge remote-tracking branch 'origin/master'
(cherry picked from commit f190a5d799f0c9435818d71a03fb12a55f7cc753)
REPO-5263-Creation of alfresco-community-repo development docker image that contains other ACS elements.
-remove aos and GoogleDocs dependencies
-create community-repo docker image from alfresco-community-repo-base
(cherry picked from commit e506d489f7412ba30e803c8f3067a97b5add7ee4)
Temp message added to README prior to making the project public.
(cherry picked from commit ebcb74485550d69f34fde8675902c0ffe76d44d1)
REPO-5255: Trigger down stream builds
- add trigger-travis script
- create stage and job for triggering downstream project
(cherry picked from commit 78b4248b5a2202f06205dfc75c38ecac480a7416)
Merge branch 'master' into feature/REPO-5255
(cherry picked from commit 80c1191187047968404270c5b0e394b7e7b3a0be)
REPO-5255: Trigger down stream builds [skip tests]
- add branch
(cherry picked from commit 7ed0693fd0f8bea4172ec10804f4a9de92807ad3)
REPO-5255: Trigger down stream builds [skip tests]
- update job condition
(cherry picked from commit 722282b45577216e2cd9f8f083873eb1f8db7eb3)
REPO-5255: Trigger down stream builds [skip tests]
- update job condition
(cherry picked from commit 2080a4842e31fc7555e14196b716334545b9b011)
Merge remote-tracking branch 'origin/feature/REPO-5255' into feature/REPO-5255
(cherry picked from commit c962da39eee67922ddfce40f40a115c4b9c2259b)
Merge pull request #4 from Alfresco/feature/REPO-5255
Feature/repo 5255
(cherry picked from commit badee221e160118593740c3e8243edb5af67d378)
Bump mockito-core from 3.3.3 to 3.4.0 (#138)
(cherry picked from commit 8784ebb1b2
)
Alfresco Data Model
Data model is a library packaged as a jar file which is part of Alfresco Content Services Repository. The library contains the following:
- Dictionary, Repository and Search Services interfaces
- Models for data types and Dictionary implementation
- Parsers
Please note that the data model uses version 2 of the Jackson libraries. The upgrade from version 1 was not backward compatible, any projects that are dependent on data model using Jackson 1.x should use the data-model 6.N branch.
Version 8.0 of data-model depends on alfresco-core 7.0 which is based on Spring 5.
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-data-model</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.