Skip to content

Commit

Permalink
Versions 2.0.3 and 2.1.2 released.
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipJirsak committed Apr 11, 2020
1 parent 6ad8fb9 commit e387710
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@

# News

## Version 2.0.3 and 2.1.2 released

### Improvements
* Added new factory method `org.dom4j.io.SAXReader.createDefault()`. It hase more secure defaults than `new SAXReader()`, which uses system
`XMLReaderFactory.createXMLReader()` or `SAXParserFactory.newInstance().newSAXParser()`. `SAXReader.createDefault()` disable parsing of external entities
in the SAX parser.

## Version 2.1.1 released
Bug fix release.

Expand All @@ -24,5 +31,3 @@ Bug fix release.
* #43 and #46 all dependencies are optional (reported by @Zardoz89 and @vmassol)
* #44 SAXReader: hardcoded namespace features (reported by @philippeu)
* #48 validate `QName`s (reported by @mario-areias)

Version 2.0.3 (for Java 5–7) is on the way.

2 comments on commit e387710

@benalexau
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At the time of writing Maven Central is showing 2.0.3, but not 2.1.2.

I see the Gradle build targets Java 1.5. Is it now advised to use 2.1.2 for Java 7 support? Issue #55 requested 2.0.3 for Java 7 support, but if 2.1.2 has Java 5 and above support it may be helpful to clarify the purpose of the 2.1.x series going forward.

@FilipJirsak
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For Java 7 use version 2.0.3.

It was my fault that I named the target version 1.5 in the branch 2.1.x.

Version 2.1.2 is on its way to Maven central.

Please sign in to comment.