Skip to content

Commit

Permalink
DOCKER-450 [Add] Support for Alfresco v23.1 && v23.2
Browse files Browse the repository at this point in the history
  * [Add] tomcat-embedded V10
  * [Update] JSON-logging V0.0.7 to V0.0.8
  * [Update] Changelog
  * [source] https://docs.alfresco.com/content-services/latest/support/#supported-platforms/23-1

DOCKER-450 [test] sonarcube

DOCKER-450 [test] ignore subproject embedded-x code for sonarqube
  • Loading branch information
codingBenVdS committed May 27, 2024
1 parent 9135073 commit ea117c8
Show file tree
Hide file tree
Showing 24 changed files with 1,604 additions and 29 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [ "community-6.1.2-ga","community-6.2.0-ga","community-7.0.0", "community-7.1.1", "community-7.2.0", "community-7.3.0", "community-7.4.0", "enterprise-6.1.1","enterprise-6.2.2","enterprise-7.0.1", "enterprise-7.1.0", "enterprise-7.2.0", "enterprise-7.3.0", "enterprise-7.4.0" ]
version: [ "community-6.1.2-ga","community-6.2.0-ga","community-7.0.0", "community-7.1.1", "community-7.2.0", "community-7.3.0", "community-7.4.0", "community-23.1.0", "community-23.2.0", "enterprise-6.1.1","enterprise-6.2.2","enterprise-7.0.1", "enterprise-7.1.0", "enterprise-7.2.0", "enterprise-7.3.0", "enterprise-7.4.0", "enterprise-23.1.0", "enterprise-23.2.0" ]
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
- name: Set up JDK 17
Expand Down Expand Up @@ -114,4 +114,4 @@ jobs:
uses: gradle/gradle-build-action@842c587ad8aa4c68eeba24c396e15af4c2e9f30a # v2
with:
cache-read-only: false
arguments: :tomcat-base:tomcat-embedded-8.5:publish :tomcat-base:tomcat-embedded-9:publish --info -PsigningKeyId=CDE3528F
arguments: :tomcat-base:tomcat-embedded-8.5:publish :tomcat-base:tomcat-embedded-9:publish :tomcat-base:tomcat-embedded-10:publish --info -PsigningKeyId=CDE3528F
11 changes: 11 additions & 0 deletions 1alfresco-skeleton/23.1/overload.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
ext {
alfresco = [
version: [
major: 23,
minor: 1,
rev: 0
],
flavor: 'skeleton'
]
}

11 changes: 11 additions & 0 deletions 1alfresco-skeleton/23.2/overload.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
ext {
alfresco = [
version: [
major: 23,
minor: 2,
rev: 0
],
flavor: 'skeleton'
]
}

Loading

0 comments on commit ea117c8

Please sign in to comment.