Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/xstream
  Commit: fcc53de796d6de8864c086b6e095b47db79e9180
      
https://github.com/jenkinsci/xstream/commit/fcc53de796d6de8864c086b6e095b47db79e9180
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2014-02-11 (Tue, 11 Feb 2014)

  Changed paths:
    M pom.xml
    M xstream-benchmark/pom.xml
    M 
xstream-benchmark/src/java/com/thoughtworks/xstream/tools/benchmark/Harness.java
    M 
xstream-benchmark/src/test/com/thoughtworks/xstream/tools/benchmark/cache/products/AliasedAttributeCache.java
    M 
xstream-benchmark/src/test/com/thoughtworks/xstream/tools/benchmark/cache/products/Cache122.java
    M 
xstream-benchmark/src/test/com/thoughtworks/xstream/tools/benchmark/cache/products/DefaultImplementationCache.java
    M 
xstream-benchmark/src/test/com/thoughtworks/xstream/tools/benchmark/cache/products/RealClassCache.java
    M 
xstream-benchmark/src/test/com/thoughtworks/xstream/tools/benchmark/cache/products/SerializedClassCache.java
    M 
xstream-benchmark/src/test/com/thoughtworks/xstream/tools/benchmark/cache/products/XStreamCache.java
    R xstream-builder/pom.xml
    R xstream-builder/src/java/com/thoughtworks/xstream/ReadOnlyXStream.java
    R xstream-builder/src/java/com/thoughtworks/xstream/builder/FieldConfig.java
    R xstream-builder/src/java/com/thoughtworks/xstream/builder/TypeConfig.java
    R 
xstream-builder/src/java/com/thoughtworks/xstream/builder/XStreamBuilder.java
    R 
xstream-builder/src/java/com/thoughtworks/xstream/builder/processor/AbsoluteReferencesProcessor.java
    R 
xstream-builder/src/java/com/thoughtworks/xstream/builder/processor/AliasFieldProcessor.java
    R 
xstream-builder/src/java/com/thoughtworks/xstream/builder/processor/AliasTypeProcessor.java
    R 
xstream-builder/src/java/com/thoughtworks/xstream/builder/processor/ConfigProcessor.java
    R 
xstream-builder/src/java/com/thoughtworks/xstream/builder/processor/ConverterProcessor.java
    R 
xstream-builder/src/java/com/thoughtworks/xstream/builder/processor/FieldConfigProcessor.java
    R 
xstream-builder/src/java/com/thoughtworks/xstream/builder/processor/IdReferencesProcessor.java
    R 
xstream-builder/src/java/com/thoughtworks/xstream/builder/processor/IgnoreFieldProcessor.java
    R 
xstream-builder/src/java/com/thoughtworks/xstream/builder/processor/ImplementedByProcessor.java
    R 
xstream-builder/src/java/com/thoughtworks/xstream/builder/processor/NoReferencesProcessor.java
    R 
xstream-builder/src/java/com/thoughtworks/xstream/builder/processor/TypeConfigProcessor.java
    R 
xstream-builder/src/java/com/thoughtworks/xstream/builder/processor/annotations/AnnotatedTypeProcessor.java
    R 
xstream-builder/src/test/com/thoughtworks/acceptance/AbstractBuilderAcceptanceTest.java
    R 
xstream-builder/src/test/com/thoughtworks/acceptance/XStreamBuilderTest.java
    R 
xstream-builder/src/test/com/thoughtworks/acceptance/annotations/XStreamBuilderAnnotationsTest.java
    M xstream-distribution/pom.xml
    M xstream-distribution/src/content/annotations-tutorial.html
    M xstream-distribution/src/content/changes.html
    M xstream-distribution/src/content/converter-tutorial.html
    M xstream-distribution/src/content/converters.html
    M xstream-distribution/src/content/download.html
    M xstream-distribution/src/content/faq.html
    M xstream-distribution/src/content/how-to-contribute.html
    M xstream-distribution/src/content/index.html
    M xstream-distribution/src/content/issues.html
    M xstream-distribution/src/content/json-tutorial.html
    M xstream-distribution/src/content/manual-tweaking-output.html
    M xstream-distribution/src/content/news.html
    A xstream-distribution/src/content/security.html
    M xstream-distribution/src/content/team.html
    M xstream-distribution/src/content/website.xml
    M xstream-hibernate/pom.xml
    M 
xstream-hibernate/src/java/com/thoughtworks/xstream/hibernate/converter/HibernatePersistentCollectionConverter.java
    M 
xstream-hibernate/src/java/com/thoughtworks/xstream/hibernate/converter/HibernatePersistentMapConverter.java
    M 
xstream-hibernate/src/java/com/thoughtworks/xstream/hibernate/converter/HibernatePersistentSortedMapConverter.java
    M 
xstream-hibernate/src/java/com/thoughtworks/xstream/hibernate/converter/HibernatePersistentSortedSetConverter.java
    M 
xstream-hibernate/src/java/com/thoughtworks/xstream/hibernate/mapper/HibernateMapper.java
    M xstream-hibernate/src/java/com/thoughtworks/xstream/hibernate/package.html
    M 
