mirror of
				https://github.com/Alfresco/alfresco-community-repo.git
				synced 2025-10-29 15:21:53 +00:00 
			
		
		
		
	Compare commits
	
		
			38 Commits
		
	
	
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|  | 332531b73e | ||
|  | 53db867f22 | ||
|  | d2763f8f7d | ||
|  | 17eb6d7bdf | ||
|  | c05b723198 | ||
|  | afbf4dcc23 | ||
|  | 87b04951ae | ||
|  | 027fcf32af | ||
|  | 8822ae27c2 | ||
|  | a529fdff46 | ||
|  | 204dab1507 | ||
|  | e7967bfe9e | ||
|  | d8296d4049 | ||
|  | e5bbb16360 | ||
|  | 0e82e519ac | ||
|  | 43c0fafe0d | ||
|  | 717d412159 | ||
|  | 5091f6c2e8 | ||
|  | 88c4a933ff | ||
|  | c5d171135b | ||
|  | fad5f7d20e | ||
|  | 3cd6b493d5 | ||
|  | 9309f2ab99 | ||
|  | 07fd5e8389 | ||
|  | bdf32bffed | ||
|  | f915e08b3d | ||
|  | fab4d497e0 | ||
|  | 76c21e7102 | ||
|  | a855fd7805 | ||
|  | eef63bd242 | ||
|  | d9d37470b5 | ||
|  | 817a89dd6c | ||
|  | 1e55a06512 | ||
|  | ad52aac0a4 | ||
|  | 535651a682 | ||
|  | 9e14db2ee6 | ||
|  | 2652cdaa98 | ||
|  | b595e41095 | 
							
								
								
									
										184
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										184
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @@ -44,14 +44,14 @@ jobs: | |||||||
|       - uses: actions/checkout@v4 |       - uses: actions/checkout@v4 | ||||||
|         with: |         with: | ||||||
|           fetch-depth: 0 |           fetch-depth: 0 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v7.1.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v8.16.0 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v7.1.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v8.16.0 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v7.1.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.16.0 | ||||||
|       - id: changed-files |       - id: changed-files | ||||||
|         uses: Alfresco/alfresco-build-tools/.github/actions/github-list-changes@v7.1.0 |         uses: Alfresco/alfresco-build-tools/.github/actions/github-list-changes@v8.16.0 | ||||||
|         with: |         with: | ||||||
|           write-list-to-env: true |           write-list-to-env: true | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v7.1.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/pre-commit@v8.16.0 | ||||||
|       - name: "Init" |       - name: "Init" | ||||||
|         run: bash ./scripts/ci/init.sh |         run: bash ./scripts/ci/init.sh | ||||||
|       - name: "Prepare maven cache and check compilation" |       - name: "Prepare maven cache and check compilation" | ||||||
| @@ -69,12 +69,12 @@ jobs: | |||||||
|       !contains(github.event.head_commit.message, '[force') |       !contains(github.event.head_commit.message, '[force') | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v4 |       - uses: actions/checkout@v4 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v7.1.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v8.16.0 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v7.1.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v8.16.0 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v7.1.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.16.0 | ||||||
|       - name: "Init" |       - name: "Init" | ||||||
|         run: bash ./scripts/ci/init.sh |         run: bash ./scripts/ci/init.sh | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/veracode@v7.1.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/veracode@v8.16.0 | ||||||
|         continue-on-error: true |         continue-on-error: true | ||||||
|         with: |         with: | ||||||
|           srcclr-api-token: ${{ secrets.SRCCLR_API_TOKEN }} |           srcclr-api-token: ${{ secrets.SRCCLR_API_TOKEN }} | ||||||
| @@ -92,10 +92,10 @@ jobs: | |||||||
|       !contains(github.event.head_commit.message, '[force') |       !contains(github.event.head_commit.message, '[force') | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v4 |       - uses: actions/checkout@v4 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v7.1.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v8.16.0 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v7.1.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v8.16.0 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v7.1.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.16.0 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/github-download-file@v7.1.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/github-download-file@v8.16.0 | ||||||
|         with: |         with: | ||||||
|           token: ${{ secrets.BOT_GITHUB_TOKEN }} |           token: ${{ secrets.BOT_GITHUB_TOKEN }} | ||||||
|           repository: "Alfresco/veracode-baseline-archive" |           repository: "Alfresco/veracode-baseline-archive" | ||||||
| @@ -142,9 +142,9 @@ jobs: | |||||||
|       !contains(github.event.head_commit.message, '[skip tests]') && |       !contains(github.event.head_commit.message, '[skip tests]') && | ||||||
|       !contains(github.event.head_commit.message, '[force]') |       !contains(github.event.head_commit.message, '[force]') | ||||||
|     steps: |     steps: | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v7.1.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v8.16.0 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v7.1.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v8.16.0 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v7.1.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.16.0 | ||||||
|       - uses: Alfresco/ya-pmd-scan@v4.1.0 |       - uses: Alfresco/ya-pmd-scan@v4.1.0 | ||||||
|         with: |         with: | ||||||
|           classpath-build-command: "mvn test-compile -ntp -Pags -pl \"-:alfresco-community-repo-docker\"" |           classpath-build-command: "mvn test-compile -ntp -Pags -pl \"-:alfresco-community-repo-docker\"" | ||||||
| @@ -175,14 +175,14 @@ jobs: | |||||||
|             testAttributes: "-Dtest=AllMmtUnitTestSuite" |             testAttributes: "-Dtest=AllMmtUnitTestSuite" | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v4 |       - uses: actions/checkout@v4 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v7.1.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v8.16.0 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v7.1.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v8.16.0 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v7.1.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.16.0 | ||||||
|       - name: "Init" |       - name: "Init" | ||||||
|         run: bash ./scripts/ci/init.sh |         run: bash ./scripts/ci/init.sh | ||||||
|       - name: "Prepare Report Portal" |       - name: "Prepare Report Portal" | ||||||
|         if: github.ref_name == 'master' |         if: github.ref_name == 'master' | ||||||
|         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v7.1.0 |         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v8.16.0 | ||||||
|         id: rp-prepare |         id: rp-prepare | ||||||
|         with: |         with: | ||||||
|           rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} - ${{ matrix.testModule }} |           rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} - ${{ matrix.testModule }} | ||||||
| @@ -213,7 +213,7 @@ jobs: | |||||||
|         continue-on-error: true |         continue-on-error: true | ||||||
|       - name: "Summarize Report Portal" |       - name: "Summarize Report Portal" | ||||||
|         if: github.ref_name == 'master' |         if: github.ref_name == 'master' | ||||||
|         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v7.1.0 |         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v8.16.0 | ||||||
|         id: rp-summarize |         id: rp-summarize | ||||||
|         with: |         with: | ||||||
|           tests-outcome: ${{ steps.run-tests.outcome }} |           tests-outcome: ${{ steps.run-tests.outcome }} | ||||||
| @@ -255,9 +255,9 @@ jobs: | |||||||
|       REQUIRES_INSTALLED_ARTIFACTS: true |       REQUIRES_INSTALLED_ARTIFACTS: true | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v4 |       - uses: actions/checkout@v4 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v7.1.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v8.16.0 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v7.1.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v8.16.0 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v7.1.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.16.0 | ||||||
|       - name: "Build" |       - name: "Build" | ||||||
|         timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }} |         timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }} | ||||||
|         run: | |         run: | | ||||||
| @@ -270,7 +270,7 @@ jobs: | |||||||
|         run: docker compose -f ./scripts/ci/docker-compose/docker-compose.yaml --profile ${{ matrix.compose-profile }} up -d |         run: docker compose -f ./scripts/ci/docker-compose/docker-compose.yaml --profile ${{ matrix.compose-profile }} up -d | ||||||
|       - name: "Prepare Report Portal" |       - name: "Prepare Report Portal" | ||||||
|         if: github.ref_name == 'master' |         if: github.ref_name == 'master' | ||||||
|         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v7.1.0 |         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v8.16.0 | ||||||
|         id: rp-prepare |         id: rp-prepare | ||||||
|         with: |         with: | ||||||
|           rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} - ${{ matrix.testSuite }} |           rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} - ${{ matrix.testSuite }} | ||||||
| @@ -301,7 +301,7 @@ jobs: | |||||||
|         continue-on-error: true |         continue-on-error: true | ||||||
|       - name: "Summarize Report Portal" |       - name: "Summarize Report Portal" | ||||||
|         if: github.ref_name == 'master' |         if: github.ref_name == 'master' | ||||||
|         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v7.1.0 |         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v8.16.0 | ||||||
|         id: rp-summarize |         id: rp-summarize | ||||||
|         with: |         with: | ||||||
|           tests-outcome: ${{ steps.run-tests.outcome }} |           tests-outcome: ${{ steps.run-tests.outcome }} | ||||||
| @@ -334,9 +334,9 @@ jobs: | |||||||
|         version: ['10.2.18', '10.4', '10.5'] |         version: ['10.2.18', '10.4', '10.5'] | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v4 |       - uses: actions/checkout@v4 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v7.1.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v8.16.0 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v7.1.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v8.16.0 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v7.1.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.16.0 | ||||||
|       - name: "Init" |       - name: "Init" | ||||||
|         run: bash ./scripts/ci/init.sh |         run: bash ./scripts/ci/init.sh | ||||||
|       - name: Run MariaDB ${{ matrix.version }} database |       - name: Run MariaDB ${{ matrix.version }} database | ||||||
| @@ -345,7 +345,7 @@ jobs: | |||||||
|           MARIADB_VERSION: ${{ matrix.version }} |           MARIADB_VERSION: ${{ matrix.version }} | ||||||
|       - name: "Prepare Report Portal" |       - name: "Prepare Report Portal" | ||||||
|         if: github.ref_name == 'master' |         if: github.ref_name == 'master' | ||||||
|         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v7.1.0 |         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v8.16.0 | ||||||
|         id: rp-prepare |         id: rp-prepare | ||||||
|         with: |         with: | ||||||
|           rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} - ${{ matrix.version }} |           rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} - ${{ matrix.version }} | ||||||
| @@ -376,7 +376,7 @@ jobs: | |||||||
|         continue-on-error: true |         continue-on-error: true | ||||||
|       - name: "Summarize Report Portal" |       - name: "Summarize Report Portal" | ||||||
|         if: github.ref_name == 'master' |         if: github.ref_name == 'master' | ||||||
|         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v7.1.0 |         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v8.16.0 | ||||||
|         id: rp-summarize |         id: rp-summarize | ||||||
|         with: |         with: | ||||||
|           tests-outcome: ${{ steps.run-tests.outcome }} |           tests-outcome: ${{ steps.run-tests.outcome }} | ||||||
| @@ -405,9 +405,9 @@ jobs: | |||||||
|       !contains(github.event.head_commit.message, '[force') |       !contains(github.event.head_commit.message, '[force') | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v4 |       - uses: actions/checkout@v4 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v7.1.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v8.16.0 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v7.1.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v8.16.0 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v7.1.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.16.0 | ||||||
|       - name: "Init" |       - name: "Init" | ||||||
|         run: bash ./scripts/ci/init.sh |         run: bash ./scripts/ci/init.sh | ||||||
|       - name: "Run MariaDB 10.6 database" |       - name: "Run MariaDB 10.6 database" | ||||||
| @@ -416,7 +416,7 @@ jobs: | |||||||
|           MARIADB_VERSION: 10.6 |           MARIADB_VERSION: 10.6 | ||||||
|       - name: "Prepare Report Portal" |       - name: "Prepare Report Portal" | ||||||
|         if: github.ref_name == 'master' |         if: github.ref_name == 'master' | ||||||
|         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v7.1.0 |         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v8.16.0 | ||||||
|         id: rp-prepare |         id: rp-prepare | ||||||
|         with: |         with: | ||||||
|           rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} |           rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} | ||||||
| @@ -447,7 +447,7 @@ jobs: | |||||||
|         continue-on-error: true |         continue-on-error: true | ||||||
|       - name: "Summarize Report Portal" |       - name: "Summarize Report Portal" | ||||||
|         if: github.ref_name == 'master' |         if: github.ref_name == 'master' | ||||||
|         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v7.1.0 |         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v8.16.0 | ||||||
|         id: rp-summarize |         id: rp-summarize | ||||||
|         with: |         with: | ||||||
|           tests-outcome: ${{ steps.run-tests.outcome }} |           tests-outcome: ${{ steps.run-tests.outcome }} | ||||||
| @@ -476,9 +476,9 @@ jobs: | |||||||
|       !contains(github.event.head_commit.message, '[force') |       !contains(github.event.head_commit.message, '[force') | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v4 |       - uses: actions/checkout@v4 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v7.1.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v8.16.0 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v7.1.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v8.16.0 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v7.1.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.16.0 | ||||||
|       - name: "Init" |       - name: "Init" | ||||||
|         run: bash ./scripts/ci/init.sh |         run: bash ./scripts/ci/init.sh | ||||||
|       - name: "Run MySQL 8 database" |       - name: "Run MySQL 8 database" | ||||||
| @@ -487,7 +487,7 @@ jobs: | |||||||
|           MYSQL_VERSION: 8 |           MYSQL_VERSION: 8 | ||||||
|       - name: "Prepare Report Portal" |       - name: "Prepare Report Portal" | ||||||
|         if: github.ref_name == 'master' |         if: github.ref_name == 'master' | ||||||
|         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v7.1.0 |         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v8.16.0 | ||||||
|         id: rp-prepare |         id: rp-prepare | ||||||
|         with: |         with: | ||||||
|           rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} |           rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} | ||||||
| @@ -518,7 +518,7 @@ jobs: | |||||||
|         continue-on-error: true |         continue-on-error: true | ||||||
|       - name: "Summarize Report Portal" |       - name: "Summarize Report Portal" | ||||||
|         if: github.ref_name == 'master' |         if: github.ref_name == 'master' | ||||||
|         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v7.1.0 |         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v8.16.0 | ||||||
|         id: rp-summarize |         id: rp-summarize | ||||||
|         with: |         with: | ||||||
|           tests-outcome: ${{ steps.run-tests.outcome }} |           tests-outcome: ${{ steps.run-tests.outcome }} | ||||||
| @@ -546,9 +546,9 @@ jobs: | |||||||
|       !contains(github.event.head_commit.message, '[force') |       !contains(github.event.head_commit.message, '[force') | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v4 |       - uses: actions/checkout@v4 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v7.1.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v8.16.0 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v7.1.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v8.16.0 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v7.1.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.16.0 | ||||||
|       - name: "Init" |       - name: "Init" | ||||||
|         run: bash ./scripts/ci/init.sh |         run: bash ./scripts/ci/init.sh | ||||||
|       - name: "Run PostgreSQL 13.12 database" |       - name: "Run PostgreSQL 13.12 database" | ||||||
| @@ -557,7 +557,7 @@ jobs: | |||||||
|           POSTGRES_VERSION: 13.12 |           POSTGRES_VERSION: 13.12 | ||||||
|       - name: "Prepare Report Portal" |       - name: "Prepare Report Portal" | ||||||
|         if: github.ref_name == 'master' |         if: github.ref_name == 'master' | ||||||
|         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v7.1.0 |         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v8.16.0 | ||||||
|         id: rp-prepare |         id: rp-prepare | ||||||
|         with: |         with: | ||||||
|           rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} |           rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} | ||||||
| @@ -588,7 +588,7 @@ jobs: | |||||||
|         continue-on-error: true |         continue-on-error: true | ||||||
|       - name: "Summarize Report Portal" |       - name: "Summarize Report Portal" | ||||||
|         if: github.ref_name == 'master' |         if: github.ref_name == 'master' | ||||||
|         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v7.1.0 |         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v8.16.0 | ||||||
|         id: rp-summarize |         id: rp-summarize | ||||||
|         with: |         with: | ||||||
|           tests-outcome: ${{ steps.run-tests.outcome }} |           tests-outcome: ${{ steps.run-tests.outcome }} | ||||||
| @@ -616,9 +616,9 @@ jobs: | |||||||
|       !contains(github.event.head_commit.message, '[force') |       !contains(github.event.head_commit.message, '[force') | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v4 |       - uses: actions/checkout@v4 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v7.1.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v8.16.0 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v7.1.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v8.16.0 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v7.1.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.16.0 | ||||||
|       - name: "Init" |       - name: "Init" | ||||||
|         run: bash ./scripts/ci/init.sh |         run: bash ./scripts/ci/init.sh | ||||||
|       - name: "Run PostgreSQL 14.9 database" |       - name: "Run PostgreSQL 14.9 database" | ||||||
| @@ -627,7 +627,7 @@ jobs: | |||||||
|           POSTGRES_VERSION: 14.9 |           POSTGRES_VERSION: 14.9 | ||||||
|       - name: "Prepare Report Portal" |       - name: "Prepare Report Portal" | ||||||
|         if: github.ref_name == 'master' |         if: github.ref_name == 'master' | ||||||
|         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v7.1.0 |         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v8.16.0 | ||||||
|         id: rp-prepare |         id: rp-prepare | ||||||
|         with: |         with: | ||||||
|           rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} |           rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} | ||||||
| @@ -658,7 +658,7 @@ jobs: | |||||||
|         continue-on-error: true |         continue-on-error: true | ||||||
|       - name: "Summarize Report Portal" |       - name: "Summarize Report Portal" | ||||||
|         if: github.ref_name == 'master' |         if: github.ref_name == 'master' | ||||||
|         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v7.1.0 |         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v8.16.0 | ||||||
|         id: rp-summarize |         id: rp-summarize | ||||||
|         with: |         with: | ||||||
|           tests-outcome: ${{ steps.run-tests.outcome }} |           tests-outcome: ${{ steps.run-tests.outcome }} | ||||||
| @@ -686,9 +686,9 @@ jobs: | |||||||
|       !contains(github.event.head_commit.message, '[force') |       !contains(github.event.head_commit.message, '[force') | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v4 |       - uses: actions/checkout@v4 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v7.1.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v8.16.0 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v7.1.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v8.16.0 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v7.1.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.16.0 | ||||||
|       - name: "Init" |       - name: "Init" | ||||||
|         run: bash ./scripts/ci/init.sh |         run: bash ./scripts/ci/init.sh | ||||||
|       - name: "Run PostgreSQL 15.4 database" |       - name: "Run PostgreSQL 15.4 database" | ||||||
| @@ -697,7 +697,7 @@ jobs: | |||||||
|           POSTGRES_VERSION: 15.4 |           POSTGRES_VERSION: 15.4 | ||||||
|       - name: "Prepare Report Portal" |       - name: "Prepare Report Portal" | ||||||
|         if: github.ref_name == 'master' |         if: github.ref_name == 'master' | ||||||
|         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v7.1.0 |         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v8.16.0 | ||||||
|         id: rp-prepare |         id: rp-prepare | ||||||
|         with: |         with: | ||||||
|           rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} |           rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} | ||||||
| @@ -728,7 +728,7 @@ jobs: | |||||||
|         continue-on-error: true |         continue-on-error: true | ||||||
|       - name: "Summarize Report Portal" |       - name: "Summarize Report Portal" | ||||||
|         if: github.ref_name == 'master' |         if: github.ref_name == 'master' | ||||||
|         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v7.1.0 |         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v8.16.0 | ||||||
|         id: rp-summarize |         id: rp-summarize | ||||||
|         with: |         with: | ||||||
|           tests-outcome: ${{ steps.run-tests.outcome }} |           tests-outcome: ${{ steps.run-tests.outcome }} | ||||||
| @@ -754,16 +754,16 @@ jobs: | |||||||
|       !contains(github.event.head_commit.message, '[force') |       !contains(github.event.head_commit.message, '[force') | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v4 |       - uses: actions/checkout@v4 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v7.1.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v8.16.0 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v7.1.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v8.16.0 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v7.1.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.16.0 | ||||||
|       - name: "Init" |       - name: "Init" | ||||||
|         run: bash ./scripts/ci/init.sh |         run: bash ./scripts/ci/init.sh | ||||||
|       - name: "Run ActiveMQ" |       - name: "Run ActiveMQ" | ||||||
|         run: docker compose -f ./scripts/ci/docker-compose/docker-compose.yaml --profile activemq up -d |         run: docker compose -f ./scripts/ci/docker-compose/docker-compose.yaml --profile activemq up -d | ||||||
|       - name: "Prepare Report Portal" |       - name: "Prepare Report Portal" | ||||||
|         if: github.ref_name == 'master' |         if: github.ref_name == 'master' | ||||||
|         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v7.1.0 |         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v8.16.0 | ||||||
|         id: rp-prepare |         id: rp-prepare | ||||||
|         with: |         with: | ||||||
|           rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} |           rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} | ||||||
| @@ -794,7 +794,7 @@ jobs: | |||||||
|         continue-on-error: true |         continue-on-error: true | ||||||
|       - name: "Summarize Report Portal" |       - name: "Summarize Report Portal" | ||||||
|         if: github.ref_name == 'master' |         if: github.ref_name == 'master' | ||||||
|         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v7.1.0 |         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v8.16.0 | ||||||
|         id: rp-summarize |         id: rp-summarize | ||||||
|         with: |         with: | ||||||
|           tests-outcome: ${{ steps.run-tests.outcome }} |           tests-outcome: ${{ steps.run-tests.outcome }} | ||||||
| @@ -854,9 +854,9 @@ jobs: | |||||||
|             mvn-options: '-Dencryption.ssl.keystore.location=${CI_WORKSPACE}/keystores/alfresco/alfresco.keystore -Dencryption.ssl.truststore.location=${CI_WORKSPACE}/keystores/alfresco/alfresco.truststore' |             mvn-options: '-Dencryption.ssl.keystore.location=${CI_WORKSPACE}/keystores/alfresco/alfresco.keystore -Dencryption.ssl.truststore.location=${CI_WORKSPACE}/keystores/alfresco/alfresco.truststore' | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v4 |       - uses: actions/checkout@v4 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v7.1.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v8.16.0 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v7.1.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v8.16.0 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v7.1.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.16.0 | ||||||
|       - name: "Init" |       - name: "Init" | ||||||
|         run: bash ./scripts/ci/init.sh |         run: bash ./scripts/ci/init.sh | ||||||
|       - name: "Set transformers tag" |       - name: "Set transformers tag" | ||||||
| @@ -879,7 +879,7 @@ jobs: | |||||||
|         run: docker compose -f ./scripts/ci/docker-compose/docker-compose.yaml --profile ${{ matrix.compose-profile }} up -d |         run: docker compose -f ./scripts/ci/docker-compose/docker-compose.yaml --profile ${{ matrix.compose-profile }} up -d | ||||||
|       - name: "Prepare Report Portal" |       - name: "Prepare Report Portal" | ||||||
|         if: github.ref_name == 'master' |         if: github.ref_name == 'master' | ||||||
|         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v7.1.0 |         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v8.16.0 | ||||||
|         id: rp-prepare |         id: rp-prepare | ||||||
|         with: |         with: | ||||||
|           rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} - ${{ matrix.testSuite }} ${{ matrix.idp }} |           rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} - ${{ matrix.testSuite }} ${{ matrix.idp }} | ||||||
| @@ -910,7 +910,7 @@ jobs: | |||||||
|         continue-on-error: true |         continue-on-error: true | ||||||
|       - name: "Summarize Report Portal" |       - name: "Summarize Report Portal" | ||||||
|         if: github.ref_name == 'master' |         if: github.ref_name == 'master' | ||||||
|         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v7.1.0 |         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v8.16.0 | ||||||
|         id: rp-summarize |         id: rp-summarize | ||||||
|         with: |         with: | ||||||
|           tests-outcome: ${{ steps.run-tests.outcome }} |           tests-outcome: ${{ steps.run-tests.outcome }} | ||||||
| @@ -968,9 +968,9 @@ jobs: | |||||||
|       REQUIRES_LOCAL_IMAGES: true |       REQUIRES_LOCAL_IMAGES: true | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v4 |       - uses: actions/checkout@v4 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v7.1.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v8.16.0 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v7.1.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v8.16.0 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v7.1.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.16.0 | ||||||
|       - name: "Build" |       - name: "Build" | ||||||
|         timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }} |         timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }} | ||||||
|         run: | |         run: | | ||||||
| @@ -986,7 +986,7 @@ jobs: | |||||||
|         run: mvn install -pl :alfresco-community-repo-integration-test -am -DskipTests -Pall-tas-tests |         run: mvn install -pl :alfresco-community-repo-integration-test -am -DskipTests -Pall-tas-tests | ||||||
|       - name: "Prepare Report Portal" |       - name: "Prepare Report Portal" | ||||||
|         if: github.ref_name == 'master' |         if: github.ref_name == 'master' | ||||||
|         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v7.1.0 |         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v8.16.0 | ||||||
|         id: rp-prepare |         id: rp-prepare | ||||||
|         with: |         with: | ||||||
|           rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} - ${{ matrix.test-name }} |           rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} - ${{ matrix.test-name }} | ||||||
| @@ -1024,7 +1024,7 @@ jobs: | |||||||
|         continue-on-error: true |         continue-on-error: true | ||||||
|       - name: "Summarize Report Portal" |       - name: "Summarize Report Portal" | ||||||
|         if: github.ref_name == 'master' |         if: github.ref_name == 'master' | ||||||
|         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v7.1.0 |         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v8.16.0 | ||||||
|         id: rp-summarize |         id: rp-summarize | ||||||
|         with: |         with: | ||||||
|           tests-outcome: ${{ steps.tests.outcome }} |           tests-outcome: ${{ steps.tests.outcome }} | ||||||
| @@ -1050,16 +1050,16 @@ jobs: | |||||||
|       !contains(github.event.head_commit.message, '[force') |       !contains(github.event.head_commit.message, '[force') | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v4 |       - uses: actions/checkout@v4 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v7.1.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v8.16.0 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v7.1.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v8.16.0 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v7.1.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.16.0 | ||||||
|       - name: "Init" |       - name: "Init" | ||||||
|         run: bash ./scripts/ci/init.sh |         run: bash ./scripts/ci/init.sh | ||||||
|       - name: "Run Postgres 15.4 database" |       - name: "Run Postgres 15.4 database" | ||||||
|         run: docker compose -f ./scripts/ci/docker-compose/docker-compose.yaml --profile postgres up -d |         run: docker compose -f ./scripts/ci/docker-compose/docker-compose.yaml --profile postgres up -d | ||||||
|       - name: "Prepare Report Portal" |       - name: "Prepare Report Portal" | ||||||
|         if: github.ref_name == 'master' |         if: github.ref_name == 'master' | ||||||
|         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v7.1.0 |         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v8.16.0 | ||||||
|         id: rp-prepare |         id: rp-prepare | ||||||
|         with: |         with: | ||||||
|           rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} |           rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} | ||||||
| @@ -1090,7 +1090,7 @@ jobs: | |||||||
|         continue-on-error: true |         continue-on-error: true | ||||||
|       - name: "Summarize Report Portal" |       - name: "Summarize Report Portal" | ||||||
|         if: github.ref_name == 'master' |         if: github.ref_name == 'master' | ||||||
|         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v7.1.0 |         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v8.16.0 | ||||||
|         id: rp-summarize |         id: rp-summarize | ||||||
|         with: |         with: | ||||||
|           tests-outcome: ${{ steps.run-tests.outcome }} |           tests-outcome: ${{ steps.run-tests.outcome }} | ||||||
| @@ -1124,9 +1124,9 @@ jobs: | |||||||
|       REQUIRES_INSTALLED_ARTIFACTS: true |       REQUIRES_INSTALLED_ARTIFACTS: true | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v4 |       - uses: actions/checkout@v4 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v7.1.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v8.16.0 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v7.1.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v8.16.0 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v7.1.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.16.0 | ||||||
|       - name: "Build" |       - name: "Build" | ||||||
|         timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }} |         timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }} | ||||||
|         run: | |         run: | | ||||||
| @@ -1134,7 +1134,7 @@ jobs: | |||||||
|           bash ./scripts/ci/build.sh |           bash ./scripts/ci/build.sh | ||||||
|       - name: "Prepare Report Portal" |       - name: "Prepare Report Portal" | ||||||
|         if: github.ref_name == 'master' |         if: github.ref_name == 'master' | ||||||
|         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v7.1.0 |         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v8.16.0 | ||||||
|         id: rp-prepare |         id: rp-prepare | ||||||
|         with: |         with: | ||||||
|           rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} 0${{ matrix.part }} - (PostgreSQL) ${{ matrix.test-name }} |           rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} 0${{ matrix.part }} - (PostgreSQL) ${{ matrix.test-name }} | ||||||
| @@ -1170,9 +1170,9 @@ jobs: | |||||||
|       REQUIRES_INSTALLED_ARTIFACTS: true |       REQUIRES_INSTALLED_ARTIFACTS: true | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v4 |       - uses: actions/checkout@v4 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v7.1.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v8.16.0 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v7.1.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v8.16.0 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v7.1.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.16.0 | ||||||
|       - name: "Build" |       - name: "Build" | ||||||
|         timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }} |         timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }} | ||||||
|         run: | |         run: | | ||||||
| @@ -1180,7 +1180,7 @@ jobs: | |||||||
|           bash ./scripts/ci/build.sh |           bash ./scripts/ci/build.sh | ||||||
|       - name: "Prepare Report Portal" |       - name: "Prepare Report Portal" | ||||||
|         if: github.ref_name == 'master' |         if: github.ref_name == 'master' | ||||||
|         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v7.1.0 |         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v8.16.0 | ||||||
|         id: rp-prepare |         id: rp-prepare | ||||||
|         with: |         with: | ||||||
|           rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} 0${{ matrix.part }} - (MySQL) ${{ matrix.test-name }} |           rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} 0${{ matrix.part }} - (MySQL) ${{ matrix.test-name }} | ||||||
| @@ -1212,9 +1212,9 @@ jobs: | |||||||
|       REQUIRES_LOCAL_IMAGES: true |       REQUIRES_LOCAL_IMAGES: true | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v4 |       - uses: actions/checkout@v4 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v7.1.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v8.16.0 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v7.1.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v8.16.0 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v7.1.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.16.0 | ||||||
|       - name: "Build" |       - name: "Build" | ||||||
|         timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }} |         timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }} | ||||||
|         run: | |         run: | | ||||||
| @@ -1228,7 +1228,7 @@ jobs: | |||||||
|           mvn -B install -pl :alfresco-governance-services-automation-community-rest-api -am -Pags -Pall-tas-tests -DskipTests |           mvn -B install -pl :alfresco-governance-services-automation-community-rest-api -am -Pags -Pall-tas-tests -DskipTests | ||||||
|       - name: "Prepare Report Portal" |       - name: "Prepare Report Portal" | ||||||
|         if: github.ref_name == 'master' |         if: github.ref_name == 'master' | ||||||
|         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v7.1.0 |         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-prepare@v8.16.0 | ||||||
|         id: rp-prepare |         id: rp-prepare | ||||||
|         with: |         with: | ||||||
|           rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} |           rp-launch-prefix: ${{ env.RP_LAUNCH_PREFIX }} | ||||||
| @@ -1260,7 +1260,7 @@ jobs: | |||||||
|         continue-on-error: true |         continue-on-error: true | ||||||
|       - name: "Summarize Report Portal" |       - name: "Summarize Report Portal" | ||||||
|         if: github.ref_name == 'master' |         if: github.ref_name == 'master' | ||||||
|         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v7.1.0 |         uses: Alfresco/alfresco-build-tools/.github/actions/reportportal-summarize@v8.16.0 | ||||||
|         id: rp-summarize |         id: rp-summarize | ||||||
|         with: |         with: | ||||||
|           tests-outcome: ${{ steps.run-tests.outcome }} |           tests-outcome: ${{ steps.run-tests.outcome }} | ||||||
| @@ -1302,9 +1302,9 @@ jobs: | |||||||
|       !contains(github.event.head_commit.message, '[force]') |       !contains(github.event.head_commit.message, '[force]') | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v4 |       - uses: actions/checkout@v4 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v7.1.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v8.16.0 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v7.1.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v8.16.0 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v7.1.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.16.0 | ||||||
|       - name: "Build" |       - name: "Build" | ||||||
|         timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }} |         timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }} | ||||||
|         run: | |         run: | | ||||||
|   | |||||||
							
								
								
									
										16
									
								
								.github/workflows/master_release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										16
									
								
								.github/workflows/master_release.yml
									
									
									
									
										vendored
									
									
								
							| @@ -34,12 +34,12 @@ jobs: | |||||||
|       - uses: actions/checkout@v4 |       - uses: actions/checkout@v4 | ||||||
|         with: |         with: | ||||||
|           persist-credentials: false |           persist-credentials: false | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v7.1.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v8.16.0 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v7.1.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v8.16.0 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v7.1.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.16.0 | ||||||
|       - name: "Init" |       - name: "Init" | ||||||
|         run: bash ./scripts/ci/init.sh |         run: bash ./scripts/ci/init.sh | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/configure-git-author@v7.1.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/configure-git-author@v8.16.0 | ||||||
|         with: |         with: | ||||||
|           username: ${{ env.GIT_USERNAME }} |           username: ${{ env.GIT_USERNAME }} | ||||||
|           email: ${{ env.GIT_EMAIL }} |           email: ${{ env.GIT_EMAIL }} | ||||||
| @@ -63,12 +63,12 @@ jobs: | |||||||
|       - uses: actions/checkout@v4 |       - uses: actions/checkout@v4 | ||||||
|         with: |         with: | ||||||
|           persist-credentials: false |           persist-credentials: false | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v7.1.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v8.16.0 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v7.1.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v8.16.0 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v7.1.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v8.16.0 | ||||||
|       - name: "Init" |       - name: "Init" | ||||||
|         run: bash ./scripts/ci/init.sh |         run: bash ./scripts/ci/init.sh | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/configure-git-author@v7.1.0 |       - uses: Alfresco/alfresco-build-tools/.github/actions/configure-git-author@v8.16.0 | ||||||
|         with: |         with: | ||||||
|           username: ${{ env.GIT_USERNAME }} |           username: ${{ env.GIT_USERNAME }} | ||||||
|           email: ${{ env.GIT_EMAIL }} |           email: ${{ env.GIT_EMAIL }} | ||||||
|   | |||||||
| @@ -7,7 +7,7 @@ | |||||||
|    <parent> |    <parent> | ||||||
|       <groupId>org.alfresco</groupId> |       <groupId>org.alfresco</groupId> | ||||||
|       <artifactId>alfresco-community-repo-amps</artifactId> |       <artifactId>alfresco-community-repo-amps</artifactId> | ||||||
|       <version>23.4.0.67</version> |       <version>23.4.2.10</version> | ||||||
|    </parent> |    </parent> | ||||||
|  |  | ||||||
|    <modules> |    <modules> | ||||||
|   | |||||||
| @@ -7,7 +7,7 @@ | |||||||
|    <parent> |    <parent> | ||||||
|       <groupId>org.alfresco</groupId> |       <groupId>org.alfresco</groupId> | ||||||
|       <artifactId>alfresco-governance-services-community-parent</artifactId> |       <artifactId>alfresco-governance-services-community-parent</artifactId> | ||||||
|       <version>23.4.0.67</version> |       <version>23.4.2.10</version> | ||||||
|    </parent> |    </parent> | ||||||
|  |  | ||||||
|    <modules> |    <modules> | ||||||
|   | |||||||
| @@ -7,7 +7,7 @@ | |||||||
|    <parent> |    <parent> | ||||||
|       <groupId>org.alfresco</groupId> |       <groupId>org.alfresco</groupId> | ||||||
|       <artifactId>alfresco-governance-services-automation-community-repo</artifactId> |       <artifactId>alfresco-governance-services-automation-community-repo</artifactId> | ||||||
|       <version>23.4.0.67</version> |       <version>23.4.2.10</version> | ||||||
|    </parent> |    </parent> | ||||||
|  |  | ||||||
|    <build> |    <build> | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
|  * #%L |  * #%L | ||||||
|  * Alfresco Records Management Module |  * Alfresco Records Management Module | ||||||
|  * %% |  * %% | ||||||
|  * Copyright (C) 2005 - 2024 Alfresco Software Limited |  * Copyright (C) 2005 - 2025 Alfresco Software Limited | ||||||
|  * %% |  * %% | ||||||
|  * This file is part of the Alfresco software. |  * This file is part of the Alfresco software. | ||||||
|  * - |  * - | ||||||
|   | |||||||
Some files were not shown because too many files have changed in this diff Show More
		Reference in New Issue
	
	Block a user