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 68 commits into
base: v2-dev
Choose a base branch
from
Open

chore: examples module #131

wants to merge 68 commits into 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
<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
@OmarAlJarrah OmarAlJarrah requested a review from anssari1 April 27, 2025 15:00
Base automatically changed from v2/generate-new-sdk to v2-dev April 28, 2025 12:03
@OmarAlJarrah OmarAlJarrah dismissed Mohammad-Dwairi’s stale review April 28, 2025 12:03

The base branch was changed.

@@ -33,140 +33,160 @@
*/
public class CarListingsQuickStartScenario implements XapScenario {

private static final Logger LOGGER = LoggerFactory.getLogger(CarListingsQuickStartScenario.class);
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 undo the indentation changes to focus on the code changes?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Auto-formatted the code.

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