Find a file
mishako 6920ff0fbe Do not set unsupported XML parser features
Fixes bug introduced in 2bc58a0. The call to `XMLReader::setFeature`
is used to check if the feature is supported and must happen before
`SAXBuilder::setFeature`. Otherwise XML parsing throws an exception.

The change is not tested, because it is exceptionally cumbersome to
test unsupported features. Possible ways to do it include using an
existing XML library that is known to not support features that the
code is trying to set, or implementing a mock XML parser that doesn't
support any features at all. It's hard to include an XML library
without interfering with other tests and it's hard to implement a mock
XML parser.

Fixes #294
2016-04-30 21:43:48 +02:00
conf Updating all windows line breaks (crlf) to unix line breaks (lf) 2016-03-06 08:51:57 +01:00
rome Do not set unsupported XML parser features 2016-04-30 21:43:48 +02:00
rome-certiorem fix license headers 2016-03-30 01:43:42 +02:00
rome-certiorem-webapp fix license headers 2016-03-30 01:43:42 +02:00
rome-fetcher fix license headers 2016-03-30 01:43:42 +02:00
rome-modules fix license headers 2016-03-30 01:43:42 +02:00
rome-opml fix license headers 2016-03-30 01:43:42 +02:00
rome-osgi-test [maven-release-plugin] prepare for next development iteration 2016-03-11 14:50:53 +01:00
rome-propono fix license headers 2016-03-30 01:43:42 +02:00
rome-utils [maven-release-plugin] prepare for next development iteration 2016-03-11 14:50:53 +01:00
.gitattributes Updating all windows line breaks (crlf) to unix line breaks (lf) 2016-03-06 08:51:57 +01:00
.gitignore Initial commit 2014-04-12 13:35:53 +02:00
LICENSE Initial commit 2014-04-12 03:34:52 -07:00
pom.xml [maven-release-plugin] prepare for next development iteration 2016-03-11 14:50:53 +01:00
README.md Added changelog for version 1.6.0 2016-03-04 23:56:45 +01:00

ROME

Maven Central

ROME is a Java framework for RSS and Atom feeds. The framework consist of several modules:

Module Description
rome-parent is the parent project for all ROME modules and contains the common Maven configuration.
rome-utils provides utility classes that are used in several ROME modules.
rome is the main RSS and Atom library. It makes it easy to work 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.
rome-modules enables rome to handle several feed extensions like MediaRSS, GeoRSS and others.
rome-opml contains OPML parsers and tools.
rome-fetcher is a caching feed fetcher that supports retrieval of feeds via HTTP conditional GET. Supports ETags, GZip compression, and RFC3229 Delta encoding.
rome-certiorem is a PubSubHubub implementation based on rome.
rome-certiorem-webapp is an example webapp for rome-certiorem
rome-propono supports publishing protocols, specifically the Atom Publishing Protocol and the legacy MetaWeblog API. Propono includes an Atom client library, an Atom server framework and a Blog client that supports both Atom protocol and the MetaWeblog API.

Changelog

1.6.0

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