mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Prepare 201911 GA Release (#404)
* REPO-4747: Update dependencies Bump alfresco-repository to 7.107.1 and alfresco-remote-api to 7.134.1 Update CHANGELOG.MD with 201911 GA release. Bump SOLR6 to 1.4.0 in test/docker-compose Update SOLR env for test/docker-compose
This commit is contained in:
committed by
GitHub
parent
8411ce5aa2
commit
05dbaf4301
17
CHANGELOG.md
17
CHANGELOG.md
@@ -1,3 +1,18 @@
|
||||
<h1> Release Notes - Alfresco - Version Community Edition 201911 GA
|
||||
</h1>
|
||||
<h2> Bug
|
||||
</h2>
|
||||
<ul>
|
||||
<li>[<a href='https://issues.alfresco.com/jira/browse/MNT-20436'>MNT-20436</a>] - “POST /nodes/{nodeId}/children” RestAPI does not create a node without having a mandatory value object, but it outputs the 201 successful response.
|
||||
</li>
|
||||
<li>[<a href='https://issues.alfresco.com/jira/browse/MNT-20714'>MNT-20714</a>] - [HotFix] /nodes/{nodeId}/content REST API fails for content created by a deleted user
|
||||
</li>
|
||||
<li>[<a href='https://issues.alfresco.com/jira/browse/MNT-20770'>MNT-20770</a>] - Share non responsive during direct download from S3 if content store selector is also configured
|
||||
</li>
|
||||
<li>[<a href='https://issues.alfresco.com/jira/browse/MNT-20863'>MNT-20863</a>] - Changing cm:name with REST API /nodes/{nodeId} does not update Primary Path
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h1> Release Notes - Alfresco - Version Community Edition 201910 EA
|
||||
</h1>
|
||||
<h2>
|
||||
@@ -58,8 +73,6 @@
|
||||
</li>
|
||||
<li>[<a href='https://issues.alfresco.com/jira/browse/ALF-22097'>ALF-22097</a>] - T Engine - add source nodeId parameter
|
||||
</li>
|
||||
<li>[<a href='https://issues.alfresco.com/jira/browse/MNT-20714'>MNT-20714</a>] - REST API /nodes/{nodeId}/content endpoint fails for content created by a deleted user
|
||||
</li>
|
||||
</ul>
|
||||
<h2> Improvement
|
||||
</h2>
|
||||
|
@@ -1,7 +1,7 @@
|
||||
ALFRESCO_TAG=latest
|
||||
TRANSFORMERS_TAG=2.1.0
|
||||
SHARE_TAG=6.2.0
|
||||
SOLR6_TAG=1.3.0.1
|
||||
SOLR6_TAG=1.4.0
|
||||
POSTGRES_TAG=11.4
|
||||
ACTIVEMQ_TAG=5.15.8
|
||||
REGISTRY=
|
||||
|
@@ -118,6 +118,8 @@ services:
|
||||
- SOLR_SOLR_PORT=8983
|
||||
#Create the default alfresco and archive cores
|
||||
- SOLR_CREATE_ALFRESCO_DEFAULTS=alfresco,archive
|
||||
#HTTP by default
|
||||
- ALFRESCO_SECURE_COMMS=none
|
||||
ports:
|
||||
- 8083:8983 #Browser port
|
||||
|
||||
|
5
pom.xml
5
pom.xml
@@ -68,8 +68,8 @@
|
||||
<version.edition>Community</version.edition>
|
||||
<image.tag>latest</image.tag>
|
||||
|
||||
<dependency.alfresco-remote-api.version>7.107</dependency.alfresco-remote-api.version>
|
||||
<dependency.alfresco-repository.version>7.134</dependency.alfresco-repository.version>
|
||||
<dependency.alfresco-remote-api.version>7.107.1</dependency.alfresco-remote-api.version>
|
||||
<dependency.alfresco-repository.version>7.134.1</dependency.alfresco-repository.version>
|
||||
<dependency.alfresco-data-model.version>8.50.2</dependency.alfresco-data-model.version>
|
||||
<dependency.alfresco-core.version>7.22</dependency.alfresco-core.version>
|
||||
|
||||
@@ -88,7 +88,6 @@
|
||||
<dependency.fabric8.version>4.2.0</dependency.fabric8.version>
|
||||
<dependency.jackson.version>2.9.9</dependency.jackson.version>
|
||||
<dependency.jackson-databind.version>2.9.10</dependency.jackson-databind.version>
|
||||
|
||||
<dependency.cxf.version>3.3.2</dependency.cxf.version>
|
||||
|
||||
<!-- Alfresco Share version -->
|
||||
|
Reference in New Issue
Block a user