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

RepresentationResult does not render hypermedia links #241

Closed
rafaeldff opened this issue Sep 8, 2010 · 4 comments
Closed

RepresentationResult does not render hypermedia links #241

rafaeldff opened this issue Sep 8, 2010 · 4 comments
Labels
Milestone

Comments

@rafaeldff
Copy link
Contributor

The code
result.use(xml()).from(obj).serialize();
will call .getRelations() on obj if it implements HypermediaResource.

On the other hand,
result.use(representation()).from(obj).serialize();
will not handle HypermediaResources specially, even when rendering xml.

@lucascs
Copy link
Member

lucascs commented Sep 8, 2010

Did you use the latest snapshot, or the latest release? I think it is already fixed.

@rafaeldff
Copy link
Contributor Author

I'm at 3.1.3. I'll re-check after the next releasse.

@lucascs
Copy link
Member

lucascs commented Aug 8, 2011

probably closed by #377

@lucascs
Copy link
Member

lucascs commented Feb 24, 2012

Fixed by #377

@lucascs lucascs closed this as completed Feb 24, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants