Skip to content
Permalink
version-2.0.3
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Apr 11, 2020

  1. Merge branch 'master' into version-2.0.x

    # Conflicts:
    #	.idea/compiler.xml
    #	.idea/misc.xml
    #	.idea/modules/dom4j_main.iml
    #	build.gradle
    #	gradle/wrapper/gradle-wrapper.properties
    #	gradlew.bat
    FilipJirsak committed Apr 11, 2020
  2. SAXReader uses system default XMLReader with its defaults. New factor…

    …y method SAXReader.createDefault() sets more secure defaults.
    FilipJirsak committed Apr 11, 2020
  3. #28 Disable downloading external resources with DocumentHelper.parseT…

    …ext() helper.
    
    (cherry picked from commit 8f6a7f6)
    FilipJirsak committed Apr 11, 2020
  4. Update README.md

    (cherry picked from commit 8073066)
    FilipJirsak committed Apr 11, 2020
  5. Signing all artifacts for Maven central repository.

    (cherry picked from commit 3c32c8f)
    FilipJirsak committed Apr 11, 2020
  6. Fix bug in encoding whitespaces introduced with bugfix of #38.

    (cherry picked from commit b408f43)
    FilipJirsak committed Apr 11, 2020
  7. Add files via upload

    Solution proposed by Issue #40
    
    (cherry picked from commit b3d9226)
    jbennett2091 authored and FilipJirsak committed Apr 11, 2020
  8. #38 Support for supplementary unicode characters in XMLWriter.

    (cherry picked from commit 75e59b1)
    FilipJirsak committed Apr 11, 2020
  9. #39 XMLWriter.writeOpen(Element) writes namespaces declared directly …

    …on element.
    
    (cherry picked from commit 351bfef)
    FilipJirsak committed Apr 11, 2020
  10. #28 Disable downloading external resources by default.

    (cherry picked from commit 53f923a)
    FilipJirsak committed Apr 11, 2020
  11. #44 Default SAXParser features are set when SAXParser is created, so …

    …they can be overriden.
    
    (cherry picked from commit 161078a)
    FilipJirsak committed Apr 11, 2020
  12. Fix tests with invalid QNames.

    (cherry picked from commit 92d8795)
    FilipJirsak committed Apr 11, 2020
  13. #28 Disable downloading external resources with DocumentHelper.parseT…

    …ext() helper.
    
    (cherry picked from commit 8f6a7f6)
    FilipJirsak committed Apr 11, 2020
  14. #46 Jaxen is optional dependency only

    (cherry picked from commit 239569f)
    FilipJirsak committed Apr 11, 2020
  15. #48 Validate QName inputs - throw IllegalArgumentException when quali…

    …fied name contains disallowed character.
    
    (cherry picked from commit e598eb4)
    FilipJirsak committed Apr 11, 2020
  16. Use 'maven-publish' Gradle plugin instead of old 'maven' plugin.

    (cherry picked from commit 3c76e0f)
    FilipJirsak committed Apr 11, 2020
  17. #34 Remove old CVS files from repository.

    (cherry picked from commit 983701f)
    FilipJirsak committed Apr 11, 2020
  18. clean project files

    (cherry picked from commit b31091a)
    FilipJirsak committed Apr 11, 2020
  19. Use current version of Gradle.

    Compile to Java 1.5 target only with -source 1.5 and -target 1.5. It's quite difficult to maintain old versions of JDK and Gradle.
    FilipJirsak committed Apr 11, 2020
  20. SAXReader uses system default XMLReader with its defaults. New factor…

    …y method SAXReader.createDefault() sets more secure defaults.
    FilipJirsak committed Apr 11, 2020
  21. Idea project files.

    FilipJirsak committed Apr 11, 2020
  22. Idea project files.

    FilipJirsak committed Apr 11, 2020
Older