From eb37d0c08dc27568cdb1419c3b64cafa58aa8ec3 Mon Sep 17 00:00:00 2001 From: Tuna Aksoy Date: Mon, 23 Jan 2017 23:01:31 +0000 Subject: [PATCH 1/8] Updated Alfresco dependency for RM Community (Repo -> 5.2.e, Share -> 5.2.d) --- pom.xml | 26 ++++++----------- rm-community/pom.xml | 28 +++++++++++++++++-- rm-community/rm-community-repo/pom.xml | 4 +-- .../rm/rest/api/impl/RMSitesImpl.java | 2 +- 4 files changed, 38 insertions(+), 22 deletions(-) diff --git a/pom.xml b/pom.xml index 4eff6fbd7f..48eb54091a 100644 --- a/pom.xml +++ b/pom.xml @@ -65,23 +65,6 @@ - - - - ${alfresco.groupId} - alfresco-platform-distribution - ${alfresco.version} - pom - import - - - org.reflections - reflections - 0.9.10 - - - - rm-community @@ -117,6 +100,15 @@ + + + junit + junit + 4.12 + test + + + ${project.artifactId}-${project.version} diff --git a/rm-community/pom.xml b/rm-community/pom.xml index 5ade81abbe..ec4af993c7 100644 --- a/rm-community/pom.xml +++ b/rm-community/pom.xml @@ -23,8 +23,32 @@ rm-community-share + + + + ${alfresco.groupId} + alfresco-parent + ${alfresco.version} + pom + import + + + ${alfresco.groupId} + alfresco-share-parent + ${share.version} + pom + import + + + org.reflections + reflections + 0.9.10 + + + + - 5.2.b-EA - ${alfresco.version} + 5.2.e + 5.2.d diff --git a/rm-community/rm-community-repo/pom.xml b/rm-community/rm-community-repo/pom.xml index 3097d04a65..0aaff805ad 100644 --- a/rm-community/rm-community-repo/pom.xml +++ b/rm-community/rm-community-repo/pom.xml @@ -19,7 +19,7 @@ alfresco alfresco localhost - alfresco + alfresco-platform 9.1-901.jdbc4 5.1.31 alfresco-rm-community-repo @@ -268,11 +268,11 @@ ${alfresco.groupId} alfresco-remote-api + ${alfresco.version} javax.servlet javax.servlet-api - 3.1.0 provided diff --git a/rm-community/rm-community-repo/source/java/org/alfresco/rm/rest/api/impl/RMSitesImpl.java b/rm-community/rm-community-repo/source/java/org/alfresco/rm/rest/api/impl/RMSitesImpl.java index 569ce2549c..45a8b50cea 100644 --- a/rm-community/rm-community-repo/source/java/org/alfresco/rm/rest/api/impl/RMSitesImpl.java +++ b/rm-community/rm-community-repo/source/java/org/alfresco/rm/rest/api/impl/RMSitesImpl.java @@ -207,7 +207,7 @@ public class RMSitesImpl extends SitesImpl implements RMSites * @param site * @return */ - private Site validateSite(Site site) + protected Site validateSite(Site site) { // site title - mandatory String siteTitle = site.getTitle(); From c32d34fddb0095d7b418e6cb1ece939855c57d20 Mon Sep 17 00:00:00 2001 From: Tuna Aksoy Date: Wed, 25 Jan 2017 14:59:47 +0000 Subject: [PATCH 2/8] RM-4617: Temporary solution to fix an issue on Bamboo --- .../module/org_alfresco_module_rm/rm-service-context.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/rm-service-context.xml b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/rm-service-context.xml index 56d5b0f6af..7e335ec982 100644 --- a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/rm-service-context.xml +++ b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/rm-service-context.xml @@ -1642,4 +1642,9 @@ + + + + + From 793d1ae41aac8cc3088f85ad1b653fbe6983593c Mon Sep 17 00:00:00 2001 From: Tuna Aksoy Date: Wed, 25 Jan 2017 17:35:00 +0000 Subject: [PATCH 3/8] RM-4617: Removed workaround --- .../module/org_alfresco_module_rm/rm-service-context.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/rm-service-context.xml b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/rm-service-context.xml index 7e335ec982..56d5b0f6af 100644 --- a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/rm-service-context.xml +++ b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/rm-service-context.xml @@ -1642,9 +1642,4 @@ - - - - - From 91e73e2bb6568c74a058bc6c9cbeaae9c59fdd4b Mon Sep 17 00:00:00 2001 From: Tuna Aksoy Date: Thu, 26 Jan 2017 23:01:37 +0000 Subject: [PATCH 4/8] RM-4617 (Update Repo/Share dependency for RM Community) --- pom.xml | 8 ++------ rm-community/pom.xml | 5 ----- rm-community/rm-community-repo/pom.xml | 2 ++ 3 files changed, 4 insertions(+), 11 deletions(-) diff --git a/pom.xml b/pom.xml index 48eb54091a..b885c3cb8f 100644 --- a/pom.xml +++ b/pom.xml @@ -93,11 +93,8 @@ UTF-8 UTF-8 -Xmx1024m -XX:MaxPermSize=256m -Duser.language=en -Dcom.sun.management.jmxremote - - - true - false - + true + false @@ -324,7 +321,6 @@ - org.codehaus.mojo license-maven-plugin diff --git a/rm-community/pom.xml b/rm-community/pom.xml index ec4af993c7..07497c2900 100644 --- a/rm-community/pom.xml +++ b/rm-community/pom.xml @@ -39,11 +39,6 @@ pom import - - org.reflections - reflections - 0.9.10 - diff --git a/rm-community/rm-community-repo/pom.xml b/rm-community/rm-community-repo/pom.xml index 0aaff805ad..915bf2897d 100644 --- a/rm-community/rm-community-repo/pom.xml +++ b/rm-community/rm-community-repo/pom.xml @@ -269,6 +269,7 @@ ${alfresco.groupId} alfresco-remote-api ${alfresco.version} + provided javax.servlet @@ -344,6 +345,7 @@ org.reflections reflections + 0.9.10 test From 87a5859b8759fb150568b5673c4cc7146c0f83b8 Mon Sep 17 00:00:00 2001 From: Tuna Aksoy Date: Fri, 27 Jan 2017 17:04:16 +0000 Subject: [PATCH 5/8] RM-4617 (Update Repo/Share dependency for RM Community) --- rm-community/rm-community-repo/pom.xml | 30 ++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/rm-community/rm-community-repo/pom.xml b/rm-community/rm-community-repo/pom.xml index 915bf2897d..f61f1bf752 100644 --- a/rm-community/rm-community-repo/pom.xml +++ b/rm-community/rm-community-repo/pom.xml @@ -146,6 +146,24 @@ org.apache.maven.plugins maven-dependency-plugin + + fetch-share-services-amp + process-test-resources + + copy + + + + + org.alfresco + alfresco-share-services + ${share.version} + amp + + + ${project.build.directory} + + unpack-alfresco prepare-package @@ -188,6 +206,18 @@ install + + install-share-services-amp + + install + + prepare-package + + true + ${project.build.directory}/alfresco-share-services-${share.version}.amp + ${app.amp.client.war.folder} + + From d97e87c719a4b3262dfd845c6490a30450eff07a Mon Sep 17 00:00:00 2001 From: Tom Page Date: Thu, 16 Feb 2017 11:39:33 +0000 Subject: [PATCH 6/8] Fix plugin repositories to allow running against 5.1.2. Also move the enterprise-related repositories into the enterprise profile. --- pom.xml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 2efbbd8b87..f54859f8e5 100644 --- a/pom.xml +++ b/pom.xml @@ -42,8 +42,8 @@ - alfresco-internal - https://artifacts.alfresco.com/nexus/content/groups/private + alfresco-public + https://artifacts.alfresco.com/nexus/content/groups/public @@ -98,6 +98,18 @@ rm-enterprise rm-automation + + + alfresco-internal + https://artifacts.alfresco.com/nexus/content/groups/private + + + + + alfresco-private + https://artifacts.alfresco.com/nexus/content/groups/private + + From a2baaed56466bfd0a03f79821521b16a210a6114 Mon Sep 17 00:00:00 2001 From: Ana Bozianu Date: Tue, 21 Feb 2017 20:46:14 +0200 Subject: [PATCH 7/8] RM-4186 - loader preloads the records and schedules the events accordingly --- rm-automation/rm-automation-community-rest-api/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rm-automation/rm-automation-community-rest-api/pom.xml b/rm-automation/rm-automation-community-rest-api/pom.xml index d0fef893e8..afdfa6cfc0 100644 --- a/rm-automation/rm-automation-community-rest-api/pom.xml +++ b/rm-automation/rm-automation-community-rest-api/pom.xml @@ -15,7 +15,7 @@ 1.8 alfresco-rm-community-share alfresco-rm-community-repo - 5.2.0-2 + 5.2.0-5-SNAPSHOT 2.0.0 From c17486363196ab78d4538c3193246c50bbfe4433 Mon Sep 17 00:00:00 2001 From: Tom Page Date: Thu, 2 Mar 2017 14:58:16 +0000 Subject: [PATCH 8/8] RM-4158 Add classification guide calls. This is /classification-guides GET and POST, /classification-guides/{id} GET, PUT and DELETE. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5af011ae43..eb5850fdec 100644 --- a/pom.xml +++ b/pom.xml @@ -100,7 +100,7 @@ AUTO_SERVER=TRUE;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=10000;MVCC=FALSE;LOCK_MODE=0;IGNORECASE=TRUE false - 1.7 + 1.8 1.8 UTF-8 UTF-8