Commit graph

416 commits

Author SHA1 Message Date
Patrick Gotthard
9918198dfc Replaced Collection.size() > 0 through !Collection.isEmpty() 2014-04-13 20:29:45 +02:00
Patrick Gotthard
e63c849766 Replaced Collection.size() > 0 through !Collection.isEmpty() 2014-04-13 20:29:39 +02:00
Patrick Gotthard
65b7799c96 Replaced Collection.size() > 0 through !Collection.isEmpty() 2014-04-13 20:29:31 +02:00
Patrick Gotthard
0459e2f519 Refactored some code 2014-04-13 20:08:34 +02:00
Patrick Gotthard
3a31c851b6 Refactored some code 2014-04-13 20:08:21 +02:00
Patrick Gotthard
489c1f4b5c Removed type parameter from CopyFrom interface 2014-04-13 19:31:13 +02:00
Patrick Gotthard
d4b34a05cd Removed type parameter from CopyFrom interface 2014-04-13 19:31:05 +02:00
Patrick Gotthard
26b7f4c4d2 Refactored some code 2014-04-13 14:47:53 +02:00
Patrick Gotthard
9bf5a75e2c Refactored some code 2014-04-13 14:47:07 +02:00
Patrick Gotthard
2495106e97 Refactored some code 2014-04-13 14:02:03 +02:00
Patrick Gotthard
9ff07d3f96 Refactored code 2014-04-13 13:15:16 +02:00
Patrick Gotthard
381eacd0bd Fixed unit test
Refactored some code
2014-04-13 12:47:31 +02:00
Patrick Gotthard
18e31ddf15 Refactored some code 2014-04-13 12:12:27 +02:00
Patrick Gotthard
4b79f6c1d5 Updating code to use generics 2014-04-13 11:30:08 +02:00
Patrick Gotthard
0f30ab14ee Updating code to use generics 2014-04-13 11:15:01 +02:00
Patrick Gotthard
c217eca998 Refactored code
Replaced deprecated SAXBuilder constructor call
2014-04-12 23:26:02 +02:00
Patrick Gotthard
abd3681044 Refactoring code to use generics 2014-04-12 23:22:05 +02:00
Patrick Gotthard
ac3fed65ce Refactoring code to use generics 2014-04-12 22:36:29 +02:00
Patrick Gotthard
e3848c5582 Refactoring code to use generics 2014-04-12 22:22:45 +02:00
Patrick Gotthard
6fa6b2aec5 Replaced / removed deprecated code 2014-04-12 21:38:12 +02:00
Patrick Gotthard
f8cc306302 Reverted changes (fixes build) 2014-04-12 16:59:47 +02:00
Patrick Gotthard
1f1a2786f8 Updated rome-opml to use generics 2014-04-12 16:51:04 +02:00
Patrick Gotthard
a8a0290187 Added missing serialVersionUIDs 2014-04-12 16:34:44 +02:00
Patrick Gotthard
6e2a56066b Formatted and cleaned up code 2014-04-12 15:14:43 +02:00
Patrick Gotthard
279642a53d Added missing serialVersionUID 2014-04-12 15:09:15 +02:00
Patrick Gotthard
05dd80dd82 Updated commons-lang to version 3 2014-04-12 14:40:31 +02:00
Patrick Gotthard
5ab23e22d0 Removed unused dependencies and unnecessary dependency declarations 2014-04-12 14:21:34 +02:00
Patrick Gotthard
779b8d70a9 Removed unused dependencies and unnecessary dependency declarations 2014-04-12 14:21:06 +02:00
Patrick Gotthard
c6e1b236bc Migration to rome-parent 2014-04-12 13:37:59 +02:00
Patrick Gotthard
cfed974545 Migration to rome-parent 2014-04-12 13:37:22 +02:00
Patrick Gotthard
cfd85a7986 Migration to rome-parent 2014-04-12 13:37:05 +02:00
Patrick Gotthard
8fb02bcd68 Migration to rome-parent 2014-04-12 13:36:50 +02:00
Patrick Gotthard
1f2001abc5 Migration to rome-parent 2014-04-12 13:36:34 +02:00
Patrick Gotthard
bfaf3a1ea7 Preparing release 1.5.0
Cleaned up POM
2014-04-12 11:09:44 +02:00
Patrick Gotthard
9e1291dd6a Preparing release 1.5.0
Cleaned up POM
2014-04-12 11:09:25 +02:00
Patrick Gotthard
d9b5d9824e Preparing release 1.5.0
Cleaned up POM
2014-04-12 11:08:27 +02:00
Patrick Gotthard
9f65c6bc92 Preparing release 1.5.0
Cleaned up POM
2014-04-12 11:07:10 +02:00
Patrick Gotthard
998ed44a07 Fixed deleting cache file when it is still opened by a FileInputStream 2014-04-12 11:00:40 +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
9867178e8a Merge pull request #11 from janih/master
Closes #3: Allow to set timeout for HttpURLFeedFetcher
2014-03-20 19:54:51 +01: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
Jani Halinen
4867ab7deb Ability to set connection timeout for HttpURLFeedFetcher 2014-03-09 15:25:53 +02:00
Patrick Gotthard
b49998314c Merge pull request #25 from buckett/master
Allow concurrent access to Licenses
2014-02-11 21:07:30 +01:00
David Ipacs
ae8a615f37 Fixed: SyndFeed image is missing if the feed is Atom feed. 2014-02-09 08:43:16 +01:00
Matthew Buckett
c883de13d1 Switch to ConcurrentHashMap for licenses.
This means that we shouldn't get any problems with concurrent access to licenses.
2014-01-14 10:20:07 +00:00
Matthew Buckett
034fb3dd93 Don't get stuck in the loop.
If we get an exception from the iterator don't catch it and re-try, this makes our loop safer from getting stuck and never returning.
2014-01-14 10:15:22 +00:00