Find a file
Patrick Gotthard 772d4f7aeb Merge remote-tracking branch 'origin/1.5.x'
Conflicts:
	pom.xml
2015-07-02 20:17:36 +02:00
src Merge remote-tracking branch 'origin/1.5.x' 2015-07-02 20:17:36 +02:00
.gitignore Removed underscores from variable names 2013-10-04 10:33:03 +02:00
LICENSE Initial Checking from J.N 2011-04-01 05:09:11 +00:00
pom.xml [maven-release-plugin] prepare for next development iteration 2015-06-30 22:41:38 +02:00
README.md Fixed #203 - XML bomb vulnerability 2015-06-27 08:53:00 +02:00

ROME

ROME is a set of RSS and Atom Utilities for Java. It makes it easy to work in Java with most syndication formats: RSS 0.90, RSS 0.91 Netscape, RSS 0.91 Userland, RSS 0.92, RSS 0.93, RSS 0.94, RSS 1.0, RSS 2.0, Atom 0.3, Atom 1.0

More Information: http://rometools.github.io/rome/

Changelog

1.5.1

Important note: due to the security fix ROME now forbids all Doctype declarations by default. This will break compatibility with RSS 0.91 Netscape because it requires a Doctype declaration. When you experience problems you have to activate the property allowDoctypes on the SyndFeedInput object. You should only use this possibility when the feeds that you process are absolutely trustful.

1.5.0

  • many (untracked) enhancements
  • code cleanup
  • renamed packages (was required to be able to push to Maven Central after years again)
  • updated sourcecode to Java 1.6

Prior to 1.5.0