xstream-hibernate/src/java/com/thoughtworks/xstream/hibernate/util/Hibernate.java
    M xstream/pom.xml
    M xstream/src/java/com/thoughtworks/xstream/XStream.java
    M xstream/src/java/com/thoughtworks/xstream/XStreamer.java
    M xstream/src/java/com/thoughtworks/xstream/annotations/XStreamAlias.java
    A 
xstream/src/java/com/thoughtworks/xstream/annotations/XStreamAliasType.java
    M 
xstream/src/java/com/thoughtworks/xstream/annotations/XStreamConverter.java
    M xstream/src/java/com/thoughtworks/xstream/converters/Converter.java
    M xstream/src/java/com/thoughtworks/xstream/converters/ConverterLookup.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/SingleValueConverter.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/SingleValueConverterWrapper.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/basic/AbstractSingleValueConverter.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/basic/LongConverter.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/collections/AbstractCollectionConverter.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/collections/CollectionConverter.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/collections/MapConverter.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/collections/PropertiesConverter.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/collections/TreeMapConverter.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/collections/TreeSetConverter.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/enums/EnumConverter.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/enums/EnumMapConverter.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/enums/EnumSetConverter.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/enums/EnumSingleValueConverter.java
    A 
xstream/src/java/com/thoughtworks/xstream/converters/enums/EnumToStringConverter.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/extended/DynamicProxyConverter.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/extended/FontConverter.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/extended/ISO8601GregorianCalendarConverter.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/extended/JavaClassConverter.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/extended/JavaFieldConverter.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/extended/JavaMethodConverter.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/extended/LookAndFeelConverter.java
    A 
xstream/src/java/com/thoughtworks/xstream/converters/extended/NamedArrayConverter.java
    A 
xstream/src/java/com/thoughtworks/xstream/converters/extended/NamedCollectionConverter.java
    A 
xstream/src/java/com/thoughtworks/xstream/converters/extended/NamedMapConverter.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/extended/RegexPatternConverter.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/extended/StackTraceElementConverter.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/extended/StackTraceElementFactory.java
    A 
xstream/src/java/com/thoughtworks/xstream/converters/extended/StackTraceElementFactory15.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/extended/ThrowableConverter.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/extended/ToAttributedValueConverter.java
    A 
xstream/src/java/com/thoughtworks/xstream/converters/extended/UseAttributeForEnumMapper.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/javabean/BeanProvider.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/javabean/JavaBeanConverter.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/reflection/AbstractAttributedCharacterIteratorAttributeConverter.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/reflection/AbstractReflectionConverter.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/reflection/CGLIBEnhancedConverter.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/reflection/ExternalizableConverter.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/reflection/FieldDictionary.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/reflection/PureJavaReflectionProvider.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/reflection/ReflectionConverter.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/reflection/ReflectionProvider.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/reflection/ReflectionProviderWrapper.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/reflection/SelfStreamingInstanceChecker.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/reflection/SerializableConverter.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/reflection/SerializationMethodInvoker.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/reflection/Sun14ReflectionProvider.java
    A 
xstream/src/java/com/thoughtworks/xstream/converters/reflection/SunLimitedUnsafeReflectionProvider.java
    A 
xstream/src/java/com/thoughtworks/xstream/converters/reflection/SunUnsafeReflectionProvider.java
    A xstream/src/java/com/thoughtworks/xstream/core/ClassLoaderReference.java
    M xstream/src/java/com/thoughtworks/xstream/core/DefaultConverterLookup.java
    M xstream/src/java/com/thoughtworks/xstream/core/JVM.java
    M 
xstream/src/java/com/thoughtworks/xstream/core/util/ClassLoaderReference.java
    M 
xstream/src/java/com/thoughtworks/xstream/core/util/CompositeClassLoader.java
    M 
xstream/src/java/com/thoughtworks/xstream/core/util/CustomObjectInputStream.java
    M 
xstream/src/java/com/thoughtworks/xstream/core/util/DependencyInjectionFactory.java
    M xstream/src/java/com/thoughtworks/xstream/core/util/Fields.java
    M xstream/src/java/com/thoughtworks/xstream/core/util/OrderRetainingMap.java
    A 
xstream/src/java/com/thoughtworks/xstream/core/util/SelfStreamingInstanceChecker.java
    M xstream/src/java/com/thoughtworks/xstream/core/util/WeakCache.java
    M 
xstream/src/java/com/thoughtworks/xstream/io/binary/BinaryStreamReader.java
    M xstream/src/java/com/thoughtworks/xstream/io/binary/Token.java
    M 
xstream/src/java/com/thoughtworks/xstream/io/copy/HierarchicalStreamCopier.java
    M xstream/src/java/com/thoughtworks/xstream/io/json/AbstractJsonWriter.java
    M 
xstream/src/java/com/thoughtworks/xstream/io/json/JettisonMappedXmlDriver.java
    M xstream/src/java/com/thoughtworks/xstream/io/json/JsonWriter.java
    M xstream/src/java/com/thoughtworks/xstream/io/path/Path.java
    M xstream/src/java/com/thoughtworks/xstream/io/xml/BEAStaxDriver.java
    A xstream/src/java/com/thoughtworks/xstream/io/xml/JDom2Driver.java
    A xstream/src/java/com/thoughtworks/xstream/io/xml/JDom2Reader.java
    A xstream/src/java/com/thoughtworks/xstream/io/xml/JDom2Writer.java
    M xstream/src/java/com/thoughtworks/xstream/io/xml/PrettyPrintWriter.java
    M xstream/src/java/com/thoughtworks/xstream/io/xml/SaxWriter.java
    M xstream/src/java/com/thoughtworks/xstream/io/xml/SjsxpDriver.java
    A xstream/src/java/com/thoughtworks/xstream/io/xml/StandardStaxDriver.java
    M xstream/src/java/com/thoughtworks/xstream/io/xml/StaxDriver.java
    M xstream/src/java/com/thoughtworks/xstream/io/xml/TraxSource.java
    M xstream/src/java/com/thoughtworks/xstream/io/xml/WstxDriver.java
    M xstream/src/java/com/thoughtworks/xstream/io/xml/XmlFriendlyNameCoder.java
    M 
xstream/src/java/com/thoughtworks/xstream/mapper/AnnotationConfiguration.java
    M xstream/src/java/com/thoughtworks/xstream/mapper/AnnotationMapper.java
    M xstream/src/java/com/thoughtworks/xstream/mapper/AttributeMapper.java
    M xstream/src/java/com/thoughtworks/xstream/mapper/CachingMapper.java
    M xstream/src/java/com/thoughtworks/xstream/mapper/DefaultMapper.java
    M xstream/src/java/com/thoughtworks/xstream/mapper/FieldAliasingMapper.java
    M 
xstream/src/java/com/thoughtworks/xstream/mapper/ImplicitCollectionMapper.java
    A xstream/src/java/com/thoughtworks/xstream/mapper/SecurityMapper.java
    A xstream/src/java/com/thoughtworks/xstream/security/AnyTypePermission.java
    A 
xstream/src/java/com/thoughtworks/xstream/security/ArrayTypePermission.java
    A 
xstream/src/java/com/thoughtworks/xstream/security/CGLIBProxyTypePermission.java
    A 
xstream/src/java/com/thoughtworks/xstream/security/ExplicitTypePermission.java
    A 
xstream/src/java/com/thoughtworks/xstream/security/ForbiddenClassException.java
    A 
xstream/src/java/com/thoughtworks/xstream/security/InterfaceTypePermission.java
    A xstream/src/java/com/thoughtworks/xstream/security/NoPermission.java
    A xstream/src/java/com/thoughtworks/xstream/security/NoTypePermission.java
    A xstream/src/java/com/thoughtworks/xstream/security/NullPermission.java
    A 
xstream/src/java/com/thoughtworks/xstream/security/PrimitiveTypePermission.java
    A 
xstream/src/java/com/thoughtworks/xstream/security/ProxyTypePermission.java
    A 
xstream/src/java/com/thoughtworks/xstream/security/RegExpTypePermission.java
    A 
xstream/src/java/com/thoughtworks/xstream/security/TypeHierarchyPermission.java
    A xstream/src/java/com/thoughtworks/xstream/security/TypePermission.java
    A 
xstream/src/java/com/thoughtworks/xstream/security/WildcardTypePermission.java
    A xstream/src/test/$Package.java
    M xstream/src/test/com/thoughtworks/acceptance/AbstractAcceptanceTest.java
    M xstream/src/test/com/thoughtworks/acceptance/AbstractReferenceTest.java
    M xstream/src/test/com/thoughtworks/acceptance/AliasTest.java
    M xstream/src/test/com/thoughtworks/acceptance/Basic15TypesTest.java
    M xstream/src/test/com/thoughtworks/acceptance/BasicTypesTest.java
    M xstream/src/test/com/thoughtworks/acceptance/CglibCompatibilityTest.java
    M xstream/src/test/com/thoughtworks/acceptance/ClassLoaderTest.java
    M xstream/src/test/com/thoughtworks/acceptance/CustomFieldKeySorterTest.java
    M xstream/src/test/com/thoughtworks/acceptance/CustomMapperTest.java
    M xstream/src/test/com/thoughtworks/acceptance/DynamicProxyTest.java
    M xstream/src/test/com/thoughtworks/acceptance/ErrorTest.java
    M xstream/src/test/com/thoughtworks/acceptance/Extended14TypesTest.java
    M xstream/src/test/com/thoughtworks/acceptance/ExtendedTypesTest.java
    M xstream/src/test/com/thoughtworks/acceptance/FinalFieldsTest.java
    M xstream/src/test/com/thoughtworks/acceptance/ImplicitArrayTest.java
    M xstream/src/test/com/thoughtworks/acceptance/ImplicitCollectionTest.java
    M xstream/src/test/com/thoughtworks/acceptance/ImplicitMapTest.java
    A xstream/src/test/com/thoughtworks/acceptance/ImplicitTest.java
    M xstream/src/test/com/thoughtworks/acceptance/InnerClassesTest.java
    M xstream/src/test/com/thoughtworks/acceptance/JodaTimeTypesTest.java
    A xstream/src/test/com/thoughtworks/acceptance/NamedLocalElementsTest.java
    M xstream/src/test/com/thoughtworks/acceptance/OmitFieldsTest.java
    M 
xstream/src/test/com/thoughtworks/acceptance/QNameMappedConcreteClassesTest.java
    M xstream/src/test/com/thoughtworks/acceptance/SecurityManagerTest.java
    A 
