<!DOCTYPE html> <!-- | Generated by Apache Maven Doxia at 2016-04-24 | Rendered using Apache Maven Fluido Skin 1.3.0 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="author" content="mkurz" /> <meta name="Date-Creation-yyyymmdd" content="20110815" /> <meta name="Date-Revision-yyyymmdd" content="20160424" /> <meta http-equiv="Content-Language" content="en" /> <title>ROME - Change Log</title> <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" /> <link rel="stylesheet" href="../css/site.css" /> <link rel="stylesheet" href="../css/print.css" media="print" /> <script type="text/javascript" src="../js/apache-maven-fluido-1.3.0.min.js"></script> </head> <body class="topBarDisabled"> <a href="http://github.com/rometools/rome"> <img style="position: absolute; top: 0; right: 0; border: 0; z-index: 10000;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"> </a> <div class="container-fluid"> <div id="banner"> <div class="pull-left"> <a href="../index.html" id="bannerLeft"> <img src="../images/romelogo.png" alt="ROME"/> </a> </div> <div class="pull-right"> </div> <div class="clear"><hr/></div> </div> <div id="breadcrumbs"> <ul class="breadcrumb"> <li id="publishDate" class="pull-right">Last Published: 2016-04-24</li> <li class="divider pull-right">|</li> <li id="projectVersion" class="pull-right">Version: 1.7.0-SNAPSHOT</li> </ul> </div> <div class="row-fluid"> <div id="leftColumn" class="span3"> <div class="well sidebar-nav"> <ul class="nav nav-list"> <li class="nav-header">Rome</li> <li> <a href="../index.html" title="Overview"> <i class="none"></i> Overview</a> </li> <li> <a href="../HowRomeWorks/index.html" title="How Rome Works"> <i class="icon-chevron-right"></i> How Rome Works</a> </li> <li> <a href="../RssAndAtOMUtilitiEsROMEV0.5AndAboveTutorialsAndArticles/index.html" title="Tutorials And Articles"> <i class="none"></i> Tutorials And Articles</a> </li> <li> <a href="../ROMEReleases/index.html" title="Releases"> <i class="icon-chevron-right"></i> Releases</a> </li> <li> <a href="../ROMEDevelopmentProposals/index.html" title="ROME Development Proposals"> <i class="none"></i> ROME Development Proposals</a> </li> <li> <a href="../Modules/index.html" title="Modules"> <i class="icon-chevron-right"></i> Modules</a> </li> <li> <a href="../Fetcher/index.html" title="Fetcher"> <i class="icon-chevron-right"></i> Fetcher</a> </li> <li> <a href="../Opml/index.html" title="OPML"> <i class="none"></i> OPML</a> </li> <li> <a href="../Propono/index.html" title="Propono"> <i class="none"></i> Propono</a> </li> <li> <a href="../Certiorem/index.html" title="Certiorem"> <i class="icon-chevron-right"></i> Certiorem</a> </li> <li class="nav-header">Project Documentation</li> <li> <a href="../project-info.html" title="Project Information"> <i class="icon-chevron-right"></i> Project Information</a> </li> </ul> <hr class="divider" /> <div id="poweredBy"> <div class="clear"></div> <div class="clear"></div> <div class="clear"></div> <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"> <img class="builtBy" alt="Built by Maven" src="../images/logos/maven-feather.png" /> </a> </div> </div> </div> <div id="bodyColumn" class="span9" > <div class="section"> <h2>Change Log<a name="Change_Log"></a></h2> <div class="section"> <h3>Prior to first release (on the way to v0.3)<a name="Prior_to_first_release_on_the_way_to_v0.3"></a></h3> <ol style="list-style-type: decimal"> <li>Updated to handle removal of IO methods using byte streams<br />Byte Stream IO was removed from Rome itself. The Rome Fetcher is now updated to support this</li> <li>Add FeedFetcherI interface and FeedFetcherFactory class<br />There is now a FeedFetcherI interface, which FeedFetcher implements. Use FeedFetcherFactory to create instances of FeedFetcher (as suggested by Joseph Ottinger) (FeedFetcherFactory was later removed)</li> <li>Event Support Added to FeedFetcherI<br />The FeedFetcherI interface now supports feed polled, feed retrieved and feed unchanged events</li> <li>Samples added<br />Samples are now included with the Rome Fetcher</li> <li>Unit Tests Added<br />JUnit based tests which invoke the Rome Fetcher against an embedded Jetty webserver are now included</li> <li>Bug fixes in the FeedFetcher event model<br />The JUnit test suite uncovered some bugs in the event model used by the FeedFetcher. These bugs are now fixed.</li> <li>Refactored the SyndFeedInfo class<br />SyndFeedInfo now extends ObjectBean</li> <li>Removed FeedFetcherFactory<br />The benefit of the FeedFetcherFactory was arguable. Now the client code will need to manage the creation of specific implementations of the FeedFetcher</li></ol></div> <div class="section"> <h3>Prior to second release (on the way to v0.4)<a name="Prior_to_second_release_on_the_way_to_v0.4"></a></h3> <ol style="list-style-type: decimal"> <li>Refectored to match Rome naming standards<br />FeedFetcherI renamed to FeedFetcher<br />#. New FeedFetcher Implementation<br />HttpClientFeedFetcher uses the Apache Commons HTTP Client</li> <li>Abstract test classes excluded in project.xml<br />Tests now run correctly under Maven</li> <li>Added GZip support to HttpClientFeedFetcher<br />HttpClientFeedFetcher now supports GZip compression. Tests have been added.</li></ol></div> <div class="section"> <h3>Prior to third release (on the way to v0.5)<a name="Prior_to_third_release_on_the_way_to_v0.5"></a></h3> <ol style="list-style-type: decimal"> <li>SyndFeedInfo implements Serializable<br />SyndFeedInfo implements Serializable to make it easier to store</li> <li>Support for rfc3229 delta encoding<br />The Fetcher now supports rfc3229 delta encoding. See <a class="externalLink" href="http://www.ietf.org/rfc/rfc3229.txt">http://www.ietf.org/rfc/rfc3229.txt</a> and <a class="externalLink" href="http://bobwyman.pubsub.com/main/2004/09/using_rfc3229_w.html">http://bobwyman.pubsub.com/main/2004/09/using_rfc3229_w.html</a>. Note that this is support is experimental and disabled by default</li></ol></div> <div class="section"> <h3>Prior to 0.6<a name="Prior_to_0.6"></a></h3> <ol style="list-style-type: decimal"> <li>Feed passed to FetcherEvents<br />When a feed is retrieved it is now passed to the Fetcher Event. This makes it easier to code applications using an event oriented style.</li></ol></div> <div class="section"> <h3>Prior to 0.7<a name="Prior_to_0.7"></a></h3> <ol style="list-style-type: decimal"> <li>Fix for URL Connection leak<br />In some circumstances URLConnection objects were not closed. This could cause problems in long-running application.</li></ol></div> <div class="section"> <h3>0.8 was never released<a name="a0.8_was_never_released"></a></h3></div> <div class="section"> <h3>Prior to 0.9<a name="Prior_to_0.9"></a></h3> <ol style="list-style-type: decimal"> <li>Fix for potential synchronization issue<br />There was the possibility of synchronization issues in the FeedFetcher. Fixed, thanks to suggestions from Javier Kohen.</li> <li>New LinkedHashMapFeedInfoCache FeedFetcherCache implementation<br />The new LinkedHashMapFeedInfoCache has the advantage that it will not grow unbound</li></ol></div> <div class="section"> <h3>Prior to 1.0RC2<a name="Prior_to_1.0RC2"></a></h3> <ol style="list-style-type: decimal"> <li>BeanInfo class added for AbstractFeedFetcher<br />com.rometools.rome.fetcher.impl.AbstractFeedFetcherBeanInfo was created to allow introspection to correctly find the events</li> <li>Callback to allow access to HttpClient HttpMethod object<br />Add a HttpClientMethodCallbackIntf to allow the calling code to modify the HttpClient HttpMethod used to make the request (eg, add additinal headers, etc.) Also fixes a reported bug where the user agent wasn't being set properly</li> <li>Support for clearing cache<br />See <a class="externalLink" href="http://java.net/jira/browse/ROME-119">http://java.net/jira/browse/ROME-119</a> for details</li></ol></div> <div class="section"> <h3>Prior to 1.0<a name="Prior_to_1.0"></a></h3> <ol style="list-style-type: decimal"> <li>Support for preserving wire feed data.<br />The fetcher now has a setPreserveWireFeed() method which will setup ROME to preserve WireFeed data. See <a class="externalLink" href="http://rometools.github.io/rome/PreservingWireFeeds.html">PreservingWireFeeds</a> for further information.</li></ol></div></div> </div> </div> </div> <hr/> <footer> <div class="container-fluid"> <div class="row span12">Copyright © 2016. All Rights Reserved. </div> </div> </footer> </body> </html>