vidal-community / atom-jaxb

Compliant Atom feeds with JAXB
MIT License
2 stars 2 forks source link

Add @XmlRootElement on entry class #84

Closed floriangasc closed 1 month ago

floriangasc commented 2 years ago

Issue#83 Entry as standalone document

Add XmlRootElement on Entry class

jcgay commented 2 years ago

Thanks for the PR!

Seems fair to me as it is mentioned in the RFC (#83) that entry can be a top-level document.

Maybe a test in MarshallingTest.java and UnmarshallingTest.java could document the new behaviour ?

floriangasc commented 2 years ago

Great. Thank's for your replay. I will add some test soon.