Commit graph

84 commits

Author SHA1 Message Date
Patrick Gotthard
ef9345d55e Migrated logging to SLF4J 2014-04-14 19:02:50 +02:00
Patrick Gotthard
65b7799c96 Replaced Collection.size() > 0 through !Collection.isEmpty() 2014-04-13 20:29:31 +02:00
Patrick Gotthard
3a31c851b6 Refactored some code 2014-04-13 20:08:21 +02:00
Patrick Gotthard
d4b34a05cd Removed type parameter from CopyFrom interface 2014-04-13 19:31:05 +02:00
Patrick Gotthard
1f2001abc5 Migration to rome-parent 2014-04-12 13:36:34 +02:00
Patrick Gotthard
a705f437df Updated build plugins 2014-04-10 22:51:10 +02:00
Patrick Gotthard
0bfd71860f Preparing release 1.5.0 2014-04-10 20:19:43 +02:00
Dave Johnson
fd6bba274a Merge pull request #182 from janih/master
Fix NPE in SyModuleImpl
2014-04-09 13:35:35 -06:00
Jani Halinen
ad3e301213 Merge remote-tracking branch 'upstream/master' 2014-04-03 22:27:26 +03:00
Patrick Gotthard
5f9d3f1aa0 Merge pull request #178 from EagerLogic/fixed_atom_image
Fixed: SyndFeed image is missing if the feed is Atom feed.
2014-03-20 19:51:34 +01:00
Jani Halinen
1dfa77d1a4 Fix NPE in SyModuleImpl 2014-03-15 21:08:52 +02:00
David Ipacs
ae8a615f37 Fixed: SyndFeed image is missing if the feed is Atom feed. 2014-02-09 08:43:16 +01:00
Patrick Gotthard
8ded48b469 Refactored some code 2013-11-17 16:03:41 +01:00
Patrick Gotthard
990ca83787 Refactored some code 2013-11-16 07:02:20 +01:00
Patrick Gotthard
90fca03a98 Added the ConfigurableClassLoader singleton to address some OSGi
problems.
2013-11-16 00:47:49 +01:00
Patrick Gotthard
6029420e5f Possible fix for ClassLoader problems in OSGi environments 2013-11-16 00:23:50 +01:00
Patrick Gotthard
53b5e3bec3 Refactored some code 2013-11-15 23:59:02 +01:00
Patrick Gotthard
f9181800cd Refactored some code 2013-11-15 23:42:54 +01:00
Patrick Gotthard
cb03da8c67 Refactoring some code 2013-11-15 23:27:01 +01:00
Patrick Gotthard
25aba9758e Refactored CloneableBean
Added slf4j-simple for tests
2013-11-15 22:24:57 +01:00
Patrick Gotthard
4315a3aba2 Refactoring code 2013-11-15 22:13:45 +01:00
Patrick Gotthard
438b4677d1 Increased line length for comments 2013-11-15 22:11:29 +01:00
Patrick Gotthard
02bc40d398 Added SLF4J to ROME 2013-11-15 18:48:01 +01:00
Martin Kurz
c3288555ab added locale to parser to allow locale dependent date parsing (fixes
rometools/rome-modules#22)
2013-10-13 16:14:23 +02:00
Patrick Gotthard
ed18ac115b Enhanced POM 2013-10-12 22:35:02 +02:00
Patrick Gotthard
5383924e5c Removed verbose information from POM 2013-10-11 23:09:27 +02:00
Patrick Gotthard
b7aed5d681 Changed groupId 2013-10-11 17:50:12 +02:00
Martin Kurz
7b4555f31c resource warnings removed 2013-10-10 00:10:02 +02:00
Martin Kurz
a157bac8dc SyndCategories added to copyFrom on feed and entry (fixes #131) 2013-10-09 20:16:33 +02:00
Martin Kurz
5b62039b17 error on generics changes fixed (arrays were cast as arrays of arrays) 2013-10-09 18:14:53 +02:00
Martin Kurz
42a9f870dc parsing of description for RSS 0.92+ enhanced, so some invalid html
content is handled (fixes #137)
2013-10-09 17:07:43 +02:00
Martin Kurz
c164882a12 stylesheet property added to syndFeed and wireFeed, first xsl-Stylesheet
is now preserved in feed instance (fixes #88)
2013-10-08 22:46:24 +02:00
Martin Kurz
fb021e84b3 dc:date is now preferred on entries over pubDate (fixes #125) 2013-10-08 22:13:32 +02:00
Martin Kurz
9ebfafee0c Incorrect handling of & in CDATA sections in XmlFixerReader fixed (fixes
#134)
2013-10-08 19:31:40 +02:00
Martin Kurz
8948021500 switched from HashSet to LinkedHashSet where ordering of elements is
relevant, HashSet doesn't guarantee the ordering of its elements (fixes
#116)
2013-10-08 16:02:36 +02:00
Martin Kurz
9d8dfbaf26 applied patch by Markus Döring (fixes #158) 2013-10-07 23:35:37 +02:00
Martin Kurz
40e916a34b Typo in test class name fixed (#162) 2013-10-07 23:25:36 +02:00
Martin Kurz
e9bb18b89b Added support for docs, managingEditor, webMaster and generator on RSS
channel and comments on RSS items (fixes #162)
2013-10-07 23:05:58 +02:00
Patrick Gotthard
c1851448e3 Cleaned up POM 2013-10-07 21:05:41 +02:00
Patrick Gotthard
837b4c662d Configured skin for project site 2013-10-07 20:20:49 +02:00
Patrick Gotthard
81ac164702 Fixed typo in class name 2013-10-07 19:46:20 +02:00
Martin Kurz
812ec23952 Conversion of source elements between wirefeed and syndfeed in RSS
converters (fixes #161)
2013-10-07 19:34:31 +02:00
Patrick Gotthard
6cc4636ffc Formatted and cleaned up the surcecode 2013-10-07 18:36:05 +02:00
Patrick Gotthard
d5fe56101f Replaced ternary operators 2013-10-07 18:33:00 +02:00
Dave Johnson
8186194722 Removing some obsoleted information from POM 2013-10-05 12:49:04 -04:00
Martin Kurz
929a2c3870 fixed some errors from site transformation 2013-10-04 20:54:12 +02:00
Farrukh Najmi
7325f5fd8b Fixed deprecation warning. 2013-10-04 13:28:09 -04:00
Martin Kurz
8341725f5a allow extended classes in CopyFrom 2013-10-04 16:52:36 +02:00
Martin Kurz
648a1f04cf Merge remote-tracking branch 'origin/master'
Conflicts:
	src/main/java/com/sun/syndication/feed/atom/Entry.java
	src/main/java/com/sun/syndication/feed/atom/Feed.java
	src/main/java/com/sun/syndication/feed/impl/CloneableBean.java
	src/main/java/com/sun/syndication/feed/impl/CopyFromHelper.java
	src/main/java/com/sun/syndication/feed/impl/ToStringBean.java
	src/main/java/com/sun/syndication/io/impl/PluginManager.java
2013-10-04 16:18:44 +02:00
Martin Kurz
77c50c516b more generics and missing serialVersionUIDs added 2013-10-04 16:04:35 +02:00