mirror of
				https://github.com/Alfresco/alfresco-community-repo.git
				synced 2025-10-29 15:21:53 +00:00 
			
		
		
		
	Compare commits
	
		
			21 Commits
		
	
	
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|  | 44d394b1a0 | ||
|  | c1d62cca4d | ||
|  | 24ae4ce57c | ||
|  | b8f2ec252d | ||
|  | ae721c86f6 | ||
|  | aacef0c949 | ||
|  | e4edceda75 | ||
|  | 09ec6688c6 | ||
|  | 14025f00de | ||
|  | 22c5a5e134 | ||
|  | 154cad1ff8 | ||
|  | 7749b89e2b | ||
|  | bbb45e667b | ||
|  | a5f01e0d94 | ||
|  | 0c6d455ec4 | ||
|  | 5e86f5163e | ||
|  | 4981be1564 | ||
|  | 9a30fbb75a | ||
|  | 9c86fdb8b5 | ||
|  | c52f74832d | ||
|  | 70dd7642f4 | 
							
								
								
									
										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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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>25.1.0.2</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>25.1.0.2</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>25.1.0.2</version> | ||||||
|    </parent> |    </parent> | ||||||
|  |  | ||||||
|    <build> |    <build> | ||||||
|   | |||||||
| @@ -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>25.1.0.2</version> | ||||||
|    </parent> |    </parent> | ||||||
|  |  | ||||||
|    <modules> |    <modules> | ||||||
|   | |||||||
| @@ -8,7 +8,7 @@ | |||||||
|    <parent> |    <parent> | ||||||
|       <groupId>org.alfresco</groupId> |       <groupId>org.alfresco</groupId> | ||||||
|       <artifactId>alfresco-governance-services-community-repo-parent</artifactId> |       <artifactId>alfresco-governance-services-community-repo-parent</artifactId> | ||||||
|       <version>23.4.0.67</version> |       <version>25.1.0.2</version> | ||||||
|    </parent> |    </parent> | ||||||
|  |  | ||||||
|    <properties> |    <properties> | ||||||
|   | |||||||
| @@ -3,8 +3,8 @@ | |||||||
| # | # | ||||||
|  |  | ||||||
| # Version label | # Version label | ||||||
| version.major=23 | version.major=25 | ||||||
| version.minor=4 | version.minor=1 | ||||||
| version.revision=0 | version.revision=0 | ||||||
| version.label= | version.label= | ||||||
|  |  | ||||||
|   | |||||||
| @@ -7,7 +7,7 @@ | |||||||
|     <parent> |     <parent> | ||||||
|         <groupId>org.alfresco</groupId> |         <groupId>org.alfresco</groupId> | ||||||
|         <artifactId>alfresco-governance-services-community-repo-parent</artifactId> |         <artifactId>alfresco-governance-services-community-repo-parent</artifactId> | ||||||
|         <version>23.4.0.67</version> |         <version>25.1.0.2</version> | ||||||
|     </parent> |     </parent> | ||||||
|  |  | ||||||
|     <build> |     <build> | ||||||
|   | |||||||
| @@ -7,7 +7,7 @@ | |||||||
|     <parent> |     <parent> | ||||||
|         <groupId>org.alfresco</groupId> |         <groupId>org.alfresco</groupId> | ||||||
|         <artifactId>alfresco-community-repo</artifactId> |         <artifactId>alfresco-community-repo</artifactId> | ||||||
|         <version>23.4.0.67</version> |         <version>25.1.0.2</version> | ||||||
|     </parent> |     </parent> | ||||||
|  |  | ||||||
|     <modules> |     <modules> | ||||||
|   | |||||||
| @@ -8,7 +8,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>25.1.0.2</version> | ||||||
|     </parent> |     </parent> | ||||||
|  |  | ||||||
|     <properties> |     <properties> | ||||||
|   | |||||||
| @@ -7,7 +7,7 @@ | |||||||
|    <parent> |    <parent> | ||||||
|       <groupId>org.alfresco</groupId> |       <groupId>org.alfresco</groupId> | ||||||
|       <artifactId>alfresco-community-repo</artifactId> |       <artifactId>alfresco-community-repo</artifactId> | ||||||
|       <version>23.4.0.67</version> |       <version>25.1.0.2</version> | ||||||
|    </parent> |    </parent> | ||||||
|  |  | ||||||
|    <dependencies> |    <dependencies> | ||||||
|   | |||||||
| @@ -7,7 +7,7 @@ | |||||||
|     <parent> |     <parent> | ||||||
|         <groupId>org.alfresco</groupId> |         <groupId>org.alfresco</groupId> | ||||||
|         <artifactId>alfresco-community-repo</artifactId> |         <artifactId>alfresco-community-repo</artifactId> | ||||||
|         <version>23.4.0.67</version> |         <version>25.1.0.2</version> | ||||||
|     </parent> |     </parent> | ||||||
|  |  | ||||||
|     <properties> |     <properties> | ||||||
|   | |||||||
| @@ -7,7 +7,7 @@ | |||||||
|     <parent> |     <parent> | ||||||
|         <groupId>org.alfresco</groupId> |         <groupId>org.alfresco</groupId> | ||||||
|         <artifactId>alfresco-community-repo</artifactId> |         <artifactId>alfresco-community-repo</artifactId> | ||||||
|         <version>23.4.0.67</version> |         <version>25.1.0.2</version> | ||||||
|     </parent> |     </parent> | ||||||
|  |  | ||||||
|     <dependencies> |     <dependencies> | ||||||
|   | |||||||
| @@ -9,6 +9,6 @@ | |||||||
|     <parent> |     <parent> | ||||||
|         <groupId>org.alfresco</groupId> |         <groupId>org.alfresco</groupId> | ||||||
|         <artifactId>alfresco-community-repo-packaging</artifactId> |         <artifactId>alfresco-community-repo-packaging</artifactId> | ||||||
|         <version>23.4.0.67</version> |         <version>25.1.0.2</version> | ||||||
|     </parent> |     </parent> | ||||||
| </project> | </project> | ||||||
|   | |||||||
| @@ -7,7 +7,7 @@ | |||||||
|     <parent> |     <parent> | ||||||
|         <groupId>org.alfresco</groupId> |         <groupId>org.alfresco</groupId> | ||||||
|         <artifactId>alfresco-community-repo-packaging</artifactId> |         <artifactId>alfresco-community-repo-packaging</artifactId> | ||||||
|         <version>23.4.0.67</version> |         <version>25.1.0.2</version> | ||||||
|     </parent> |     </parent> | ||||||
|  |  | ||||||
|     <properties> |     <properties> | ||||||
|   | |||||||
| @@ -7,7 +7,7 @@ | |||||||
|     <parent> |     <parent> | ||||||
|         <groupId>org.alfresco</groupId> |         <groupId>org.alfresco</groupId> | ||||||
|         <artifactId>alfresco-community-repo</artifactId> |         <artifactId>alfresco-community-repo</artifactId> | ||||||
|         <version>23.4.0.67</version> |         <version>25.1.0.2</version> | ||||||
|     </parent> |     </parent> | ||||||
|  |  | ||||||
|     <modules> |     <modules> | ||||||
|   | |||||||
| @@ -6,7 +6,7 @@ | |||||||
|     <parent> |     <parent> | ||||||
|         <groupId>org.alfresco</groupId> |         <groupId>org.alfresco</groupId> | ||||||
|         <artifactId>alfresco-community-repo-packaging</artifactId> |         <artifactId>alfresco-community-repo-packaging</artifactId> | ||||||
|         <version>23.4.0.67</version> |         <version>25.1.0.2</version> | ||||||
|     </parent> |     </parent> | ||||||
|  |  | ||||||
|     <modules> |     <modules> | ||||||
|   | |||||||
| @@ -7,7 +7,7 @@ | |||||||
|     <parent> |     <parent> | ||||||
|         <groupId>org.alfresco</groupId> |         <groupId>org.alfresco</groupId> | ||||||
|         <artifactId>alfresco-community-repo-tests</artifactId> |         <artifactId>alfresco-community-repo-tests</artifactId> | ||||||
|         <version>23.4.0.67</version> |         <version>25.1.0.2</version> | ||||||
|     </parent> |     </parent> | ||||||
|  |  | ||||||
|     <organization> |     <organization> | ||||||
|   | |||||||
| @@ -9,7 +9,7 @@ | |||||||
|     <parent> |     <parent> | ||||||
|         <groupId>org.alfresco</groupId> |         <groupId>org.alfresco</groupId> | ||||||
|         <artifactId>alfresco-community-repo-tests</artifactId> |         <artifactId>alfresco-community-repo-tests</artifactId> | ||||||
|         <version>23.4.0.67</version> |         <version>25.1.0.2</version> | ||||||
|     </parent> |     </parent> | ||||||
|  |  | ||||||
|     <developers> |     <developers> | ||||||
|   | |||||||
| @@ -9,7 +9,7 @@ | |||||||
|     <parent> |     <parent> | ||||||
|         <groupId>org.alfresco</groupId> |         <groupId>org.alfresco</groupId> | ||||||
|         <artifactId>alfresco-community-repo-tests</artifactId> |         <artifactId>alfresco-community-repo-tests</artifactId> | ||||||
|         <version>23.4.0.67</version> |         <version>25.1.0.2</version> | ||||||
|     </parent> |     </parent> | ||||||
|  |  | ||||||
|     <developers> |     <developers> | ||||||
|   | |||||||
| @@ -8,7 +8,7 @@ | |||||||
|     <parent> |     <parent> | ||||||
|         <groupId>org.alfresco</groupId> |         <groupId>org.alfresco</groupId> | ||||||
|         <artifactId>alfresco-community-repo-tests</artifactId> |         <artifactId>alfresco-community-repo-tests</artifactId> | ||||||
|         <version>23.4.0.67</version> |         <version>25.1.0.2</version> | ||||||
|     </parent> |     </parent> | ||||||
|  |  | ||||||
|     <properties> |     <properties> | ||||||
| @@ -171,7 +171,7 @@ | |||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>org.codehaus.groovy</groupId> |             <groupId>org.codehaus.groovy</groupId> | ||||||
|             <artifactId>groovy</artifactId> |             <artifactId>groovy</artifactId> | ||||||
|             <version>3.0.22</version> |             <version>3.0.23</version> | ||||||
|         </dependency> |         </dependency> | ||||||
|  |  | ||||||
|         <!-- https://mvnrepository.com/artifact/org.codehaus.groovy/groovy-json--> |         <!-- https://mvnrepository.com/artifact/org.codehaus.groovy/groovy-json--> | ||||||
|   | |||||||
| @@ -9,7 +9,7 @@ | |||||||
|     <parent> |     <parent> | ||||||
|         <groupId>org.alfresco</groupId> |         <groupId>org.alfresco</groupId> | ||||||
|         <artifactId>alfresco-community-repo-tests</artifactId> |         <artifactId>alfresco-community-repo-tests</artifactId> | ||||||
|         <version>23.4.0.67</version> |         <version>25.1.0.2</version> | ||||||
|     </parent> |     </parent> | ||||||
|  |  | ||||||
|     <developers> |     <developers> | ||||||
|   | |||||||
| @@ -7,7 +7,7 @@ | |||||||
|     <parent> |     <parent> | ||||||
|         <groupId>org.alfresco</groupId> |         <groupId>org.alfresco</groupId> | ||||||
|         <artifactId>alfresco-community-repo-packaging</artifactId> |         <artifactId>alfresco-community-repo-packaging</artifactId> | ||||||
|         <version>23.4.0.67</version> |         <version>25.1.0.2</version> | ||||||
|     </parent> |     </parent> | ||||||
|  |  | ||||||
|     <properties> |     <properties> | ||||||
|   | |||||||
							
								
								
									
										28
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										28
									
								
								pom.xml
									
									
									
									
									
								
							| @@ -2,7 +2,7 @@ | |||||||
