mirror of
				https://github.com/Alfresco/alfresco-community-repo.git
				synced 2025-10-29 15:21:53 +00:00 
			
		
		
		
	Compare commits
	
		
			39 Commits
		
	
	
		
			23.1.0.247
			...
			hack-build
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|  | a99e5cdde9 | ||
|  | 7bc6dd142b | ||
|  | 6cbd2d7d50 | ||
|  | 1786cbec99 | ||
|  | e16a53a23e | ||
|  | 21fb85f2a9 | ||
|  | 7dfd41997a | ||
|  | 6374aa30d6 | ||
|  | ed8bdc87da | ||
|  | 5b8d758947 | ||
|  | ed3f170d05 | ||
|  | 8d51e9885a | ||
|  | a61faaece5 | ||
|  | 30de66257f | ||
|  | ae1f955cc2 | ||
|  | 452db9a963 | ||
|  | 4eeb7feb74 | ||
|  | 5aa8c37c53 | ||
|  | aafdd3c46a | ||
|  | f73cf70cbb | ||
|  | dd0e0626bd | ||
|  | e4a5c1a38e | ||
|  | c698ed1d6d | ||
|  | 2632486e0f | ||
|  | ea24992b57 | ||
|  | e6b35b7f66 | ||
|  | 0aa5fd7f59 | ||
|  | 55862fc394 | ||
|  | f942c7b9df | ||
|  | 585111602f | ||
|  | 473942f3ba | ||
|  | 99905d349b | ||
|  | 4f1efa183c | ||
|  | 141c5f3b34 | ||
|  | 7c863be25e | ||
|  | ad6354bd32 | ||
|  | 30e191a8cd | ||
|  | b2bcfd72c1 | ||
|  | 698ca01778 | 
							
								
								
									
										108
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										108
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @@ -38,7 +38,9 @@ jobs: | |||||||
|       - uses: actions/checkout@v3 |       - uses: actions/checkout@v3 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@hack-build-cache | ||||||
|  |         with: | ||||||
|  |           build-cache: "true" | ||||||
|       - 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" | ||||||
| @@ -58,7 +60,7 @@ jobs: | |||||||
|       - uses: actions/checkout@v3 |       - uses: actions/checkout@v3 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@hack-build-cache | ||||||
|       - name: "Init" |       - name: "Init" | ||||||
|         run: bash ./scripts/ci/init.sh |         run: bash ./scripts/ci/init.sh | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/veracode@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/veracode@v1.35.2 | ||||||
| @@ -80,8 +82,8 @@ jobs: | |||||||
|     steps: |     steps: | ||||||
|       - uses: Alfresco/ya-pmd-scan@v2.0.5 |       - uses: Alfresco/ya-pmd-scan@v2.0.5 | ||||||
|  |  | ||||||
|   all_unit_tests_suite: |   core_datamodel_tests: | ||||||
|     name: "Core, Data-Model, Repository - AllUnitTestsSuite - Build and test" |     name: "Core, Data-Model - Build and test" | ||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
|     needs: [prepare] |     needs: [prepare] | ||||||
|     if: > |     if: > | ||||||
| @@ -92,13 +94,35 @@ jobs: | |||||||
|       - uses: actions/checkout@v3 |       - uses: actions/checkout@v3 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@hack-build-cache | ||||||
|  |         with: | ||||||
|  |           build-cache: "true" | ||||||
|       - name: "Init" |       - name: "Init" | ||||||
|         run: bash ./scripts/ci/init.sh |         run: bash ./scripts/ci/init.sh | ||||||
|       - name: "Run tests" |       - name: "Run tests" | ||||||
|         run: | |         run: mvn -B test -pl core,data-model -am -DfailIfNoTests=false | ||||||
|           mvn -B test -pl core,data-model -am -DfailIfNoTests=false |       - name: "Clean Maven cache" | ||||||
|           mvn -B test -pl "repository,mmt" -am "-Dtest=AllUnitTestsSuite,AllMmtUnitTestSuite" -DfailIfNoTests=false |         run: bash ./scripts/ci/cleanup_cache.sh | ||||||
|  |  | ||||||
|  |   all_unit_tests_suite: | ||||||
|  |     name: "Repository - AllUnitTestsSuite - Build and test" | ||||||
|  |     runs-on: ubuntu-latest | ||||||
|  |     needs: [prepare] | ||||||
|  |     if: > | ||||||
|  |       !contains(github.event.head_commit.message, '[skip repo]') && | ||||||
|  |       !contains(github.event.head_commit.message, '[skip tests]') && | ||||||
|  |       !contains(github.event.head_commit.message, '[force') | ||||||
|  |     steps: | ||||||
|  |       - uses: actions/checkout@v3 | ||||||
|  |       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2 | ||||||
|  |       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2 | ||||||
|  |       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@hack-build-cache | ||||||
|  |         with: | ||||||
|  |           build-cache: "true" | ||||||
|  |       - name: "Init" | ||||||
|  |         run: bash ./scripts/ci/init.sh | ||||||
|  |       - name: "Run tests" | ||||||
|  |         run: mvn -B test -pl repository,mmt  -am -Dtest=AllUnitTestsSuite,AllMmtUnitTestSuite -DfailIfNoTests=false | ||||||
|       - name: "Clean Maven cache" |       - name: "Clean Maven cache" | ||||||
|         run: bash ./scripts/ci/cleanup_cache.sh |         run: bash ./scripts/ci/cleanup_cache.sh | ||||||
|  |  | ||||||
| @@ -130,7 +154,9 @@ jobs: | |||||||
|       - uses: actions/checkout@v3 |       - uses: actions/checkout@v3 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@hack-build-cache | ||||||
|  |         with: | ||||||
|  |           build-cache: "true" | ||||||
|       - name: "Build" |       - name: "Build" | ||||||
|         timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }} |         timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }} | ||||||
|         run: | |         run: | | ||||||
| @@ -159,12 +185,14 @@ jobs: | |||||||
|     strategy: |     strategy: | ||||||
|       fail-fast: false |       fail-fast: false | ||||||
|       matrix: |       matrix: | ||||||
|         version: ['10.2.18', '10.4', '10.5'] |         version: ["10.2.18", "10.4", "10.5"] | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v3 |       - uses: actions/checkout@v3 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@hack-build-cache | ||||||
|  |         with: | ||||||
|  |           build-cache: "true" | ||||||
|       - 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 | ||||||
| @@ -191,7 +219,9 @@ jobs: | |||||||
|       - uses: actions/checkout@v3 |       - uses: actions/checkout@v3 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@hack-build-cache | ||||||
|  |         with: | ||||||
|  |           build-cache: "true" | ||||||
|       - 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" | ||||||
| @@ -218,7 +248,9 @@ jobs: | |||||||
|       - uses: actions/checkout@v3 |       - uses: actions/checkout@v3 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@hack-build-cache | ||||||
|  |         with: | ||||||
|  |           build-cache: "true" | ||||||
|       - 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" | ||||||
| @@ -244,7 +276,9 @@ jobs: | |||||||
|       - uses: actions/checkout@v3 |       - uses: actions/checkout@v3 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@hack-build-cache | ||||||
|  |         with: | ||||||
|  |           build-cache: "true" | ||||||
|       - 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" | ||||||
| @@ -270,7 +304,9 @@ jobs: | |||||||
|       - uses: actions/checkout@v3 |       - uses: actions/checkout@v3 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@hack-build-cache | ||||||
|  |         with: | ||||||
|  |           build-cache: "true" | ||||||
|       - 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" | ||||||
| @@ -296,7 +332,9 @@ jobs: | |||||||
|       - uses: actions/checkout@v3 |       - uses: actions/checkout@v3 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@hack-build-cache | ||||||
|  |         with: | ||||||
|  |           build-cache: "true" | ||||||
|       - 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" | ||||||
| @@ -320,7 +358,9 @@ jobs: | |||||||
|       - uses: actions/checkout@v3 |       - uses: actions/checkout@v3 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@hack-build-cache | ||||||
|  |         with: | ||||||
|  |           build-cache: "true" | ||||||
|       - name: "Init" |       - name: "Init" | ||||||
|         run: bash ./scripts/ci/init.sh |         run: bash ./scripts/ci/init.sh | ||||||
|       - name: "Run ActiveMQ" |       - name: "Run ActiveMQ" | ||||||
| @@ -361,17 +401,19 @@ jobs: | |||||||
|             compose-profile: with-transform-core-aio |             compose-profile: with-transform-core-aio | ||||||
|           - testSuite: SearchTestSuite |           - testSuite: SearchTestSuite | ||||||
|             compose-profile: default |             compose-profile: default | ||||||
|             mvn-options: '-Dindex.subsystem.name=solr6' |             mvn-options: "-Dindex.subsystem.name=solr6" | ||||||
|           - testSuite: MTLSTestSuite |           - testSuite: MTLSTestSuite | ||||||
|             compose-profile: with-mtls-transform-core-aio |             compose-profile: with-mtls-transform-core-aio | ||||||
|             mtls: true |             mtls: true | ||||||
|             disabledHostnameVerification: false |             disabledHostnameVerification: false | ||||||
|             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@v3 |       - uses: actions/checkout@v3 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@hack-build-cache | ||||||
|  |         with: | ||||||
|  |           build-cache: "true" | ||||||
|       - name: "Init" |       - name: "Init" | ||||||
|         run: bash ./scripts/ci/init.sh |         run: bash ./scripts/ci/init.sh | ||||||
|       - name: "Set transformers tag" |       - name: "Set transformers tag" | ||||||
| @@ -442,7 +484,9 @@ jobs: | |||||||
|       - uses: actions/checkout@v3 |       - uses: actions/checkout@v3 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@hack-build-cache | ||||||
|  |         with: | ||||||
|  |           build-cache: "true" | ||||||
|       - name: "Build" |       - name: "Build" | ||||||
|         timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }} |         timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }} | ||||||
|         run: | |         run: | | ||||||
| @@ -480,7 +524,9 @@ jobs: | |||||||
|       - uses: actions/checkout@v3 |       - uses: actions/checkout@v3 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@hack-build-cache | ||||||
|  |         with: | ||||||
|  |           build-cache: "true" | ||||||
|       - 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" | ||||||
| @@ -510,7 +556,9 @@ jobs: | |||||||
|       - uses: actions/checkout@v3 |       - uses: actions/checkout@v3 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@hack-build-cache | ||||||
|  |         with: | ||||||
|  |           build-cache: "true" | ||||||
|       - name: "Build" |       - name: "Build" | ||||||
|         timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }} |         timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }} | ||||||
|         run: | |         run: | | ||||||
| @@ -542,7 +590,9 @@ jobs: | |||||||
|       - uses: actions/checkout@v3 |       - uses: actions/checkout@v3 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@hack-build-cache | ||||||
|  |         with: | ||||||
|  |           build-cache: "true" | ||||||
|       - name: "Build" |       - name: "Build" | ||||||
|         timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }} |         timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }} | ||||||
|         run: | |         run: | | ||||||
| @@ -570,7 +620,9 @@ jobs: | |||||||
|       - uses: actions/checkout@v3 |       - uses: actions/checkout@v3 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@hack-build-cache | ||||||
|  |         with: | ||||||
|  |           build-cache: "true" | ||||||
|       - name: "Build" |       - name: "Build" | ||||||
|         timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }} |         timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }} | ||||||
|         run: | |         run: | | ||||||
| @@ -605,7 +657,7 @@ jobs: | |||||||
|   ags_start_api_explorer: |   ags_start_api_explorer: | ||||||
|     name: "Test Tomcat deployment of api explorer" |     name: "Test Tomcat deployment of api explorer" | ||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
|     needs: [ prepare ] |     needs: [prepare] | ||||||
|     if: > |     if: > | ||||||
|       (((github.ref_name == 'master' || startsWith(github.ref_name, 'release/') || github.event_name == 'pull_request' ) && |       (((github.ref_name == 'master' || startsWith(github.ref_name, 'release/') || github.event_name == 'pull_request' ) && | ||||||
|       !contains(github.event.head_commit.message, '[skip ags]')) || |       !contains(github.event.head_commit.message, '[skip ags]')) || | ||||||
| @@ -616,7 +668,9 @@ jobs: | |||||||
|       - uses: actions/checkout@v3 |       - uses: actions/checkout@v3 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.35.2 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v1.35.2 | ||||||
|       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@v1.35.2 |       - uses: Alfresco/alfresco-build-tools/.github/actions/setup-java-build@hack-build-cache | ||||||
|  |         with: | ||||||
|  |           build-cache: "true" | ||||||
|       - name: "Build" |       - name: "Build" | ||||||
|         timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }} |         timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }} | ||||||
|         run: | |         run: | | ||||||
|   | |||||||
| @@ -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.1.0.247</version> |       <version>23.1.0.256-SNAPSHOT</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.1.0.247</version> |       <version>23.1.0.256-SNAPSHOT</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.1.0.247</version> |       <version>23.1.0.256-SNAPSHOT</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.1.0.247</version> |       <version>23.1.0.256-SNAPSHOT</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.1.0.247</version> |       <version>23.1.0.256-SNAPSHOT</version> | ||||||
|    </parent> |    </parent> | ||||||
|  |  | ||||||
|    <properties> |    <properties> | ||||||
|   | |||||||
| @@ -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.1.0.247</version> |         <version>23.1.0.256-SNAPSHOT</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.1.0.247</version> |         <version>23.1.0.256-SNAPSHOT</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.1.0.247</version> |         <version>23.1.0.256-SNAPSHOT</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.1.0.247</version> |       <version>23.1.0.256-SNAPSHOT</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.1.0.247</version> |         <version>23.1.0.256-SNAPSHOT</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.1.0.247</version> |         <version>23.1.0.256-SNAPSHOT</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.1.0.247</version> |         <version>23.1.0.256-SNAPSHOT</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.1.0.247</version> |         <version>23.1.0.256-SNAPSHOT</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.1.0.247</version> |         <version>23.1.0.256-SNAPSHOT</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.1.0.247</version> |         <version>23.1.0.256-SNAPSHOT</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.1.0.247</version> |         <version>23.1.0.256-SNAPSHOT</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.1.0.247</version> |         <version>23.1.0.256-SNAPSHOT</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.1.0.247</version> |         <version>23.1.0.256-SNAPSHOT</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.1.0.247</version> |         <version>23.1.0.256-SNAPSHOT</version> | ||||||
|     </parent> |     </parent> | ||||||
|  |  | ||||||
|     <properties> |     <properties> | ||||||
|   | |||||||
| @@ -45,6 +45,9 @@ public class RestRequestFieldsModel extends TestModel implements IRestModel<Rest | |||||||
|     private String field; |     private String field; | ||||||
|     private String prefix; |     private String prefix; | ||||||
|     private String postfix; |     private String postfix; | ||||||
|  |     private Integer snippetCount; | ||||||
|  |     private Integer fragmentSize; | ||||||
|  |     private Boolean mergeContiguous; | ||||||
|  |  | ||||||
|     public RestRequestFieldsModel() { |     public RestRequestFieldsModel() { | ||||||
|         super(); |         super(); | ||||||
| @@ -102,6 +105,36 @@ public class RestRequestFieldsModel extends TestModel implements IRestModel<Rest | |||||||
|         this.postfix = postfix; |         this.postfix = postfix; | ||||||
|     } |     } | ||||||
|  |  | ||||||
|  |     public Integer getSnippetCount() | ||||||
|  |     { | ||||||
|  |         return snippetCount; | ||||||
|  |     } | ||||||
|  |  | ||||||
|  |     public void setSnippetCount(Integer snippetCount) | ||||||
|  |     { | ||||||
|  |         this.snippetCount = snippetCount; | ||||||
|  |     } | ||||||
|  |  | ||||||
|  |     public Integer getFragmentSize() | ||||||
|  |     { | ||||||
|  |         return fragmentSize; | ||||||
|  |     } | ||||||
|  |  | ||||||
|  |     public void setFragmentSize(Integer fragmentSize) | ||||||
|  |     { | ||||||
|  |         this.fragmentSize = fragmentSize; | ||||||
|  |     } | ||||||
|  |  | ||||||
|  |     public Boolean getMergeContiguous() | ||||||
|  |     { | ||||||
|  |         return mergeContiguous; | ||||||
|  |     } | ||||||
|  |  | ||||||
|  |     public void setMergeContiguous(Boolean mergeContiguous) | ||||||
|  |     { | ||||||
|  |         this.mergeContiguous = mergeContiguous; | ||||||
|  |     } | ||||||
|  |  | ||||||
|     public static Builder builder() |     public static Builder builder() | ||||||
|     { |     { | ||||||
|         return new Builder(); |         return new Builder(); | ||||||
| @@ -112,6 +145,9 @@ public class RestRequestFieldsModel extends TestModel implements IRestModel<Rest | |||||||
|         private String field; |         private String field; | ||||||
|         private String prefix; |         private String prefix; | ||||||
|         private String postfix; |         private String postfix; | ||||||
|  |         private Integer snippetCount; | ||||||
|  |         private Integer fragmentSize; | ||||||
|  |         private Boolean mergeContiguous; | ||||||
|  |  | ||||||
|         public Builder field(String field) |         public Builder field(String field) | ||||||
|         { |         { | ||||||
| @@ -131,14 +167,33 @@ public class RestRequestFieldsModel extends TestModel implements IRestModel<Rest | |||||||
|             return this; |             return this; | ||||||
|         } |         } | ||||||
|  |  | ||||||
|  |         public Builder snippetCount(Integer snippetCount) | ||||||
|  |         { | ||||||
|  |             this.snippetCount = snippetCount; | ||||||
|  |             return this; | ||||||
|  |         } | ||||||
|  |         public Builder fragmentSize(Integer fragmentSize) | ||||||
|  |         { | ||||||
|  |             this.fragmentSize = fragmentSize; | ||||||
|  |             return this; | ||||||
|  |         } | ||||||
|  |  | ||||||
|  |         public Builder mergeContiguous(Boolean mergeContiguous) | ||||||
|  |         { | ||||||
|  |             this.mergeContiguous = mergeContiguous; | ||||||
|  |             return this; | ||||||
|  |         } | ||||||
|  |  | ||||||
|         public RestRequestFieldsModel build() |         public RestRequestFieldsModel build() | ||||||
|         { |         { | ||||||
|             RestRequestFieldsModel fieldModel = new RestRequestFieldsModel(); |             RestRequestFieldsModel fieldModel = new RestRequestFieldsModel(); | ||||||
|             fieldModel.setField(field); |             fieldModel.setField(field); | ||||||
|             fieldModel.setPrefix(prefix); |             fieldModel.setPrefix(prefix); | ||||||
|             fieldModel.setPostfix(postfix); |             fieldModel.setPostfix(postfix); | ||||||
|  |             fieldModel.setSnippetCount(snippetCount); | ||||||
|  |             fieldModel.setFragmentSize(fragmentSize); | ||||||
|  |             fieldModel.setMergeContiguous(mergeContiguous); | ||||||
|             return fieldModel; |             return fieldModel; | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
| } | } | ||||||
|   |  | ||||||
|   | |||||||
| @@ -11,6 +11,7 @@ import org.alfresco.utility.testrail.ExecutionType; | |||||||
| import org.alfresco.utility.testrail.annotation.TestRail; | import org.alfresco.utility.testrail.annotation.TestRail; | ||||||
| import org.springframework.http.HttpStatus; | import org.springframework.http.HttpStatus; | ||||||
| import org.testng.annotations.BeforeClass; | import org.testng.annotations.BeforeClass; | ||||||
|  | import org.testng.annotations.Ignore; | ||||||
| import org.testng.annotations.Test; | import org.testng.annotations.Test; | ||||||
|  |  | ||||||
| import java.util.List; | import java.util.List; | ||||||
| @@ -47,8 +48,9 @@ public class GetProcessesCoreTests extends RestTest | |||||||
|  |  | ||||||
|     @TestRail(section = { TestGroup.REST_API, TestGroup.WORKFLOW,TestGroup.PROCESSES }, executionType = ExecutionType.REGRESSION,  |     @TestRail(section = { TestGroup.REST_API, TestGroup.WORKFLOW,TestGroup.PROCESSES }, executionType = ExecutionType.REGRESSION,  | ||||||
|             description = "Verify user gets all processes started by him ordered descending by id") |             description = "Verify user gets all processes started by him ordered descending by id") | ||||||
|     @Test(groups = { TestGroup.REST_API, TestGroup.WORKFLOW, TestGroup.PROCESSES, TestGroup.REGRESSION }) |     @Test(groups = { TestGroup.REST_API, TestGroup.WORKFLOW, TestGroup.PROCESSES, TestGroup.REGRESSION }, enabled = false) | ||||||
|     public void getProcessesOrderedByIdDESC() throws Exception |     @Ignore("Until ACS-6234 is done") | ||||||
|  |     public void getProcessesOrderedByIdDESC() | ||||||
|     { |     { | ||||||
|         RestProcessModelsCollection processes = restClient.authenticateUser(userWhoStartsTask).withParams("orderBy=id DESC") |         RestProcessModelsCollection processes = restClient.authenticateUser(userWhoStartsTask).withParams("orderBy=id DESC") | ||||||
|                 .withWorkflowAPI().getProcesses(); |                 .withWorkflowAPI().getProcesses(); | ||||||
|   | |||||||
| @@ -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.1.0.247</version> |         <version>23.1.0.256-SNAPSHOT</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.1.0.247</version> |         <version>23.1.0.256-SNAPSHOT</version> | ||||||
|     </parent> |     </parent> | ||||||
|  |  | ||||||
|     <properties> |     <properties> | ||||||
|   | |||||||
							
								
								
									
										16
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										16
									
								
								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.1.0.247</version> |     <version>23.1.0.256-SNAPSHOT</version> | ||||||
|     <packaging>pom</packaging> |     <packaging>pom</packaging> | ||||||
|     <name>Alfresco Community Repo Parent</name> |     <name>Alfresco Community Repo Parent</name> | ||||||
|  |  | ||||||
| @@ -51,8 +51,8 @@ | |||||||
|         <dependency.alfresco-server-root.version>7.0.1</dependency.alfresco-server-root.version> |         <dependency.alfresco-server-root.version>7.0.1</dependency.alfresco-server-root.version> | ||||||
|         <dependency.activiti-engine.version>5.23.0</dependency.activiti-engine.version> |         <dependency.activiti-engine.version>5.23.0</dependency.activiti-engine.version> | ||||||
|         <dependency.activiti.version>5.23.0</dependency.activiti.version> |         <dependency.activiti.version>5.23.0</dependency.activiti.version> | ||||||
|         <dependency.alfresco-transform-core.version>5.0.0-A3</dependency.alfresco-transform-core.version> |         <dependency.alfresco-transform-core.version>5.0.0</dependency.alfresco-transform-core.version> | ||||||
|         <dependency.alfresco-transform-service.version>4.0.0-A3</dependency.alfresco-transform-service.version> |         <dependency.alfresco-transform-service.version>4.0.0</dependency.alfresco-transform-service.version> | ||||||
|         <dependency.alfresco-greenmail.version>7.0</dependency.alfresco-greenmail.version> |         <dependency.alfresco-greenmail.version>7.0</dependency.alfresco-greenmail.version> | ||||||
|         <dependency.acs-event-model.version>0.0.24</dependency.acs-event-model.version> |         <dependency.acs-event-model.version>0.0.24</dependency.acs-event-model.version> | ||||||
|  |  | ||||||
| @@ -67,7 +67,7 @@ | |||||||
|         <dependency.bouncycastle.version>1.76</dependency.bouncycastle.version> |         <dependency.bouncycastle.version>1.76</dependency.bouncycastle.version> | ||||||
|         <dependency.mockito-core.version>5.4.0</dependency.mockito-core.version> |         <dependency.mockito-core.version>5.4.0</dependency.mockito-core.version> | ||||||
|         <dependency.assertj.version>3.24.2</dependency.assertj.version> |         <dependency.assertj.version>3.24.2</dependency.assertj.version> | ||||||
|         <dependency.org-json.version>20230618</dependency.org-json.version> |         <dependency.org-json.version>20231013</dependency.org-json.version> | ||||||
|         <dependency.commons-dbcp.version>2.9.0</dependency.commons-dbcp.version> |         <dependency.commons-dbcp.version>2.9.0</dependency.commons-dbcp.version> | ||||||
|         <dependency.commons-io.version>2.14.0</dependency.commons-io.version> |         <dependency.commons-io.version>2.14.0</dependency.commons-io.version> | ||||||
|         <dependency.gson.version>2.10.1</dependency.gson.version> |         <dependency.gson.version>2.10.1</dependency.gson.version> | ||||||
| @@ -113,9 +113,9 @@ | |||||||
|         <dependency.jakarta-ee-json-impl.version>1.1.4</dependency.jakarta-ee-json-impl.version> |         <dependency.jakarta-ee-json-impl.version>1.1.4</dependency.jakarta-ee-json-impl.version> | ||||||
|         <dependency.jakarta-json-path.version>2.8.0</dependency.jakarta-json-path.version> |         <dependency.jakarta-json-path.version>2.8.0</dependency.jakarta-json-path.version> | ||||||
|         <dependency.json-smart.version>2.5.0</dependency.json-smart.version> |         <dependency.json-smart.version>2.5.0</dependency.json-smart.version> | ||||||
|         <alfresco.googledrive.version>4.0.0-M1</alfresco.googledrive.version> |         <alfresco.googledrive.version>4.0.0</alfresco.googledrive.version> | ||||||
|         <alfresco.aos-module.version>2.0.0-M1</alfresco.aos-module.version> |         <alfresco.aos-module.version>2.0.0</alfresco.aos-module.version> | ||||||
|         <alfresco.api-explorer.version>23.1.0-A1</alfresco.api-explorer.version> <!-- Also in alfresco-enterprise-share --> |         <alfresco.api-explorer.version>23.1.0</alfresco.api-explorer.version> <!-- Also in alfresco-enterprise-share --> | ||||||
|  |  | ||||||
|         <alfresco.maven-plugin.version>2.2.0</alfresco.maven-plugin.version> |         <alfresco.maven-plugin.version>2.2.0</alfresco.maven-plugin.version> | ||||||
|         <license-maven-plugin.version>2.0.1</license-maven-plugin.version> |         <license-maven-plugin.version>2.0.1</license-maven-plugin.version> | ||||||
| @@ -152,7 +152,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.1.0.247</tag> |         <tag>HEAD</tag> | ||||||
|     </scm> |     </scm> | ||||||
|  |  | ||||||
|     <distributionManagement> |     <distributionManagement> | ||||||
|   | |||||||
| @@ -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.1.0.247</version> |         <version>23.1.0.256-SNAPSHOT</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.1.0.247</version> |         <version>23.1.0.256-SNAPSHOT</version> | ||||||
|     </parent> |     </parent> | ||||||
|  |  | ||||||
|     <dependencies> |     <dependencies> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user