Skip to content

Commit 5a5ce31

Browse files
author
Thierry Boileau
committed
Fixed namespaces declaration using SaxRepresentation. Reported by Nicholas Waltham.
1 parent 1eda0d5 commit 5a5ce31

File tree

3 files changed

+1210
-1170
lines changed

3 files changed

+1210
-1170
lines changed

.gitignore

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
modules/org.restlet.example/bin/
2+
modules/org.restlet.ext.atom/bin/
3+
modules/org.restlet.ext.crypto/bin/
4+
modules/org.restlet.ext.fileupload/bin/
5+
modules/org.restlet.ext.freemarker/bin/
6+
modules/org.restlet.ext.grizzly/bin/
7+
modules/org.restlet.ext.gwt/bin/
8+
modules/org.restlet.ext.httpclient/bin/
9+
modules/org.restlet.ext.jaas/bin/
10+
modules/org.restlet.ext.jackson/bin/
11+
modules/org.restlet.ext.javamail/bin/
12+
modules/org.restlet.ext.jaxb/bin/
13+
modules/org.restlet.ext.jaxrs/bin/
14+
modules/org.restlet.ext.jdbc/bin/
15+
modules/org.restlet.ext.jetty/bin/
16+
modules/org.restlet.ext.jibx/bin/
17+
modules/org.restlet.ext.json/bin/
18+
modules/org.restlet.ext.lucene/bin/
19+
modules/org.restlet.ext.net/bin/
20+
modules/org.restlet.ext.netty/bin/
21+
modules/org.restlet.ext.odata/bin/
22+
modules/org.restlet.ext.rdf/bin/
23+
modules/org.restlet.ext.rome/bin/
24+
modules/org.restlet.ext.servlet/bin/
25+
modules/org.restlet.ext.simple/bin/
26+
modules/org.restlet.ext.slf4j/bin/
27+
modules/org.restlet.ext.spring/bin/
28+
modules/org.restlet.ext.ssl/bin/
29+
modules/org.restlet.ext.velocity/bin/
30+
modules/org.restlet.ext.wadl/bin/
31+
modules/org.restlet.ext.xdb/bin/
32+
modules/org.restlet.ext.xml/bin/
33+
modules/org.restlet.ext.xstream/bin/
34+
modules/org.restlet.test/bin/
35+
modules/org.restlet/bin/

build/tmpl/text/changes.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ Changes log
2020
Reported by Andy Dennie.
2121
- Allowed multiple cookies set at once for JAX-RS.
2222
Reported and contributed by Grzegorz Godlewski.
23+
- Fixed namespaces declaration using SaxRepresentation.
24+
Reported by Nicholas Waltham.
2325
- Misc
2426
- Updated FreeMarker library to version 2.3.19.
2527

0 commit comments

Comments
 (0)