Skip to content

Commit

Permalink
Merge branch 'master' into newmaster
Browse files Browse the repository at this point in the history
  • Loading branch information
Arshardh authored Nov 20, 2024
2 parents cfda1e1 + bc65d06 commit 1eceb26
Show file tree
Hide file tree
Showing 1,537 changed files with 37,072 additions and 89,292 deletions.
7 changes: 7 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Lines starting with '#' are comments.
# Each line is a file pattern followed by one or more owners.

# See: https://help.github.com/articles/about-codeowners/

# These owners will be the default owners for everything in the repo.
* @tharindu1st @AnuGayan @chamilaadhi @Arshardh
43 changes: 0 additions & 43 deletions .github/workflows/Build-pack.yml

This file was deleted.

24 changes: 0 additions & 24 deletions .github/workflows/macos-jdk11.yml

This file was deleted.

24 changes: 0 additions & 24 deletions .github/workflows/macos-jdk8.yml

This file was deleted.

14 changes: 10 additions & 4 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ on:
workflow_dispatch:
branches:
- master

concurrency:
group: ${{ github.event.number }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -18,6 +20,10 @@ jobs:
segment: group1
- id: 2
segment: group2
- id: 3
segment: group3
- id: 4
segment: group4
fail-fast: false
steps:
- name: Run hostname
Expand All @@ -43,15 +49,15 @@ jobs:
with:
node-version: '10.x'
- name: Build product-apim with Test.
run: mvn clean install --file pom.xml -DskipBenchMarkTest=true
run: mvn clean install --file pom.xml -DskipBenchMarkTest=true -DskipRestartTests=true
env:
PRODUCT_APIM_TEST_GROUPS: ${{ matrix.segment }}
- name: Prepare upload testng report
if: always()
run: mv modules/integration/tests-integration/tests-backend/target/surefire-reports/TEST-TestSuite.xml TEST-TestSuite_${{ matrix.id }}.xml
- name: Archive testng report
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: TEST-TestSuite_${{ matrix.id }}
path: |
Expand Down Expand Up @@ -93,7 +99,7 @@ jobs:
needs: build
runs-on: 'ubuntu-latest'
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
with:
path: reports
- name: Publish Test Report
Expand Down
24 changes: 0 additions & 24 deletions .github/workflows/ubuntu-jdk11.yml

This file was deleted.

24 changes: 0 additions & 24 deletions .github/workflows/ubuntu-jdk8.yml

This file was deleted.

24 changes: 0 additions & 24 deletions .github/workflows/windows-jdk11.yml

This file was deleted.

24 changes: 0 additions & 24 deletions .github/workflows/windows-jdk8.yml

This file was deleted.

2 changes: 1 addition & 1 deletion INSTALL.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ System Requirements
=======================
1. Minimum memory - 4 GB RAM (2 GB for JVM and 2 GB for the operating system)
2. Processor - 3 GHz Dual-core Xeon/Opteron (or latest)
3. Java 1.8 or higher
3. Java 11.0 or higher
4. The Management Console requires you to enable Javascript of the Web browser,
with MS IE 7. In addition to JavaScript, ActiveX should also be enabled
with IE. This can be achieved by setting your security level to
Expand Down
Loading

0 comments on commit 1eceb26

Please sign in to comment.