-
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
base: v2-dev
Are you sure you want to change the base?
Conversation
examples/src/main/java/com/expediagroup/sdk/xap/examples/XapSdkDemoTestRun.java
Outdated
Show resolved
Hide resolved
<artifactId>maven-checkstyle-plugin</artifactId> | ||
<version>3.6.0</version> | ||
<configuration> | ||
<configLocation>google_checks.xml</configLocation> |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
… headers and default string type
…transformedSpecs.yaml
The base branch was changed.
@@ -33,140 +33,160 @@ | |||
*/ | |||
public class CarListingsQuickStartScenario implements XapScenario { | |||
|
|||
private static final Logger LOGGER = LoggerFactory.getLogger(CarListingsQuickStartScenario.class); |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Auto-formatted the code.
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