-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
170 changed files
with
32,329 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"build": { | ||
"target": ".", | ||
"tasks": [ | ||
{ | ||
"for": "java-cf", | ||
"src": "srv", | ||
"options": { | ||
"model": [ | ||
"srv" | ||
] | ||
} | ||
} | ||
] | ||
} | ||
} |
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,7 @@ | ||
# top-most EditorConfig file | ||
root = true | ||
|
||
# 1 tab = 4 spaces | ||
[*] | ||
indent_style = tab | ||
indent_size = 4 |
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,16 @@ | ||
**/credentials.* | ||
**/target/ | ||
**/bin/ | ||
/s4hana_pipeline | ||
**/*.log | ||
**/*.trc | ||
**/.settings/ | ||
**/.project | ||
**/.classpath | ||
**/.idea | ||
**/*.iml | ||
**/.vscode | ||
**/coverage/ | ||
**/node_modules | ||
**/package-lock.json | ||
**/.DS_Store |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,94 @@ | ||
This program references the following third party open source or other free download components. | ||
The third party licensors of these components may provide additional license rights, | ||
terms and conditions and/or require certain notices as described below. | ||
|
||
Logback Classic Module (ch.qos.logback:logback-classic:1.2.3 - http://logback.qos.ch/logback-classic) | ||
Licensed under Eclipse Public License - v 1.0 | ||
Licensed under GNU Lesser General Public License | ||
|
||
Jackson-JAXRS-JSON (com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.10.1 - http://github.com/FasterXML/jackson-jaxrs-providers/jackson-jaxrs-json-provider) | ||
Licensed under The Apache Software License, Version 2.0 | ||
|
||
System Rules (com.github.stefanbirkner:system-rules:1.19.0 - http://stefanbirkner.github.io/system-rules/) | ||
Licensed under Common Public License Version 1.0 | ||
|
||
SAP S/4HANA - All (com.sap.cloud.sdk.s4hana:s4hana-all:3.10.0 - https://www.sap.com/s4sdk) | ||
Licensed under SAP DEVELOPER LICENSE AGREEMENT | ||
|
||
Test Utilities - Core (com.sap.cloud.sdk.testutil:testutil-core:3.10.0 - https://www.sap.com/s4sdk) | ||
Licensed under SAP DEVELOPER LICENSE AGREEMENT | ||
|
||
Gateway Java V2 Runtime Core: Web Components (com.sap.cloud.servicesdk.prov:odata2.web:1.36.1 - http://www.sap.com) | ||
Licensed under SAP DEVELOPER LICENSE AGREEMENT | ||
|
||
com.sap.cloud.servicesdk.service.prov.odatav2-hybrid (com.sap.cloud.servicesdk.prov:odatav2-hybrid:1.36.1 - http://www.sap.com) | ||
Licensed under SAP DEVELOPER LICENSE AGREEMENT | ||
|
||
com.sap.cloud.servicesdk.service.prov.odatav2-prov (com.sap.cloud.servicesdk.prov:odatav2-prov:1.36.1 - http://www.sap.com) | ||
Licensed under SAP DEVELOPER LICENSE AGREEMENT | ||
|
||
Feign Core (io.github.openfeign:feign-core:10.2.0 - https://github.com/openfeign/feign/feign-core) | ||
Licensed under The Apache Software License, Version 2.0 | ||
|
||
Feign Apache HttpClient (io.github.openfeign:feign-httpclient:10.2.0 - https://github.com/openfeign/feign/feign-httpclient) | ||
Licensed under The Apache Software License, Version 2.0 | ||
|
||
Feign Jackson (io.github.openfeign:feign-jackson:10.2.0 - https://github.com/openfeign/feign/feign-jackson) | ||
Licensed under The Apache Software License, Version 2.0 | ||
|
||
Feign JAX-RS (io.github.openfeign:feign-jaxrs:10.2.0 - https://github.com/openfeign/feign/feign-jaxrs) | ||
Licensed under The Apache Software License, Version 2.0 | ||
|
||
Feign SLF4J (io.github.openfeign:feign-slf4j:10.2.0 - https://github.com/openfeign/feign/feign-slf4j) | ||
Licensed under The Apache Software License, Version 2.0 | ||
|
||
REST Assured (io.rest-assured:rest-assured:4.0.0 - http://code.google.com/p/rest-assured) | ||
Licensed under Apache 2.0 | ||
|
||
JUnit (junit:junit:4.12 - http://junit.org) | ||
Licensed under Eclipse Public License 1.0 | ||
|
||
OpenEJB :: Arquillian Adaptors Parent :: Embedded Adaptor (org.apache.tomee:arquillian-tomee-embedded:7.0.6 - http://tomee.apache.org/arquillian/arquillian-tomee-embedded) | ||
Licensed under Apache License, Version 2.0 | ||
|
||
OpenEJB :: TomEE :: TomEE Embedded (org.apache.tomee:tomee-embedded:7.0.5 - http://tomee.apache.org/tomee/tomee-embedded) | ||
Licensed under Apache License, Version 2.0 | ||
|
||
OpenEJB :: TomEE :: RS Web Services (org.apache.tomee:tomee-jaxrs:7.0.5 - http://tomee.apache.org/tomee/tomee-jaxrs) | ||
Licensed under Apache License, Version 2.0 | ||
|
||
Hamcrest All (org.hamcrest:hamcrest-all:1.3 - https://github.com/hamcrest/JavaHamcrest/hamcrest-all) | ||
Licensed under New BSD License | ||
|
||
Project Lombok (org.projectlombok:lombok:1.18.10 - https://projectlombok.org) | ||
Licensed under The MIT License | ||
|
||
JCL 1.2 implemented over SLF4J (org.slf4j:jcl-over-slf4j:1.7.26 - http://www.slf4j.org) | ||
Licensed under MIT License | ||
|
||
SLF4J API Module (org.slf4j:slf4j-api:1.7.26 - http://www.slf4j.org) | ||
Licensed under MIT License | ||
|
||
SLF4J Simple Binding (org.slf4j:slf4j-simple:1.7.26 - http://www.slf4j.org) | ||
Licensed under MIT License | ||
|
||
org.xmlunit:xmlunit-matchers (org.xmlunit:xmlunit-matchers:2.6.3 - https://www.xmlunit.org/) | ||
Licensed under The Apache Software License, Version 2.0 | ||
|
||
Hamcrest JSON (uk.co.datumedge:hamcrest-json:0.2 - https://github.com/hertzsprung/hamcrest-json) | ||
Licensed under MIT License | ||
|
||
eslint (eslint@4.19.1 - git+https://github.com/eslint/eslint.git) | ||
Licensed under MIT License | ||
|
||
karma (karma@4.4.1 - git://github.com/karma-runner/karma.git) | ||
Licensed under MIT License | ||
|
||
karma-chrome-launcher (karma-chrome-launcher@2.2.0 - git://github.com/karma-runner/karma-chrome-launcher.git) | ||
Licensed under MIT License | ||
|
||
karma-coverage (karma-coverage@1.1.2 - git://github.com/karma-runner/karma-coverage.git) | ||
Licensed under MIT License | ||
|
||
karma-ui5 (karma-ui5@1.1.0 - git+https://github.com/SAP/karma-ui5.git) | ||
Licensed under Apache License, Version 2.0 |
Oops, something went wrong.