Skip to content

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

Open
wants to merge 7 commits into
base: v2/generate-new-sdk
Choose a base branch
from

Conversation

OmarAlJarrah
Copy link
Contributor

Situation

After the efforts we have put onto redesigning our SDK platform, we are aiming to integrate the XAP SDK with the new platform tools.

The scope for this PR is to delete code and maven settings to initiate the ground for migrating to new SDK core.

Task

Add and configure examples module.

Action

Added and configured examples module.

Testing

NaN

Results

NaN

Notes

NaN

@OmarAlJarrah OmarAlJarrah requested a review from a team as a code owner April 21, 2025 17:06
@@ -16,8 +16,7 @@

package com.expediagroup.sdk.xap.examples;

import com.expediagroup.sdk.xap.examples.scenarios.activity.ActivityDetailsQuickStartScenario;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where did these scenarios go?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added again.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please remove the extra newline?

<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.6.0</version>
<configuration>
<configLocation>google_checks.xml</configLocation>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we please add this checkstyle plugin?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

Mohammad-Dwairi
Mohammad-Dwairi approved these changes Apr 23, 2025
group = project.property("GROUP_ID") as String

dependencies {
api(project(":xap-sdk"))

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As discussed with the team, it's better to use a published version instead

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will do once we publish a release.

@Mohammad-Dwairi Mohammad-Dwairi self-requested a review April 23, 2025 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants