Commit graph

61 commits

Author SHA1 Message Date
Patrick Gotthard
6b3ceb1cd7 Added test for issue 7 2014-04-18 19:44:23 +02:00
Patrick Gotthard
6831f8a4af Fixed NPE 2014-04-18 19:44:07 +02:00
Patrick Gotthard
6fc26e5b34 Added hamcrest-all dependency 2014-04-18 19:43:37 +02:00
Patrick Gotthard
33b89336c8 Fixes #7 (NumberFormatException if width="" on media:thumbnail) 2014-04-18 19:29:06 +02:00
Patrick Gotthard
358c9416e6 Refactored some code 2014-04-18 19:07:19 +02:00
Patrick Gotthard
bab710d701 Refactored some code 2014-04-18 18:59:33 +02:00
Patrick Gotthard
84d331a57e Replaced GeoRSSUtils#trimWhitespace by Strings#trimToEmpty 2014-04-18 18:38:16 +02:00
Martin Kurz
6c676c8c60 allow media urls with space (fixes #20) 2014-04-18 18:31:09 +02:00
Martin Kurz
8335c6d43a npe on parsing empty/whitespace only geo-rss point element catched
(fixes #27)
2014-04-18 17:51:21 +02:00
Martin Kurz
49cea1b1c5 config file for eclipse checkstyle plugin ignored 2014-04-18 17:19:50 +02:00
Patrick Gotthard
de3832b851 Migrated logging to SLF4J 2014-04-14 19:36:05 +02:00
Patrick Gotthard
1033b00b57 Removed useless TODOs 2014-04-13 20:39:21 +02:00
Patrick Gotthard
e63c849766 Replaced Collection.size() > 0 through !Collection.isEmpty() 2014-04-13 20:29:39 +02:00
Patrick Gotthard
489c1f4b5c Removed type parameter from CopyFrom interface 2014-04-13 19:31:13 +02:00
Patrick Gotthard
26b7f4c4d2 Refactored some code 2014-04-13 14:47:53 +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
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
6e2a56066b Formatted and cleaned up code 2014-04-12 15:14:43 +02:00
Patrick Gotthard
cfd85a7986 Migration to rome-parent 2014-04-12 13:37:05 +02:00
Patrick Gotthard
d9b5d9824e Preparing release 1.5.0
Cleaned up POM
2014-04-12 11:08:27 +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
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
Matthew Buckett
76bf626795 Increase times to make failure more reliable.
I wasn't getting consistent failure with the shorter times.
2014-01-13 22:40:19 +00:00
Matthew Buckett
a7dc1cbb18 Use the least specific type.
HashMap -> Map so we can switch implementations.
2014-01-13 22:36:50 +00:00
Matthew Buckett
a52d3d5f71 Showing failure problem with with concurrent access.
This results in one thread getting stuck in a loop.
2014-01-13 22:36:50 +00:00
Martin Kurz
0a824b70a7 added locale to parsers to allow parsing of date strings in different
locales (fixes #22)
2013-10-13 16:13:34 +02:00
Patrick Gotthard
c42306943a Enhanced POM 2013-10-12 22:35:14 +02:00
Patrick Gotthard
0d15f1ca4c Formatted code 2013-10-12 15:05:57 +02:00
Patrick Gotthard
fcd6ac86c6 Enhanced POM
Moved test resources to test folder
Updated dependencies
2013-10-11 23:50:20 +02:00
Patrick Gotthard
b1a4077cfc Changed groupId 2013-10-11 17:56:01 +02:00
Martin Kurz
e7a81c4444 catched NPEs in OpenSearchModule (fixes #23 and fixes #18) and cleaned
up source format
2013-10-11 17:18:31 +02:00
Martin Kurz
80ab8834b2 switched modules version to 2.0.0-SNAPSHOT to be suitable for Rome 2 2013-10-11 17:17:17 +02:00
Martin Kurz
a54575d76a MediaModuleTest fixed (added google-video-rss file to resources) 2013-10-09 19:41:00 +02:00
Patrick Gotthard
584bc72493 Updated POM
Removed unnecessary files
2013-10-07 22:27:38 +02:00
Patrick Gotthard
7b8c9259d0 Updated classes to use JDOM 2
Fixed tests
Formatted code
2013-10-07 21:11:47 +02:00
Patrick Gotthard
1749a5447f Configured skin for project site
Updated ROME version
2013-10-07 20:30:11 +02:00
Patrick Gotthard
77e36be0b5 Merge pull request #1 from imk/master
maven site and config
2013-09-30 08:27:53 -07:00
Martin Kurz
c3578e46c6 banner link fixed and .nojekyll file added 2013-09-27 00:41:18 +02:00
Martin Kurz
c2630e4553 maven site and config 2013-09-26 23:41:39 +02:00
kebernet
4c06511fe5 More work on AS module. 2011-04-03 08:02:26 +00:00
kebernet
2b22b5f9ef Early work on new modules. 2011-04-02 01:31:26 +00:00
kebernet
6988e05ac7 Early work on new modules. 2011-04-02 01:13:06 +00:00
kebernet
68dfd1a3b1 Update to work with ROME 1.1 2011-04-02 00:59:52 +00:00
kebernet
86e58b273a Package move. 2011-04-01 05:07:28 +00:00