Skip to content

Commit bb9a3aa

Browse files
Try java wrapper 2.1.8 (AST-000)
1 parent 4706541 commit bb9a3aa

5 files changed

Lines changed: 6 additions & 24 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,6 @@ jobs:
1414
with:
1515
distribution: temurin
1616
java-version: 8
17-
18-
- name: Install Git LFS
19-
run: |
20-
sudo apt-get update
21-
sudo apt-get install git-lfs
22-
git lfs install
23-
24-
- name: Checkout LFS objects
25-
run: git lfs checkout
26-
2717
- uses: actions/cache@v3
2818
with:
2919
path: ~/.m2/repository
@@ -39,7 +29,7 @@ jobs:
3929
run: |
4030
Xvfb -ac :99 -screen 0 1920x1080x16 &
4131
mvn verify -Dtest.includes="**/ui/*.java"
42-
32+
4333
integration-tests:
4434
runs-on: ubuntu-latest
4535
steps:
@@ -48,16 +38,6 @@ jobs:
4838
with:
4939
distribution: temurin
5040
java-version: 8
51-
52-
- name: Install Git LFS
53-
run: |
54-
sudo apt-get update
55-
sudo apt-get install git-lfs
56-
git lfs install
57-
58-
- name: Checkout LFS objects
59-
run: git lfs checkout
60-
6141
- uses: actions/cache@v3
6242
with:
6343
path: ~/.m2/repository

.github/workflows/update-cli.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,11 @@ jobs:
3636
echo ${{ steps.ast-cli-java-wrapper.outputs.release_tag }} > ast-cli-java-wrapper.version
3737
current_version=ast-cli-java-wrapper-${{ steps.ast-cli-java-wrapper.outputs.current_tag }}.jar
3838
new_version=ast-cli-java-wrapper-${{ steps.ast-cli-java-wrapper.outputs.release_tag }}.jar
39+
3940
sed -i "s/$current_version/$new_version/g" checkmarx-ast-eclipse-plugin/build.properties
4041
sed -i "s/$current_version/$new_version/g" checkmarx-ast-eclipse-plugin/.classpath
4142
sed -i "s/$current_version/$new_version/g" checkmarx-ast-eclipse-plugin/META-INF/MANIFEST.MF
43+
4244
cd checkmarx-ast-eclipse-plugin/lib/
4345
rm -rf "$current_version"
4446
curl "https://repo1.maven.org/maven2/com/checkmarx/ast/ast-cli-java-wrapper/${{ steps.ast-cli-java-wrapper.outputs.release_tag }}/${new_version}" --output $new_version

checkmarx-ast-eclipse-plugin/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<classpathentry exported="true" kind="lib" path="lib/jackson-annotations-2.12.4.jar"/>
1212
<classpathentry exported="true" kind="lib" path="lib/jackson-core-2.12.4.jar"/>
1313
<classpathentry exported="true" kind="lib" path="lib/commons-lang3-3.12.0.jar"/>
14-
<classpathentry exported="true" kind="lib" path="lib/ast-cli-java-wrapper-2.1.8.jar"/>
14+
<classpathentry exported="true" kind="lib" path="lib/ast-cli-java-wrapper-2.1.7.jar"/>
1515
<classpathentry exported="true" kind="lib" path="lib/jackson-databind-2.13.4.2.jar"/>
1616
<classpathentry exported="true" kind="lib" path="lib/org.eclipse.mylyn.commons.ui_3.25.2.v20200813-0821.jar"/>
1717
<classpathentry exported="true" kind="lib" path="lib/org.apache.commons.lang_2.6.0.v20220406-2305.jar"/>

checkmarx-ast-eclipse-plugin/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Bundle-ClassPath: lib/slf4j-simple-1.7.5.jar,
2525
lib/jackson-annotations-2.12.4.jar,
2626
lib/jackson-core-2.12.4.jar,
2727
lib/commons-lang3-3.12.0.jar,
28-
lib/ast-cli-java-wrapper-2.1.8.jar,
28+
lib/ast-cli-java-wrapper-2.1.7.jar,
2929
lib/jackson-databind-2.13.4.2.jar,
3030
lib/org.eclipse.mylyn.commons.ui_3.25.2.v20200813-0821.jar,
3131
lib/org.apache.commons.lang_2.6.0.v20220406-2305.jar,

checkmarx-ast-eclipse-plugin/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ bin.includes = plugin.xml,\
88
lib/jackson-annotations-2.12.4.jar,\
99
lib/jackson-core-2.12.4.jar,\
1010
lib/commons-lang3-3.12.0.jar,\
11-
lib/ast-cli-java-wrapper-2.1.8.jar,\
11+
lib/ast-cli-java-wrapper-2.1.7.jar,\
1212
lib/jackson-databind-2.13.4.2.jar,\
1313
lib/org.eclipse.mylyn.commons.ui_3.25.2.v20200813-0821.jar,\
1414
.,\

0 commit comments

Comments
 (0)