-
Notifications
You must be signed in to change notification settings - Fork 0
chore: examples module #131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 67 commits
Commits
Show all changes
68 commits
Select commit
Hold shift + click to select a range
34ef04e
chore: rename files and directories for improved structure
OmarAlJarrah c673e98
chore: delete old code
OmarAlJarrah 6397e09
Revert "chore: delete old code"
OmarAlJarrah 3ad78e6
chore: delete old code
OmarAlJarrah 23c0239
chore: delete old code
OmarAlJarrah a56a07e
Merge branch 'v2-dev' into v2/delete-old-code
OmarAlJarrah e80a2f3
chore: initialize project gradle structure and configuration files
OmarAlJarrah 33c6156
chore: initial generator config
OmarAlJarrah dd9a5e1
feat: initialize xap sdk module
OmarAlJarrah 869d2cf
chore: generate new sdk
OmarAlJarrah 2e8fb9c
Revert "chore: delete old code"
OmarAlJarrah 93c6388
Revert "chore: delete old code"
OmarAlJarrah 32004dd
chore: undelete code
OmarAlJarrah be222dc
Merge branch 'v2/delete-old-code' into v2/initial-gradle-setup
OmarAlJarrah 0249634
Merge branch 'v2/initial-gradle-setup' into v2/generator-config
OmarAlJarrah d0a54a0
Merge branch 'v2/generator-config' into v2/initial-xap-sdk-module
OmarAlJarrah 88249e2
Merge branch 'v2/initial-xap-sdk-module' into v2/generate-new-sdk
OmarAlJarrah 405ba2f
chore: examples module
OmarAlJarrah cb24ad4
chore: add Apache License header to example scenario files
OmarAlJarrah dc2172b
chore: clean up build.gradle.kts and update mergeSpecs task
OmarAlJarrah 3b1d370
Merge branch 'v2/initial-gradle-setup' into v2/generator-config
OmarAlJarrah 5122213
chore: add imports for AllowedMediaTypesLambda and CodegenConstants
OmarAlJarrah 251f90b
Merge branch 'v2/generator-config' into v2/initial-xap-sdk-module
OmarAlJarrah 8e21f8e
Merge branch 'v2/initial-xap-sdk-module' into v2/generate-new-sdk
OmarAlJarrah d737609
Merge branch 'v2/generate-new-sdk' into v2/examples-module
OmarAlJarrah 8bb97ea
Merge branch 'v2-dev' into v2/initial-gradle-setup
OmarAlJarrah 7b9d080
Merge branch 'v2/initial-gradle-setup' into v2/generator-config
OmarAlJarrah 5d66eff
Merge branch 'v2/generator-config' into v2/initial-xap-sdk-module
OmarAlJarrah 8aaca0d
chore: update path for specs.gradle.kts in build.gradle.kts
OmarAlJarrah 10a8782
chore: update OpenAPI generator plugin version to 0.0.9-alpha
OmarAlJarrah 73b0557
chore: refactor transformSpecs task to use Exec type and streamline c…
OmarAlJarrah c14ebda
chore: remove obsolete POM license properties from gradle.properties
OmarAlJarrah fbc53af
chore: add mavenCentral repository to plugin management
OmarAlJarrah 245448f
Merge branch 'v2/initial-gradle-setup' into v2/generator-config
OmarAlJarrah 217d02f
chore: update openApiGenerate task to use project.providers.exec for …
OmarAlJarrah 05b0741
Merge branch 'v2/generator-config' into v2/initial-xap-sdk-module
OmarAlJarrah 3d08ce4
chore: rename XAP_OBJECT_MAPPER to OBJECT_MAPPER for consistency
OmarAlJarrah dca26a5
Merge branch 'v2/initial-xap-sdk-module' into v2/generate-new-sdk
OmarAlJarrah 7eff73e
Merge branch 'v2/generate-new-sdk' into v2/examples-module
OmarAlJarrah aa32aad
chore: add Checkstyle plugin and configuration to build.gradle.kts
OmarAlJarrah 6b2f426
chore: update Checkstyle configuration and include examples module in…
OmarAlJarrah 3f2c900
chore: add activity scenarios to XapSdkDemoTestRun for demonstration
OmarAlJarrah c8b1dd3
chore: del spec files
OmarAlJarrah 2a88f73
Merge branch 'v2/generator-config' into v2/initial-xap-sdk-module
OmarAlJarrah c3be42f
chore: remove unnecessary blank line in XapSdkDemoTestRun.java
OmarAlJarrah 2fc4bf3
chore: update command line for spec transformer to include additional…
OmarAlJarrah bd97e01
chore: update inputSpec path in openApiGenerate configuration to use …
OmarAlJarrah 1b7c1b8
Merge branch 'v2/generator-config' into v2/initial-xap-sdk-module
OmarAlJarrah 702c50c
chore: add license plugin and header configuration to build.gradle.kts
OmarAlJarrah 37396cc
Merge branch 'v2/generator-config' into v2/initial-xap-sdk-module
OmarAlJarrah dcaa50c
Merge branch 'v2/initial-xap-sdk-module' into v2/generate-new-sdk
OmarAlJarrah 3f0a2eb
chore: add Apache License 2.0 header to multiple operation files
OmarAlJarrah af8631f
chore: update license plugin ID in build.gradle.kts
OmarAlJarrah 23d4bf9
Merge branch 'v2/generator-config' into v2/initial-xap-sdk-module
OmarAlJarrah 1763bcd
Merge branch 'v2/generate-new-sdk' into v2/examples-module
OmarAlJarrah 5ad53bb
Merge branch 'v2/initial-xap-sdk-module' into v2/generate-new-sdk
OmarAlJarrah f45c553
Merge branch 'v2/generate-new-sdk' into v2/examples-module
OmarAlJarrah 727f06c
Merge branch 'v2-dev' into v2/generator-config
OmarAlJarrah 3b89186
Merge branch 'v2/generator-config' into v2/initial-xap-sdk-module
OmarAlJarrah 8cf5d0b
Merge branch 'v2/initial-xap-sdk-module' into v2/generate-new-sdk
OmarAlJarrah 332f8ee
Merge branch 'v2/generate-new-sdk' into v2/examples-module
OmarAlJarrah 584a367
Merge branch 'v2-dev' into v2/initial-xap-sdk-module
OmarAlJarrah fc3a5cd
Merge branch 'v2/initial-xap-sdk-module' into v2/generate-new-sdk
OmarAlJarrah 4460a46
Merge branch 'v2/generate-new-sdk' into v2/examples-module
OmarAlJarrah 9b5aa97
Merge branch 'v2-dev' into v2/generate-new-sdk
OmarAlJarrah 5748121
Merge branch 'v2/generate-new-sdk' into v2/examples-module
OmarAlJarrah 4b3cc3e
Merge branch 'v2-dev' into v2/examples-module
OmarAlJarrah a5435c6
chore: format code for consistency in quick start scenario files
OmarAlJarrah File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,25 @@ | ||
| group = project.property("GROUP_ID") as String | ||
|
|
||
| plugins { | ||
| checkstyle | ||
| } | ||
|
|
||
| checkstyle { | ||
| val archive = | ||
| configurations.checkstyle.get().resolve().filter { | ||
| it.name.startsWith("checkstyle") | ||
| } | ||
|
|
||
| config = resources.text.fromArchiveEntry(archive, "google_checks.xml") | ||
| } | ||
|
|
||
| dependencies { | ||
| api(project(":xap-sdk")) | ||
|
|
||
| implementation("com.expediagroup:expediagroup-sdk-transport-okhttp:0.0.4-alpha") | ||
|
|
||
| implementation("org.apache.logging.log4j:log4j-api:2.24.3") | ||
| implementation("org.apache.logging.log4j:log4j-slf4j2-impl:2.24.3") | ||
| implementation("com.fasterxml.jackson.core:jackson-databind:2.18.3") | ||
| implementation("org.apache.commons:commons-lang3:3.17.0") | ||
| } | ||
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.