Ignacio Domingo Martínez
749e545448
style: remove unused imports and standardized indentation
...
remove unused imports and standardized indentation
2015-11-26 10:00:22 +01:00
Ignacio Domingo Martínez
c1628e398d
chore: change e.printStackTrace to logging
...
Change several classes to remove calls to printStackTrace of exceptions
and use instead of logging from SFL4J which is already used in the
project
Ammendment of previous commit so the format and whitespacing is the same
2015-11-26 09:13:20 +01:00
Dave Johnson
bb49c32dab
Merge branch 'master' of https://github.com/rometools/rome-modules
2015-11-25 11:23:36 -05:00
Dave Johnson
dde467986d
Ensure that all source files have the Apache Software License v2 header, got permission from Robert Cooper to change some files (with his copyright) that had only an LGPL header.
2015-11-25 11:22:40 -05:00
David M. Johnson
07b071e07d
Merge pull request #34 from mishako/itunes-order-and-cc
...
Support for itunes:order and itunes:isClosedCaptioned (fixed). Thanks Misha!
2015-11-25 09:30:08 -05:00
David M. Johnson
edc28c35c1
Merge pull request #29 from mityi/master
...
Add AtomLink Module
2015-11-25 09:12:23 -05:00
David M. Johnson
8cac90db66
Merge pull request #206 from freemarmoset/trim_period
...
trim period text from document before comparing to period constants
2015-11-22 15:52:58 -05:00
mishako
bcb8b818f2
Support for itunes:order and itunes:isClosedCaptioned
2015-11-02 18:05:14 +01:00
Joe Banks
a1a4b1163c
trim period text from document before comparing to period contants
2015-07-21 17:23:24 -05:00
Patrick Gotthard
772d4f7aeb
Merge remote-tracking branch 'origin/1.5.x'
...
Conflicts:
pom.xml
2015-07-02 20:17:36 +02:00
Patrick Gotthard
72b24045d3
[maven-release-plugin] prepare for next development iteration
2015-06-30 22:41:38 +02:00
Patrick Gotthard
61e9a38f1b
[maven-release-plugin] prepare release rome-1.5.1
2015-06-30 22:41:33 +02:00
Patrick Gotthard
0fa3aa51fc
Updated ROME dependencies to version 1.5.1
2015-06-30 21:55:43 +02:00
Patrick Gotthard
f04256027b
Updated parent to version 1.5.1
2015-06-30 21:49:22 +02:00
Patrick Gotthard
2bc58a0d1a
Fixed #203 - XML bomb vulnerability
...
The current configuration of the SAXParser is vulnerable for an XML bomb
attack. The feature
"http://apache.org/xml/features/disallow-doctype-decl " of the SAXBuilder
must be activated in order to fix the vulnerability.
2015-06-27 08:53:00 +02:00
Patrick Gotthard
46c0061a29
Updated version to 1.5.1-SNAPSHOT
2015-06-25 21:09:23 +02:00
Jeremie Panzer
1a09f86736
fix exception when head is null
2015-06-03 15:48:13 +02:00
Patrick Gotthard
50fffc4046
Merge pull request #201 from mityi/master
...
Fix ConverterForRSS090#createRSSImage
2015-03-31 08:26:03 +02:00
Dmitry Rygalov
7bb46cffcc
Fix ConverterForRSS090#createRSSImage
2015-03-30 21:17:04 +06:00
Patrick Gotthard
d2eaef71e7
Merge pull request #194 from mityi/master
...
Fixed RSS20Generator#populateHannel && expanded model SyndImage
2015-03-30 14:23:14 +02:00
Dmitry Rygalov
097a217b41
Fixed method RSS20Generator#populateHannel - Added ability to create custom fields in the channel. Expanded model SyndImage
2015-03-28 20:54:23 +06:00
Jeremie Panzer
86dc04fcd9
set opml version for OPML 1.0 generator
2015-03-10 09:02:45 +01:00
Jeremie Panzer
3fe096365c
remove warning about reader not closed
2015-03-10 08:58:06 +01:00
Jeremie Panzer
b015f3ae0c
test serialization to and from jdom documents
2015-03-10 08:56:56 +01:00
Jeremie Panzer
c47ec5fa9e
set the docs url as the content of the element instead of its namespace
2015-03-10 08:28:26 +01:00
Jeremie Panzer
74b85d9a2c
add header if at least one element is set
2015-03-10 08:27:59 +01:00
Patrick Gotthard
ace52cfa9f
Refactoring code
2015-02-16 22:25:26 +01:00
Patrick Gotthard
df7cff28d4
Added util class to handle I/O operations
2015-02-16 22:23:38 +01:00
Patrick Gotthard
3d42211970
Refactoring code
2015-02-16 21:56:30 +01:00
Patrick Gotthard
b50771724f
Fixed tests with integrated Jetty
2015-02-16 21:51:51 +01:00
Patrick Gotthard
1d766344c6
Restructured tests and samples
2015-02-16 21:44:23 +01:00
Patrick Gotthard
9378ff1a7e
Refactoring HttpClientFeedFetcher
2015-02-16 21:28:28 +01:00
Patrick Gotthard
2b82a22660
Commented out modules section
2015-02-07 12:37:45 +01:00
Patrick Gotthard
5339abd2d1
Formatted POM file
2015-02-07 09:49:58 +01:00
Patrick Gotthard
8588d21adb
Formatted POM file
2015-02-07 09:49:43 +01:00
Patrick Gotthard
f74a5df2e0
Formatted POM file
2015-02-07 09:49:05 +01:00
Patrick Gotthard
718f10aded
Formatted POM file
2015-02-07 09:48:52 +01:00
Patrick Gotthard
b13909a67c
Replaced hamcrest-all through hamcrest-library
2015-02-07 09:48:31 +01:00
Patrick Gotthard
0b9df0e84a
Updated jdom
2015-02-07 09:48:08 +01:00
Patrick Gotthard
8c2050f8f2
Replaced hamcrest-all through hamcrest-library
2015-02-07 09:47:44 +01:00
Patrick Gotthard
a719a769fd
Updated jdom
...
Updated slf4j-api
Updated junit
Replaced hamcrest-all through hamcrest-library
2015-02-07 09:47:19 +01:00
icyerasor
4b5e4d9926
remove old, unused atomthread package / class
2014-12-27 21:02:07 +01:00
icyerasor
aa16b1a33b
improve ThreadingModuleTest - also test source attribute
2014-12-26 18:45:52 +01:00
icyerasor
c6cdda53ce
added newlines
2014-12-26 17:45:24 +01:00
icyerasor
63b23843a6
Added Atom Threading Extensions Module, see ( http://purl.org/syndication/thread/1.0 - http://www.ietf.org/rfc/rfc4685.txt )
2014-12-26 17:36:01 +01:00
Patrick Gotthard
1b3886ee6a
Merge pull request #12 from janih/master
...
Retry handler setter for HttpClientFeedFetcher
2014-12-24 13:44:38 +01:00
Patrick Gotthard
cc946eb0d0
Merge pull request #17 from Joerg-Schoemer/master
...
set HTTP header field user-agent even when caching is enabled
2014-12-24 13:26:59 +01:00
schoemer
5d27eac2e0
https://github.com/rometools/rome-fetcher/issues/16
...
set HTTP header field user-agent even when caching is enabled
2014-12-22 14:58:16 +01:00
schoemer
3b1be4a653
ignore IntelliJ project files
2014-12-22 14:52:48 +01:00
Dmitry Rygalov
3f37f28b82
Add AtomLink Module
2014-10-25 20:05:40 +07:00