xstream/src/test/com/thoughtworks/acceptance/SecurityVulnerabilityTest.java
    M xstream/src/test/com/thoughtworks/acceptance/SortableFieldListTest.java
    M xstream/src/test/com/thoughtworks/acceptance/SwingTest.java
    M xstream/src/test/com/thoughtworks/acceptance/TreeMapAndTreeSetTest.java
    M xstream/src/test/com/thoughtworks/acceptance/XStream11XmlFriendlyTest.java
    M xstream/src/test/com/thoughtworks/acceptance/XStreamer.xsl
    M xstream/src/test/com/thoughtworks/acceptance/XStreamerTest.java
    M 
xstream/src/test/com/thoughtworks/acceptance/XmlFriendlyDollarOnlyTest.java
    M xstream/src/test/com/thoughtworks/acceptance/annotations/AliasTest.java
    M 
xstream/src/test/com/thoughtworks/acceptance/annotations/AttributesTest.java
    M 
xstream/src/test/com/thoughtworks/acceptance/annotations/ParametrizedConverterTest.java
    M xstream/src/test/com/thoughtworks/acceptance/objects/Product.java
    M xstream/src/test/com/thoughtworks/acceptance/someobjects/Handler.java
    M xstream/src/test/com/thoughtworks/acceptance/someobjects/Protocol.java
    M xstream/src/test/com/thoughtworks/xstream/XStreamTest.java
    M 
xstream/src/test/com/thoughtworks/xstream/converters/enums/EnumSetConverterTest.java
    A 
xstream/src/test/com/thoughtworks/xstream/converters/enums/EnumToStringConverterTest.java
    M 
xstream/src/test/com/thoughtworks/xstream/converters/enums/PolymorphicEnum.java
    M 
xstream/src/test/com/thoughtworks/xstream/converters/extended/FontConverterTest.java
    A 
xstream/src/test/com/thoughtworks/xstream/converters/extended/ISO8601GregorianCalendarConverter17Test.java
    M 
xstream/src/test/com/thoughtworks/xstream/converters/extended/JavaClassConverterTest.java
    M 
xstream/src/test/com/thoughtworks/xstream/converters/extended/ToAttributedValueConverterTest.java
    M 
xstream/src/test/com/thoughtworks/xstream/converters/javabean/JavaBeanConverterTest.java
    M 
xstream/src/test/com/thoughtworks/xstream/converters/reflection/PureJavaReflectionProvider15Test.java
    M 
xstream/src/test/com/thoughtworks/xstream/converters/reflection/ReflectionConverterTest.java
    M 
xstream/src/test/com/thoughtworks/xstream/converters/reflection/SerializableConverterTest.java
    R 
xstream/src/test/com/thoughtworks/xstream/converters/reflection/Sun14ReflectionProviderTest.java
    A 
xstream/src/test/com/thoughtworks/xstream/converters/reflection/SunLimitedUnsafeReflectionProviderTest.java
    A 
xstream/src/test/com/thoughtworks/xstream/converters/reflection/SunUnsafeReflectionProviderTest.java
    M xstream/src/test/com/thoughtworks/xstream/core/JVMTest.java
    M 
xstream/src/test/com/thoughtworks/xstream/core/util/DependencyInjectionFactoryTest.java
    M xstream/src/test/com/thoughtworks/xstream/core/util/WeakCacheTest.java
    M xstream/src/test/com/thoughtworks/xstream/io/DriverEndToEndTestSuite.java
    M 
xstream/src/test/com/thoughtworks/xstream/io/json/JettisonMappedXmlDriverTest.java
    M 
xstream/src/test/com/thoughtworks/xstream/io/json/JsonWriterFormatTest.java
    M xstream/src/test/com/thoughtworks/xstream/io/json/JsonWriterModeTest.java
    M 
xstream/src/test/com/thoughtworks/xstream/io/xml/AbstractXMLReaderTest.java
    A xstream/src/test/com/thoughtworks/xstream/io/xml/JDom2AcceptanceTest.java
    A xstream/src/test/com/thoughtworks/xstream/io/xml/JDom2ReaderTest.java
    A xstream/src/test/com/thoughtworks/xstream/io/xml/JDom2WriterTest.java
    M 
xstream/src/test/com/thoughtworks/xstream/mapper/DefaultClassMapperTest.java
    M 
xstream/src/test/com/thoughtworks/xstream/mapper/ImplicitCollectionMapperTest.java
    A xstream/src/test/com/thoughtworks/xstream/mapper/SecurityMapperTest.java
    M 
xstream/src/test/com/thoughtworks/xstream/mapper/XmlFriendlyMapperTest.java

  Log Message:
  -----------
  Imported 1.4.7 from http://svn.codehaus.org/xstream/tags/XSTREAM_1_4_7/


  Commit: df5e005189f9e4bcf213c2e440de487875cfde74
      
https://github.com/jenkinsci/xstream/commit/df5e005189f9e4bcf213c2e440de487875cfde74
  Author: Kohsuke Kawaguchi <k...@kohsuke.org>
  Date:   2014-03-21 (Fri, 21 Mar 2014)

  Changed paths:
    M pom.xml
    M xstream-benchmark/pom.xml
    M 
xstream-benchmark/src/java/com/thoughtworks/xstream/tools/benchmark/Harness.java
    M 
xstream-benchmark/src/test/com/thoughtworks/xstream/tools/benchmark/cache/products/AliasedAttributeCache.java
    M 
