Log Message
Merge ignoreUnknownElements from trunk.
Modified Paths
- branches/v-1.4.x/xstream/src/java/com/thoughtworks/xstream/XStream.java
- branches/v-1.4.x/xstream-distribution/src/content/changes.html
Property Changed
Diff
Property changes: branches/v-1.4.x
Modified: svn:mergeinfo
Modified: branches/v-1.4.x/xstream/src/java/com/thoughtworks/xstream/XStream.java (2324 => 2325)
--- branches/v-1.4.x/xstream/src/java/com/thoughtworks/xstream/XStream.java 2015-02-10 22:39:05 UTC (rev 2324)
+++ branches/v-1.4.x/xstream/src/java/com/thoughtworks/xstream/XStream.java 2015-02-10 22:55:26 UTC (rev 2325)
@@ -1968,7 +1968,7 @@
* @param pattern the name pattern as regular _expression_
* @since 1.4.5
*/
- private void ignoreUnknownElements(Pattern pattern) {
+ public void ignoreUnknownElements(final Pattern pattern) {
if (fieldAliasingMapper == null) {
throw new com.thoughtworks.xstream.InitializationException("No "
+ FieldAliasingMapper.class.getName()
Modified: branches/v-1.4.x/xstream-distribution/src/content/changes.html (2324 => 2325)
--- branches/v-1.4.x/xstream-distribution/src/content/changes.html 2015-02-10 22:39:05 UTC (rev 2324)
+++ branches/v-1.4.x/xstream-distribution/src/content/changes.html 2015-02-10 22:55:26 UTC (rev 2325)
@@ -56,6 +56,7 @@
<ul>
<li>Added c.t.x.util.JVM.is19().</li>
<li>Added c.t.x.converter.reflection.LambdaConverter and c.t.x.mapper.LambdaMapper.</li>
+ <li>Declare c.t.x.XStream.ignoreUnknownElements(Pattern) as public.</li>
<li>c.t.x.converters.reflection.AbstractReflectionConverter.readResolve() is protected now.</li>
<li>c.t.x.mapper.AbstractAttributeAliasingMapper.readResolve() is protected now.</li>
<li>Deprecated c.t.x.converters.extended.StackTraceElementFactory, it is an internal helper class.</li>
To unsubscribe from this list please visit:
