Skip to content

Commit

Permalink
ALFREDAPI-560 [RELEASE] 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
codingBenVdS committed Aug 19, 2024
1 parent 819766c commit 3622f36
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 23 deletions.
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ The artifact name of `alfred-api-integrationtests` has been changed to `alfred-a
* [ALFREDAPI-548](https://xenitsupport.jira.com/browse/ALFREDAPI-548): Support Alfresco V23.1 && V23.2, dropping V7.x
* [ALFREDAPI-556](https://xenitsupport.jira.com/browse/ALFREDAPI-556): Change apix package-names to `eu.xenit.alfred.api`.

## 5.0.4 (Unreleased)

### Fixed
* [ALFREDAPI-552](https://xenitsupport.jira.com/browse/ALFREDAPI-552) Make swagger spec Open Api v2 compliant

Expand Down
31 changes: 10 additions & 21 deletions docs/user/user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -480,11 +480,7 @@ Each list element specifies a property on which higlighting needs to be applied.
When no fields are specified, the call defaults to `cm:content` as field.
Full documentation can be found on the Alfresco documentation page:

* [7.0](https://docs.alfresco.com/content-services/7.0/develop/rest-api-guide/searching/#term-highlighting-search)
* [7.1](https://docs.alfresco.com/content-services/7.1/develop/rest-api-guide/searching/#term-highlighting-search)
* [7.2](https://docs.alfresco.com/content-services/7.2/develop/rest-api-guide/searching/#term-highlighting-search)
* [7.3](https://docs.alfresco.com/content-services/7.3/develop/rest-api-guide/searching/#term-highlighting-search)
* [7.4](https://docs.alfresco.com/content-services/7.4/develop/rest-api-guide/searching/#term-highlighting-search)
* [23.x](https://docs.alfresco.com/content-services/latest/develop/rest-api-guide/searching/)

```json
{
Expand Down Expand Up @@ -736,13 +732,10 @@ Indicates unexpected failures.
## Supported Alfresco versions
Currently Alfred API supports the following Alfresco versions:

* 7.0
* 7.1
* 7.2
* 7.3
* 7.4
* 23.1
* 23.2

Alfred API depends on the [Alfresco MVC framework](https://github.com/dgradecak/alfresco-mvc) version `8.0.0`.
Alfred API depends on the [Alfresco MVC framework](https://github.com/dgradecak/alfresco-mvc) version `9.0.0`.
Installation depends on the tools that you use to build and install, but below are examples of a few common ways.
Further details can be found on its [README](https://github.com/dgradecak/alfresco-mvc/blob/master/README.md).

Expand All @@ -757,9 +750,9 @@ An example when using Gradle and the
[Alfresco Docker Gradle plugin](https://github.com/xenit-eu/alfresco-docker-gradle-plugin/blob/master/docs/02-plugin-docker-alfresco.md)
is:
```groovy
alfrescoSM group: 'com.gradecak.alfresco-mvc', name: 'alfresco-mvc-rest', version: '8.0.0'
alfrescoSM group: 'com.gradecak.alfresco-mvc', name: 'alfresco-mvc-aop', version: '8.0.0'
alfrescoAmp group: 'eu.xenit.alfred.api', name: 'alfred-api-74', version: '5.0.0'
alfrescoSM group: 'com.gradecak.alfresco-mvc', name: 'alfresco-mvc-rest', version: '9.0.0'
alfrescoSM group: 'com.gradecak.alfresco-mvc', name: 'alfresco-mvc-aop', version: '9.0.0'
alfrescoAmp group: 'eu.xenit.alfred.api', name: 'alfred-api-231', version: '6.0.0'
```
Note above example also installs Alfred API as AMP.

Expand All @@ -770,8 +763,8 @@ If you install your Alfresco manually, you can download the JARs directly from
and place them on your Tomcat's classpath.

```bash
cp alfresco-mvc-aop-8.0.0.jar /usr/local/tomcat/shared/lib/
cp alfresco-mvc-rest-8.0.0.jar /usr/local/tomcat/shared/lib/
cp alfresco-mvc-aop-9.0.0.jar /usr/local/tomcat/shared/lib/
cp alfresco-mvc-rest-9.0.0.jar /usr/local/tomcat/shared/lib/
```


Expand All @@ -782,11 +775,7 @@ The application is available as an Alfresco AMP artifact, which is the preferred

To install the AMP, follow the Alfresco AMP installation guidelines your version of Alfresco:

* [7.0](https://docs.alfresco.com/content-services/7.0/install/zip/amp/)
* [7.1](https://docs.alfresco.com/content-services/7.1/install/zip/amp/)
* [7.2](https://docs.alfresco.com/content-services/7.2/install/zip/amp/)
* [7.3](https://docs.alfresco.com/content-services/7.3/install/zip/amp/)
* [7.4](https://docs.alfresco.com/content-services/7.4/install/zip/amp/)
* [23.x](https://docs.alfresco.com/content-services/latest/install/zip/amp/)

# Contributing
Alfred API is open source. The code is available from [Github](https://github.com/xenit-eu/alfred-api). Building the artifacts requires
Expand Down

0 comments on commit 3622f36

Please sign in to comment.