xstream-benchmark/src/test/com/thoughtworks/xstream/tools/benchmark/cache/products/Cache122.java
    M 
xstream-benchmark/src/test/com/thoughtworks/xstream/tools/benchmark/cache/products/DefaultImplementationCache.java
    M 
xstream-benchmark/src/test/com/thoughtworks/xstream/tools/benchmark/cache/products/RealClassCache.java
    M 
xstream-benchmark/src/test/com/thoughtworks/xstream/tools/benchmark/cache/products/SerializedClassCache.java
    M 
xstream-benchmark/src/test/com/thoughtworks/xstream/tools/benchmark/cache/products/XStreamCache.java
    R xstream-builder/pom.xml
    R xstream-builder/src/java/com/thoughtworks/xstream/ReadOnlyXStream.java
    R xstream-builder/src/java/com/thoughtworks/xstream/builder/FieldConfig.java
    R xstream-builder/src/java/com/thoughtworks/xstream/builder/TypeConfig.java
    R 
xstream-builder/src/java/com/thoughtworks/xstream/builder/XStreamBuilder.java
    R 
xstream-builder/src/java/com/thoughtworks/xstream/builder/processor/AbsoluteReferencesProcessor.java
    R 
xstream-builder/src/java/com/thoughtworks/xstream/builder/processor/AliasFieldProcessor.java
    R 
xstream-builder/src/java/com/thoughtworks/xstream/builder/processor/AliasTypeProcessor.java
    R 
xstream-builder/src/java/com/thoughtworks/xstream/builder/processor/ConfigProcessor.java
    R 
xstream-builder/src/java/com/thoughtworks/xstream/builder/processor/ConverterProcessor.java
    R 
xstream-builder/src/java/com/thoughtworks/xstream/builder/processor/FieldConfigProcessor.java
    R 
xstream-builder/src/java/com/thoughtworks/xstream/builder/processor/IdReferencesProcessor.java
    R 
xstream-builder/src/java/com/thoughtworks/xstream/builder/processor/IgnoreFieldProcessor.java
    R 
xstream-builder/src/java/com/thoughtworks/xstream/builder/processor/ImplementedByProcessor.java
    R 
xstream-builder/src/java/com/thoughtworks/xstream/builder/processor/NoReferencesProcessor.java
    R 
xstream-builder/src/java/com/thoughtworks/xstream/builder/processor/TypeConfigProcessor.java
    R 
xstream-builder/src/java/com/thoughtworks/xstream/builder/processor/annotations/AnnotatedTypeProcessor.java
    R 
xstream-builder/src/test/com/thoughtworks/acceptance/AbstractBuilderAcceptanceTest.java
    R 
xstream-builder/src/test/com/thoughtworks/acceptance/XStreamBuilderTest.java
    R 
xstream-builder/src/test/com/thoughtworks/acceptance/annotations/XStreamBuilderAnnotationsTest.java
    M xstream-distribution/pom.xml
    M xstream-distribution/src/content/annotations-tutorial.html
    M xstream-distribution/src/content/changes.html
    M xstream-distribution/src/content/converter-tutorial.html
    M xstream-distribution/src/content/converters.html
    M xstream-distribution/src/content/download.html
    M xstream-distribution/src/content/faq.html
    M xstream-distribution/src/content/how-to-contribute.html
    M xstream-distribution/src/content/index.html
    M xstream-distribution/src/content/issues.html
    M xstream-distribution/src/content/json-tutorial.html
    M xstream-distribution/src/content/manual-tweaking-output.html
    M xstream-distribution/src/content/news.html
    A xstream-distribution/src/content/security.html
    M xstream-distribution/src/content/team.html
    M xstream-distribution/src/content/website.xml
    M xstream-hibernate/pom.xml
    M 
xstream-hibernate/src/java/com/thoughtworks/xstream/hibernate/converter/HibernatePersistentCollectionConverter.java
    M 
xstream-hibernate/src/java/com/thoughtworks/xstream/hibernate/converter/HibernatePersistentMapConverter.java
    M 
xstream-hibernate/src/java/com/thoughtworks/xstream/hibernate/converter/HibernatePersistentSortedMapConverter.java
    M 
xstream-hibernate/src/java/com/thoughtworks/xstream/hibernate/converter/HibernatePersistentSortedSetConverter.java
    M 
xstream-hibernate/src/java/com/thoughtworks/xstream/hibernate/mapper/HibernateMapper.java
    M xstream-hibernate/src/java/com/thoughtworks/xstream/hibernate/package.html
    M 
xstream-hibernate/src/java/com/thoughtworks/xstream/hibernate/util/Hibernate.java
    M xstream/pom.xml
    M xstream/src/java/com/thoughtworks/xstream/XStream.java
    M xstream/src/java/com/thoughtworks/xstream/XStreamer.java
    M xstream/src/java/com/thoughtworks/xstream/annotations/XStreamAlias.java
    A 
xstream/src/java/com/thoughtworks/xstream/annotations/XStreamAliasType.java
    M 
