-
Notifications
You must be signed in to change notification settings - Fork 6
Code Examples with Detailed README.adoc for all Chapters (2–11) of MicroProfile Tutorial #20
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
Conversation
Uploading code for Chapter02
uploading source code for chapter 03
uploading source code for chapter04
uploading source code for chapter04
uploading source code for chapter04
Uploading source code for chapter 05
uploading chapter06 source code
uploading source code for chapter07
uploading source code for chapter08
Emily-Jiang
left a comment
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.
The class under target should not be checked in. You should first delete the files and then add target/ to gitignore
Emily-Jiang
left a comment
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 you create a readme on how to build/use this app?
|
|
@ttelang can you address my comments so that this PR can be merged |
changing Java version to JDK 17
Adding README file containing instructions to run the project
Adding Dev Conainter configuration to run this project
Fixing auto id generation
…; refactor ProductService and ProductResource to utilize service layer
…n and SQL import script
…tore - Updated README.adoc for mp-ecomm-store to include SDKMAN installation instructions and unit test execution details. - Enhanced chapter03 README.adoc with comprehensive project structure, key components, API endpoints, and testing instructions. - Removed outdated README.adoc files from mp-ecomm-store and interceptor directories. - Introduced a new test script (test-api.sh) to automate CRUD operation tests for the Product API.
updating chapter09 source code about Open Telemetry
This reverts commit 5f55b80.
Adding liberty/config/server.xml
- Created server.xml files for catalog, inventory, order, payment, shipment, shopping cart, and user services. - Implemented ProductIntegrationService for product validation and retrieval in payment processing. - Updated README.md for order service with new cURL examples. - Removed obsolete JWT debug scripts and test scripts. - Cleaned up index.html by removing the footer.
Emily-Jiang
left a comment
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.
I have not reviewed every single file. I will merge in and try to get a volunteer to test it out.
|
@ttelang please resolve the merge conflicts shown above |
Uploading source code for all chapters.