Skip to content
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

Update guide to use JSON-B instead of Jackson #25

Merged
merged 18 commits into from
Jul 2, 2018
Merged

Update guide to use JSON-B instead of Jackson #25

merged 18 commits into from
Jul 2, 2018

Conversation

KyleAure
Copy link
Member

Remaining changes requested at the end of the previous pull request here: #20

@KyleAure KyleAure self-assigned this Jun 29, 2018
README.adoc Outdated
:page-duration: 20 minutes
:page-releasedate: 2017-10-04
:page-duration: 25 minutes
:page-releasedate: 2018-06-01
Copy link
Member

Choose a reason for hiding this comment

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

Need to be updated to when the guide will be refreshed.

README.adoc Outdated
:page-duration: 20 minutes
:page-releasedate: 2017-10-04
:page-duration: 25 minutes
:page-releasedate: 2018-06-01
:page-description: Learn how to consume a RESTful web service
Copy link
Member

Choose a reason for hiding this comment

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

Add "in Java using JSON-B and JSON-P" to the end.

//or custom constructor can be used
this.title = title;
this.artistName = artistName;
this.totalTracks = totalTracks;
Copy link
Member

Choose a reason for hiding this comment

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

Alignment or extra whitespaces need to be fixed?

@JsonbProperty("albums") Album albums[]) {
//or custom constructor can be used
this.name = name;
this.albums = albums;
Copy link
Member

Choose a reason for hiding this comment

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

Alignment or whitespaces to be fixed?

@@ -22,6 +22,7 @@
import javax.ws.rs.core.UriInfo;

import io.openliberty.guides.consumingrest.model.Artist;
//import io.openliberty.guides.consumingrest.Consumer;
Copy link
Member

Choose a reason for hiding this comment

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

To be removed if not in use?

@yeekangc
Copy link
Member

yeekangc commented Jun 30, 2018

@KyleAure, looks like the latest changes are here including the fixes for #26. Kyle, can you please doubly confirm?

@JunyiSun, can you doubly confirm that we have this PR tested and both the guide and code check out?

Then, we can approve, merge and ask @kinueng to refresh the site for us.

@evelinec, FYI.

@KyleAure
Copy link
Member Author

@yeekangc Just double checked and ran the tests again. Warnings have been taken care of and the correct imports have been updated for ArtistResource. Everything in #26 has been corrected. Thank you.

@yeekangc
Copy link
Member

yeekangc commented Jul 2, 2018

We are good to go. Thank you, @KyleAure!

@yeekangc yeekangc merged commit 0f47f09 into OpenLiberty:master Jul 2, 2018
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.

None yet

4 participants