| <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||||||
|     <modelVersion>4.0.0</modelVersion> |     <modelVersion>4.0.0</modelVersion> | ||||||
|     <artifactId>alfresco-community-repo</artifactId> |     <artifactId>alfresco-community-repo</artifactId> | ||||||
|     <version>23.4.0.67</version> |     <version>25.1.0.2</version> | ||||||
|     <packaging>pom</packaging> |     <packaging>pom</packaging> | ||||||
|     <name>Alfresco Community Repo Parent</name> |     <name>Alfresco Community Repo Parent</name> | ||||||
|  |  | ||||||
| @@ -23,8 +23,8 @@ | |||||||
|     </modules> |     </modules> | ||||||
|  |  | ||||||
|     <properties> |     <properties> | ||||||
|         <acs.version.major>23</acs.version.major> |         <acs.version.major>25</acs.version.major> | ||||||
|         <acs.version.minor>4</acs.version.minor> |         <acs.version.minor>1</acs.version.minor> | ||||||
|         <acs.version.revision>0</acs.version.revision> |         <acs.version.revision>0</acs.version.revision> | ||||||
|         <acs.version.label /> |         <acs.version.label /> | ||||||
|         <amp.min.version>${acs.version.major}.0.0</amp.min.version> |         <amp.min.version>${acs.version.major}.0.0</amp.min.version> | ||||||
| @@ -58,18 +58,18 @@ | |||||||
|  |  | ||||||
|         <dependency.aspectj.version>1.9.22.1</dependency.aspectj.version> |         <dependency.aspectj.version>1.9.22.1</dependency.aspectj.version> | ||||||
|         <dependency.spring.version>6.1.14</dependency.spring.version> |         <dependency.spring.version>6.1.14</dependency.spring.version> | ||||||
|         <dependency.spring-security.version>6.3.4</dependency.spring-security.version> |         <dependency.spring-security.version>6.4.1</dependency.spring-security.version> | ||||||
|         <dependency.antlr.version>3.5.3</dependency.antlr.version> |         <dependency.antlr.version>3.5.3</dependency.antlr.version> | ||||||
|         <dependency.jackson.version>2.17.2</dependency.jackson.version> |         <dependency.jackson.version>2.17.2</dependency.jackson.version> | ||||||
|         <dependency.cxf.version>4.0.5</dependency.cxf.version> |         <dependency.cxf.version>4.0.5</dependency.cxf.version> | ||||||
|         <dependency.opencmis.version>1.0.0-jakarta-1</dependency.opencmis.version> |         <dependency.opencmis.version>1.0.0-jakarta-1</dependency.opencmis.version> | ||||||
|         <dependency.webscripts.version>9.4</dependency.webscripts.version> |         <dependency.webscripts.version>9.4</dependency.webscripts.version> | ||||||
|         <dependency.bouncycastle.version>1.78.1</dependency.bouncycastle.version> |         <dependency.bouncycastle.version>1.79</dependency.bouncycastle.version> | ||||||
|         <dependency.mockito-core.version>5.14.1</dependency.mockito-core.version> |         <dependency.mockito-core.version>5.14.1</dependency.mockito-core.version> | ||||||
|         <dependency.assertj.version>3.26.3</dependency.assertj.version> |         <dependency.assertj.version>3.26.3</dependency.assertj.version> | ||||||
|         <dependency.org-json.version>20240303</dependency.org-json.version> |         <dependency.org-json.version>20240303</dependency.org-json.version> | ||||||
|         <dependency.commons-dbcp.version>2.12.0</dependency.commons-dbcp.version> |         <dependency.commons-dbcp.version>2.12.0</dependency.commons-dbcp.version> | ||||||
|         <dependency.commons-io.version>2.17.0</dependency.commons-io.version> |         <dependency.commons-io.version>2.18.0</dependency.commons-io.version> | ||||||
|         <dependency.gson.version>2.11.0</dependency.gson.version> |         <dependency.gson.version>2.11.0</dependency.gson.version> | ||||||
|         <dependency.guava.version>33.3.1-jre</dependency.guava.version> |         <dependency.guava.version>33.3.1-jre</dependency.guava.version> | ||||||
|         <dependency.httpclient.version>4.5.14</dependency.httpclient.version> |         <dependency.httpclient.version>4.5.14</dependency.httpclient.version> | ||||||
| @@ -80,7 +80,7 @@ | |||||||
|         <dependency.xercesImpl.version>2.12.2</dependency.xercesImpl.version> |         <dependency.xercesImpl.version>2.12.2</dependency.xercesImpl.version> | ||||||
|         <dependency.slf4j.version>2.0.16</dependency.slf4j.version> |         <dependency.slf4j.version>2.0.16</dependency.slf4j.version> | ||||||
|         <dependency.log4j.version>2.23.1</dependency.log4j.version> |         <dependency.log4j.version>2.23.1</dependency.log4j.version> | ||||||
|         <dependency.groovy.version>3.0.22</dependency.groovy.version> |         <dependency.groovy.version>3.0.23</dependency.groovy.version> | ||||||
|         <dependency.tika.version>2.9.2</dependency.tika.version> |         <dependency.tika.version>2.9.2</dependency.tika.version> | ||||||
|         <dependency.truezip.version>7.7.10</dependency.truezip.version> |         <dependency.truezip.version>7.7.10</dependency.truezip.version> | ||||||
|         <dependency.poi.version>5.3.0</dependency.poi.version> |         <dependency.poi.version>5.3.0</dependency.poi.version> | ||||||
| @@ -154,7 +154,7 @@ | |||||||
|         <connection>scm:git:https://github.com/Alfresco/alfresco-community-repo.git</connection> |         <connection>scm:git:https://github.com/Alfresco/alfresco-community-repo.git</connection> | ||||||
|         <developerConnection>scm:git:https://github.com/Alfresco/alfresco-community-repo.git</developerConnection> |         <developerConnection>scm:git:https://github.com/Alfresco/alfresco-community-repo.git</developerConnection> | ||||||
|         <url>https://github.com/Alfresco/alfresco-community-repo</url> |         <url>https://github.com/Alfresco/alfresco-community-repo</url> | ||||||
|         <tag>23.4.0.67</tag> |         <tag>25.1.0.2</tag> | ||||||
|     </scm> |     </scm> | ||||||
|  |  | ||||||
|     <distributionManagement> |     <distributionManagement> | ||||||
| @@ -371,7 +371,7 @@ | |||||||
|             <dependency> |             <dependency> | ||||||
|                 <groupId>org.quartz-scheduler</groupId> |                 <groupId>org.quartz-scheduler</groupId> | ||||||
|                 <artifactId>quartz</artifactId> |                 <artifactId>quartz</artifactId> | ||||||
|                 <version>2.3.2</version> |                 <version>2.5.0</version> | ||||||
|                 <!-- exclude c3p0 --> |                 <!-- exclude c3p0 --> | ||||||
|                 <!-- see https://issues.alfresco.com/jira/browse/REPO-3447 --> |                 <!-- see https://issues.alfresco.com/jira/browse/REPO-3447 --> | ||||||
|                 <exclusions> |                 <exclusions> | ||||||
| @@ -465,7 +465,7 @@ | |||||||
|             <dependency> |             <dependency> | ||||||
|                 <groupId>org.apache.xmlbeans</groupId> |                 <groupId>org.apache.xmlbeans</groupId> | ||||||
|                 <artifactId>xmlbeans</artifactId> |                 <artifactId>xmlbeans</artifactId> | ||||||
|                 <version>5.2.1</version> |                 <version>5.2.2</version> | ||||||
|             </dependency> |             </dependency> | ||||||
|             <dependency> |             <dependency> | ||||||
|                 <groupId>org.json</groupId> |                 <groupId>org.json</groupId> | ||||||
| @@ -703,7 +703,7 @@ | |||||||
|             <dependency> |             <dependency> | ||||||
|                 <groupId>com.networknt</groupId> |                 <groupId>com.networknt</groupId> | ||||||
|                 <artifactId>json-schema-validator</artifactId> |                 <artifactId>json-schema-validator</artifactId> | ||||||
|                 <version>1.5.1</version> |                 <version>1.5.3</version> | ||||||
|             </dependency> |             </dependency> | ||||||
|             <!-- upgrade dependency from TIKA --> |             <!-- upgrade dependency from TIKA --> | ||||||
|             <dependency> |             <dependency> | ||||||
| @@ -950,7 +950,7 @@ | |||||||
|             <dependency> |             <dependency> | ||||||
|                 <groupId>org.projectlombok</groupId> |                 <groupId>org.projectlombok</groupId> | ||||||
|                 <artifactId>lombok</artifactId> |                 <artifactId>lombok</artifactId> | ||||||
|                 <version>1.18.34</version> |                 <version>1.18.36</version> | ||||||
|                 <scope>provided</scope> |                 <scope>provided</scope> | ||||||
|             </dependency> |             </dependency> | ||||||
|             <dependency> |             <dependency> | ||||||
| @@ -1015,7 +1015,7 @@ | |||||||
|                 </plugin> |                 </plugin> | ||||||
|                 <plugin> |                 <plugin> | ||||||
|                     <artifactId>maven-failsafe-plugin</artifactId> |                     <artifactId>maven-failsafe-plugin</artifactId> | ||||||
|                     <version>3.5.1</version> |                     <version>3.5.2</version> | ||||||
|                 </plugin> |                 </plugin> | ||||||
|                 <plugin> |                 <plugin> | ||||||
|                     <artifactId>maven-jar-plugin</artifactId> |                     <artifactId>maven-jar-plugin</artifactId> | ||||||
| @@ -1028,7 +1028,7 @@ | |||||||
|                 <plugin> |                 <plugin> | ||||||
|                     <groupId>org.apache.maven.plugins</groupId> |                     <groupId>org.apache.maven.plugins</groupId> | ||||||
|                     <artifactId>maven-javadoc-plugin</artifactId> |                     <artifactId>maven-javadoc-plugin</artifactId> | ||||||
|                     <version>3.10.1</version> |                     <version>3.11.1</version> | ||||||
|                 </plugin> |                 </plugin> | ||||||
|                 <plugin> |                 <plugin> | ||||||
|                     <groupId>org.apache.maven.plugins</groupId> |                     <groupId>org.apache.maven.plugins</groupId> | ||||||
|   | |||||||
| @@ -7,7 +7,7 @@ | |||||||
|     <parent> |     <parent> | ||||||
|         <groupId>org.alfresco</groupId> |         <groupId>org.alfresco</groupId> | ||||||
|         <artifactId>alfresco-community-repo</artifactId> |         <artifactId>alfresco-community-repo</artifactId> | ||||||
|         <version>23.4.0.67</version> |         <version>25.1.0.2</version> | ||||||
|     </parent> |     </parent> | ||||||
|  |  | ||||||
|     <dependencies> |     <dependencies> | ||||||
| @@ -45,7 +45,7 @@ | |||||||
|         <dependency> |         <dependency> | ||||||
|             <groupId>org.apache.santuario</groupId> |             <groupId>org.apache.santuario</groupId> | ||||||
|             <artifactId>xmlsec</artifactId> |             <artifactId>xmlsec</artifactId> | ||||||
|             <version>4.0.2</version> |             <version>4.0.3</version> | ||||||
|         </dependency> |         </dependency> | ||||||
|         <!-- newer version, see REPO-3133 --> |         <!-- newer version, see REPO-3133 --> | ||||||
|         <dependency> |         <dependency> | ||||||
|   | |||||||
| @@ -7,7 +7,7 @@ | |||||||
|     <parent> |     <parent> | ||||||
|         <groupId>org.alfresco</groupId> |         <groupId>org.alfresco</groupId> | ||||||
|         <artifactId>alfresco-community-repo</artifactId> |         <artifactId>alfresco-community-repo</artifactId> | ||||||
|         <version>23.4.0.67</version> |         <version>25.1.0.2</version> | ||||||
|     </parent> |     </parent> | ||||||
|  |  | ||||||
|     <dependencies> |     <dependencies> | ||||||
|   | |||||||
| @@ -3,7 +3,7 @@ | |||||||
| repository.name=Main Repository | repository.name=Main Repository | ||||||
|  |  | ||||||
| # Schema number | # Schema number | ||||||
| version.schema=19300 | version.schema=20000 | ||||||
|  |  | ||||||
| # Directory configuration | # Directory configuration | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user