xstream/src/java/com/thoughtworks/xstream/annotations/XStreamConverter.java
    M xstream/src/java/com/thoughtworks/xstream/converters/Converter.java
    M xstream/src/java/com/thoughtworks/xstream/converters/ConverterLookup.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/SingleValueConverter.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/SingleValueConverterWrapper.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/basic/AbstractSingleValueConverter.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/basic/LongConverter.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/collections/AbstractCollectionConverter.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/collections/CollectionConverter.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/collections/MapConverter.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/collections/PropertiesConverter.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/collections/TreeMapConverter.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/collections/TreeSetConverter.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/enums/EnumConverter.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/enums/EnumMapConverter.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/enums/EnumSetConverter.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/enums/EnumSingleValueConverter.java
    A 
xstream/src/java/com/thoughtworks/xstream/converters/enums/EnumToStringConverter.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/extended/DynamicProxyConverter.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/extended/FontConverter.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/extended/ISO8601GregorianCalendarConverter.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/extended/JavaClassConverter.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/extended/JavaFieldConverter.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/extended/JavaMethodConverter.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/extended/LookAndFeelConverter.java
    A 
xstream/src/java/com/thoughtworks/xstream/converters/extended/NamedArrayConverter.java
    A 
xstream/src/java/com/thoughtworks/xstream/converters/extended/NamedCollectionConverter.java
    A 
xstream/src/java/com/thoughtworks/xstream/converters/extended/NamedMapConverter.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/extended/RegexPatternConverter.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/extended/StackTraceElementConverter.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/extended/StackTraceElementFactory.java
    A 
xstream/src/java/com/thoughtworks/xstream/converters/extended/StackTraceElementFactory15.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/extended/ThrowableConverter.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/extended/ToAttributedValueConverter.java
    A 
xstream/src/java/com/thoughtworks/xstream/converters/extended/UseAttributeForEnumMapper.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/javabean/BeanProvider.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/javabean/JavaBeanConverter.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/reflection/AbstractAttributedCharacterIteratorAttributeConverter.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/reflection/AbstractReflectionConverter.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/reflection/CGLIBEnhancedConverter.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/reflection/ExternalizableConverter.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/reflection/FieldDictionary.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/reflection/PureJavaReflectionProvider.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/reflection/ReflectionConverter.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/reflection/ReflectionProvider.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/reflection/ReflectionProviderWrapper.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/reflection/SelfStreamingInstanceChecker.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/reflection/SerializableConverter.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/reflection/SerializationMethodInvoker.java
    M 
xstream/src/java/com/thoughtworks/xstream/converters/reflection/Sun14ReflectionProvider.java
    A 
xstream/src/java/com/thoughtworks/xstream/converters/reflection/SunLimitedUnsafeReflectionProvider.java
    A 
xstream/src/java/com/thoughtworks/xstream/converters/reflection/SunUnsafeReflectionProvider.java
    A xstream/src/java/com/thoughtworks/xstream/core/ClassLoaderReference.java
    M xstream/src/java/com/thoughtworks/xstream/core/DefaultConverterLookup.java
    M xstream/src/java/com/thoughtworks/xstream/core/JVM.java
    M 
xstream/src/java/com/thoughtworks/xstream/core/util/ClassLoaderReference.java
    M 
xstream/src/java/com/thoughtworks/xstream/core/util/CompositeClassLoader.java
    M 
xstream/src/java/com/thoughtworks/xstream/core/util/CustomObjectInputStream.java
    M 
xstream/src/java/com/thoughtworks/xstream/core/util/DependencyInjectionFactory.java
    M xstream/src/java/com/thoughtworks/xstream/core/util/Fields.java
    M xstream/src/java/com/thoughtworks/xstream/core/util/OrderRetainingMap.java
    A 
xstream/src/java/com/thoughtworks/xstream/core/util/SelfStreamingInstanceChecker.java
    M xstream/src/java/com/thoughtworks/xstream/core/util/WeakCache.java
    M 
xstream/src/java/com/thoughtworks/xstream/io/binary/BinaryStreamReader.java
    M xstream/src/java/com/thoughtworks/xstream/io/binary/Token.java
    M 
xstream/src/java/com/thoughtworks/xstream/io/copy/HierarchicalStreamCopier.java
    M xstream/src/java/com/thoughtworks/xstream/io/json/AbstractJsonWriter.java
    M 
xstream/src/java/com/thoughtworks/xstream/io/json/JettisonMappedXmlDriver.java
    M xstream/src/java/com/thoughtworks/xstream/io/json/JsonWriter.java
    M xstream/src/java/com/thoughtworks/xstream/io/path/Path.java
    M xstream/src/java/com/thoughtworks/xstream/io/xml/BEAStaxDriver.java
    A xstream/src/java/com/thoughtworks/xstream/io/xml/JDom2Driver.java
    A xstream/src/java/com/thoughtworks/xstream/io/xml/JDom2Reader.java
    A xstream/src/java/com/thoughtworks/xstream/io/xml/JDom2Writer.java
    M xstream/src/java/com/thoughtworks/xstream/io/xml/PrettyPrintWriter.java
    M xstream/src/java/com/thoughtworks/xstream/io/xml/SaxWriter.java
    M xstream/src/java/com/thoughtworks/xstream/io/xml/SjsxpDriver.java
    A xstream/src/java/com/thoughtworks/xstream/io/xml/StandardStaxDriver.java
    M xstream/src/java/com/thoughtworks/xstream/io/xml/StaxDriver.java
    M xstream/src/java/com/thoughtworks/xstream/io/xml/TraxSource.java
    M xstream/src/java/com/thoughtworks/xstream/io/xml/WstxDriver.java
    M xstream/src/java/com/thoughtworks/xstream/io/xml/XmlFriendlyNameCoder.java
    M 
