-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[incubator-kie-drools-6158] Remove remaining binaries from test resou…
…rces on main (#6171) - Create TestJar.jar on the fly
- Loading branch information
Showing
13 changed files
with
128 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
efesto/efesto-core/efesto-common-api/src/test/custom-resources/IndexFile.testb_json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
[ | ||
{ | ||
"step-type": "executable", | ||
"modelLocalUriId": { | ||
"model": "foo", | ||
"basePath": "/this/is/fri", | ||
"fullPath": "/foo/this/is/fri" | ||
}, | ||
"fullClassNames": ["full.class.Name"] | ||
}, | ||
{ | ||
"step-type": "class", | ||
"fullClassName": "full.class.Name" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file removed
BIN
-340 Bytes
efesto/efesto-core/efesto-common-api/src/test/resources/TestJar.jar
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
efesto/efesto-core/efesto-common-core/src/test/custom-resources/IndexFile.testb_json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
[ | ||
{ | ||
"step-type": "executable", | ||
"modelLocalUriId": { | ||
"model": "foo", | ||
"basePath": "/this/is/fri", | ||
"fullPath": "/foo/this/is/fri" | ||
}, | ||
"fullClassNames": ["full.class.Name"] | ||
}, | ||
{ | ||
"step-type": "class", | ||
"fullClassName": "full.class.Name" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file removed
BIN
-340 Bytes
efesto/efesto-core/efesto-common-core/src/test/resources/TestJar.jar
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
...untime-manager/efesto-runtime-manager-core/src/test/custom-resources/IndexFile.testb_json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
[ | ||
{ | ||
"step-type": "executable", | ||
"modelLocalUriId": { | ||
"model": "testb", | ||
"basePath": "/testmod", | ||
"fullPath": "/testb/testmod" | ||
}, | ||
"fullClassNames": [""] | ||
}, | ||
{ | ||
"step-type": "redirect", | ||
"modelLocalUriId": { | ||
"model": "testb", | ||
"basePath": "/redirecttestmod", | ||
"fullPath": "/testb/redirecttestmod" | ||
}, | ||
"target": "other" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file removed
BIN
-347 Bytes
...to-core/efesto-runtime-manager/efesto-runtime-manager-core/src/test/resources/TestJar.jar
Binary file not shown.