Commit graph

126 commits

Author SHA1 Message Date
Patrick Gotthard
5a46ee161d Merge pull request #218 from mishako/xml-features-fix
Fix setting xml features
2016-01-10 18:00:34 +01:00
mishako
8ac1d3a95b Fix setting xml features
The argument of the method has been unused leading to all of the
features being set to true regardless of the passed argument value.
2016-01-10 16:42:08 +01:00
Patrick Gotthard
18be1a2461 Merge pull request #215 from mishako/cp1047
Support CP1047 encoding
2016-01-06 22:03:50 +01:00
mishako
d71cf44849 Merge pull request #214 from mishako/dbrosius-patch
Fix small code problems
2016-01-06 00:21:21 +01:00
mishako
aed739c7ca Support CP1047 encoding 2015-12-25 18:16:52 +01:00
mishako
dce503bbd6 Fix small code problems 2015-12-23 21:03:46 +01:00
Patrick Gotthard
b0f3908956 Merge pull request #213 from mishako/spaces-in-rss-version
Trim RSS version string
2015-12-15 07:37:02 +01:00
mishako
0f804c0ab2 Trim rss version string 2015-12-14 20:05:13 +01:00
David M. Johnson
0c42383b93 Merge pull request #212 from mishako/time-zone-z
"Support time zone Z in RFC 822 dates"

Thanks Misha!
2015-12-06 15:20:08 -05:00
Misha Onoprienko
d83b2bb3b8 Delete copyright in date parser test 2015-12-05 00:28:07 +01:00
Misha Onoprienko
9746fe8e79 Refactor date parser tests 2015-12-05 00:22:38 +01:00
Misha Onoprienko
73cd60ea1e Support time zone Z in RFC 822 dates 2015-12-04 23:27:11 +01: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
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
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
Patrick Gotthard
0b9df0e84a Updated jdom 2015-02-07 09:48:08 +01:00
Patrick Gotthard
3d525aa978 Prepared next development version 2014-06-04 22:20:16 +02:00
Patrick Gotthard
ee5d44458d [maven-release-plugin] prepare for next development iteration 2014-06-04 00:37:06 +02:00
Patrick Gotthard
c224e81b7f [maven-release-plugin] prepare release rome-1.5.0 2014-06-04 00:37:00 +02:00
Patrick Gotthard
b8ed7d9be8 Prepared release 2014-06-04 00:33:58 +02:00
Patrick Gotthard
9d2713c59e Fixed connection urls
Prepared release
2014-06-03 23:54:42 +02:00
Patrick Gotthard
565625aa82 Removed "cyclic dependency" to parent POM 2014-05-30 16:43:37 +02:00
Patrick Gotthard
46b852cf80 Renamed and harmonized packages 2014-05-30 16:30:10 +02:00
Patrick Gotthard
ed8691df13 Formatted and cleaned up sources 2014-05-13 19:28:08 +02:00
Patrick Gotthard
6eca421a93 Harmonized serialVersionIds 2014-05-13 19:25:55 +02:00
Patrick Gotthard
a15e6b2f1b Added snapshot repository 2014-04-28 17:48:04 +02:00
Martin Kurz
95629798ba enhancement for #181 - sets user-agent header on UrlConnection 2014-04-18 20:32:46 +02:00
Martin Kurz
fee63dd5b1 developer informations added 2014-04-18 19:26:27 +02:00
Martin Kurz
0ae677dd7b updated build information (fixes #179) 2014-04-18 19:26:06 +02:00
Patrick Gotthard
7d9fdbebbd Fixed header 2014-04-17 23:29:39 +02:00
Patrick Gotthard
7c714ceebd Added build status for all ROME projects 2014-04-17 23:29:07 +02:00
Patrick Gotthard
bc845fe0aa Refactored code 2014-04-17 23:11:59 +02:00
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