xstream/src/java/com/thoughtworks/xstream/mapper/AnnotationConfiguration.java
    M xstream/src/java/com/thoughtworks/xstream/mapper/AnnotationMapper.java
    M xstream/src/java/com/thoughtworks/xstream/mapper/AttributeMapper.java
    M xstream/src/java/com/thoughtworks/xstream/mapper/CachingMapper.java
    M xstream/src/java/com/thoughtworks/xstream/mapper/DefaultMapper.java
    M xstream/src/java/com/thoughtworks/xstream/mapper/FieldAliasingMapper.java
    M 
xstream/src/java/com/thoughtworks/xstream/mapper/ImplicitCollectionMapper.java
    A xstream/src/java/com/thoughtworks/xstream/mapper/SecurityMapper.java
    A xstream/src/java/com/thoughtworks/xstream/security/AnyTypePermission.java
    A 
xstream/src/java/com/thoughtworks/xstream/security/ArrayTypePermission.java
    A 
xstream/src/java/com/thoughtworks/xstream/security/CGLIBProxyTypePermission.java
    A 
xstream/src/java/com/thoughtworks/xstream/security/ExplicitTypePermission.java
    A 
xstream/src/java/com/thoughtworks/xstream/security/ForbiddenClassException.java
    A 
xstream/src/java/com/thoughtworks/xstream/security/InterfaceTypePermission.java
    A xstream/src/java/com/thoughtworks/xstream/security/NoPermission.java
    A xstream/src/java/com/thoughtworks/xstream/security/NoTypePermission.java
    A xstream/src/java/com/thoughtworks/xstream/security/NullPermission.java
    A 
xstream/src/java/com/thoughtworks/xstream/security/PrimitiveTypePermission.java
    A 
xstream/src/java/com/thoughtworks/xstream/security/ProxyTypePermission.java
    A 
xstream/src/java/com/thoughtworks/xstream/security/RegExpTypePermission.java
    A 
xstream/src/java/com/thoughtworks/xstream/security/TypeHierarchyPermission.java
    A xstream/src/java/com/thoughtworks/xstream/security/TypePermission.java
    A 
xstream/src/java/com/thoughtworks/xstream/security/WildcardTypePermission.java
    A xstream/src/test/$Package.java
    M xstream/src/test/com/thoughtworks/acceptance/AbstractAcceptanceTest.java
    M xstream/src/test/com/thoughtworks/acceptance/AbstractReferenceTest.java
    M xstream/src/test/com/thoughtworks/acceptance/AliasTest.java
    M xstream/src/test/com/thoughtworks/acceptance/Basic15TypesTest.java
    M xstream/src/test/com/thoughtworks/acceptance/BasicTypesTest.java
    M xstream/src/test/com/thoughtworks/acceptance/CglibCompatibilityTest.java
    M xstream/src/test/com/thoughtworks/acceptance/ClassLoaderTest.java
    M xstream/src/test/com/thoughtworks/acceptance/CustomFieldKeySorterTest.java
    M xstream/src/test/com/thoughtworks/acceptance/CustomMapperTest.java
    M xstream/src/test/com/thoughtworks/acceptance/DynamicProxyTest.java
    M xstream/src/test/com/thoughtworks/acceptance/ErrorTest.java
    M xstream/src/test/com/thoughtworks/acceptance/Extended14TypesTest.java
    M xstream/src/test/com/thoughtworks/acceptance/ExtendedTypesTest.java
    M xstream/src/test/com/thoughtworks/acceptance/FinalFieldsTest.java
    M xstream/src/test/com/thoughtworks/acceptance/ImplicitArrayTest.java
    M xstream/src/test/com/thoughtworks/acceptance/ImplicitCollectionTest.java
    M xstream/src/test/com/thoughtworks/acceptance/ImplicitMapTest.java
    A xstream/src/test/com/thoughtworks/acceptance/ImplicitTest.java
    M xstream/src/test/com/thoughtworks/acceptance/InnerClassesTest.java
    M xstream/src/test/com/thoughtworks/acceptance/JodaTimeTypesTest.java
    A xstream/src/test/com/thoughtworks/acceptance/NamedLocalElementsTest.java
    M xstream/src/test/com/thoughtworks/acceptance/OmitFieldsTest.java
    M 
xstream/src/test/com/thoughtworks/acceptance/QNameMappedConcreteClassesTest.java
    A 
xstream/src/test/com/thoughtworks/acceptance/SecurityVulnerabilityTest.java
    M xstream/src/test/com/thoughtworks/acceptance/SortableFieldListTest.java
    M xstream/src/test/com/thoughtworks/acceptance/SwingTest.java
    M xstream/src/test/com/thoughtworks/acceptance/TreeMapAndTreeSetTest.java
    M xstream/src/test/com/thoughtworks/acceptance/XStream11XmlFriendlyTest.java
    M xstream/src/test/com/thoughtworks/acceptance/XStreamer.xsl
    M xstream/src/test/com/thoughtworks/acceptance/XStreamerTest.java
    M 
xstream/src/test/com/thoughtworks/acceptance/XmlFriendlyDollarOnlyTest.java
    M xstream/src/test/com/thoughtworks/acceptance/annotations/AliasTest.java
    M 
