Skip to content

Commit

Permalink
Prepare 201911 GA Release (#404)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
Epurashu committed Nov 25, 2019
1 parent 8411ce5 commit 05dbaf4
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 6 deletions.
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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>
Expand Down Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion docker-alfresco/test/.env
Original file line number Diff line number Diff line change
@@ -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=
Expand Down
2 changes: 2 additions & 0 deletions docker-alfresco/test/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand All @@ -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 -->
Expand Down

0 comments on commit 05dbaf4

Please sign in to comment.