Skip to content

Commit

Permalink
ALFREDAPI-519: Drop support for Alfresco 6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
WimCrols committed Nov 29, 2023
1 parent b4af1fa commit ecb204f
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 72 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
BuildAndPublish:
strategy:
matrix:
alfresco_version: [ 62, 70, 71, 72, 73, 74 ]
alfresco_version: [ 70, 71, 72, 73, 74 ]
fail-fast: false
runs-on: ubuntu-latest
steps:
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# Alfred API - Changelog

## 4.1.0 (unreleased)
## 5.0.0 (unreleased)
From this version onward Dynamic Extensions is replaced by [Alfresco MVC](https://github.com/dgradecak/alfresco-mvc)
as framework to reduce maintenance efforts.

To make this change clearer the Alfred API Maven group ID has been updated from `eu.xenit.apix`
to `eu.xenit.alfred.api`.

This release also drop* support for Alfresco 6.2 and adds support for 7.4.

### Added
* [ALFREDAPI-519](https://xenitsupport.jira.com/browse/ALFREDAPI-519): Add support for Alfresco 7.4

Expand All @@ -18,6 +20,7 @@ to `eu.xenit.alfred.api`.

### Removed
* [ALFREDAPI-504](https://xenitsupport.jira.com/browse/ALFREDAPI-504): Drop Dynamic Extensions in favor of Alfresco MVC
* [ALFREDAPI-519](https://xenitsupport.jira.com/browse/ALFREDAPI-519): Remove support for Alfresco 6.2



Expand Down
5 changes: 0 additions & 5 deletions alfresco/62/overrides.gradle

This file was deleted.

10 changes: 0 additions & 10 deletions apix-docker/62/build.gradle

This file was deleted.

16 changes: 0 additions & 16 deletions apix-docker/62/debug-extension.docker-compose.yml

This file was deleted.

37 changes: 0 additions & 37 deletions apix-docker/62/docker-compose.yml

This file was deleted.

Empty file removed apix-impl/62/.gitkeep
Empty file.
Empty file.
Empty file.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def static getVersionQualifier(String branch_name) {
}

ext {
versionWithoutQualifier = '4.1.0'
versionWithoutQualifier = '5.0.0'

de_version = '3.1.0' // Only used for integration testing
mvc = '8.0.0'
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ include ':apix-docker'
include ':apix-integrationtests'
include ':apix-integrationtests:model-amp'

for (String version : ['6.2', '7.0', '7.1', '7.2', '7.3', '7.4']) {
for (String version : ['7.0', '7.1', '7.2', '7.3', '7.4']) {
def shortVersion = version.replaceAll('\\.', '')

include ":apix-impl:apix-impl-$shortVersion"
Expand Down

0 comments on commit ecb204f

Please sign in to comment.