xstream/src/test/com/thoughtworks/acceptance/annotations/AttributesTest.java
    M 
xstream/src/test/com/thoughtworks/acceptance/annotations/ParametrizedConverterTest.java
    M xstream/src/test/com/thoughtworks/acceptance/objects/Product.java
    M xstream/src/test/com/thoughtworks/acceptance/someobjects/Handler.java
    M xstream/src/test/com/thoughtworks/acceptance/someobjects/Protocol.java
    M xstream/src/test/com/thoughtworks/xstream/XStreamTest.java
    M 
xstream/src/test/com/thoughtworks/xstream/converters/enums/EnumSetConverterTest.java
    A 
xstream/src/test/com/thoughtworks/xstream/converters/enums/EnumToStringConverterTest.java
    M 
xstream/src/test/com/thoughtworks/xstream/converters/enums/PolymorphicEnum.java
    M 
xstream/src/test/com/thoughtworks/xstream/converters/extended/FontConverterTest.java
    A 
xstream/src/test/com/thoughtworks/xstream/converters/extended/ISO8601GregorianCalendarConverter17Test.java
    M 
xstream/src/test/com/thoughtworks/xstream/converters/extended/JavaClassConverterTest.java
    M 
xstream/src/test/com/thoughtworks/xstream/converters/extended/ToAttributedValueConverterTest.java
    M 
xstream/src/test/com/thoughtworks/xstream/converters/javabean/JavaBeanConverterTest.java
    M 
xstream/src/test/com/thoughtworks/xstream/converters/reflection/PureJavaReflectionProvider15Test.java
    M 
xstream/src/test/com/thoughtworks/xstream/converters/reflection/ReflectionConverterTest.java
    M 
xstream/src/test/com/thoughtworks/xstream/converters/reflection/SerializableConverterTest.java
    R 
xstream/src/test/com/thoughtworks/xstream/converters/reflection/Sun14ReflectionProviderTest.java
    A 
xstream/src/test/com/thoughtworks/xstream/converters/reflection/SunLimitedUnsafeReflectionProviderTest.java
    A 
xstream/src/test/com/thoughtworks/xstream/converters/reflection/SunUnsafeReflectionProviderTest.java
    M xstream/src/test/com/thoughtworks/xstream/core/JVMTest.java
    M 
xstream/src/test/com/thoughtworks/xstream/core/util/DependencyInjectionFactoryTest.java
    M xstream/src/test/com/thoughtworks/xstream/core/util/WeakCacheTest.java
    M xstream/src/test/com/thoughtworks/xstream/io/DriverEndToEndTestSuite.java
    M 
xstream/src/test/com/thoughtworks/xstream/io/json/JettisonMappedXmlDriverTest.java
    M 
xstream/src/test/com/thoughtworks/xstream/io/json/JsonWriterFormatTest.java
    M xstream/src/test/com/thoughtworks/xstream/io/json/JsonWriterModeTest.java
    M 
xstream/src/test/com/thoughtworks/xstream/io/xml/AbstractXMLReaderTest.java
    A xstream/src/test/com/thoughtworks/xstream/io/xml/JDom2AcceptanceTest.java
    A xstream/src/test/com/thoughtworks/xstream/io/xml/JDom2ReaderTest.java
    A xstream/src/test/com/thoughtworks/xstream/io/xml/JDom2WriterTest.java
    M 
xstream/src/test/com/thoughtworks/xstream/mapper/DefaultClassMapperTest.java
    M 
xstream/src/test/com/thoughtworks/xstream/mapper/ImplicitCollectionMapperTest.java
    A xstream/src/test/com/thoughtworks/xstream/mapper/SecurityMapperTest.java
    M 
xstream/src/test/com/thoughtworks/xstream/mapper/XmlFriendlyMapperTest.java

  Log Message:
  -----------
  Merged 1.4.7

Conflicts:
        xstream/src/java/com/thoughtworks/xstream/XStream.java
        
xstream/src/java/com/thoughtworks/xstream/converters/reflection/ReflectionProvider.java
        
xstream/src/java/com/thoughtworks/xstream/converters/reflection/Sun14ReflectionProvider.java
        
xstream/src/java/com/thoughtworks/xstream/core/DefaultConverterLookup.java
        xstream/src/java/com/thoughtworks/xstream/core/JVM.java
        xstream/src/java/com/thoughtworks/xstream/mapper/AnnotationMapper.java
        xstream/src/java/com/thoughtworks/xstream/mapper/CachingMapper.java
        xstream/src/test/com/thoughtworks/acceptance/SecurityManagerTest.java
        
xstream/src/test/com/thoughtworks/xstream/mapper/XmlFriendlyMapperTest.java


  Commit: b44e3c00cd2ab9388400b1509475d3215be23c19
      
https://github.com/jenkinsci/xstream/commit/b44e3c00cd2ab9388400b1509475d3215be23c19
  Author: Kohsuke Kawaguchi <k...@kohsuke.org>
  Date:   2014-03-21 (Fri, 21 Mar 2014)

  Changed paths:
    M xstream/pom.xml

  Log Message:
  -----------
  Updating the version


Compare: 
https://github.com/jenkinsci/xstream/compare/8d4940962ef3...b44e3c00cd2a

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to