Skip to content

Commit e1a290d

Browse files
committed
Prepare for 1.3.0 release
1 parent 51d8bfa commit e1a290d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

release-notes/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Project: aalto-xml
44
= Releases
55
------------------------------------------------------------------------
66

7-
1.3.0 (not yet released)
7+
1.3.0 (11-May-2021)
88

99
#65: Support disabling General Entity Reference replacement in attribute values
1010
(contributed by Claude M)

src/test/java/com/fasterxml/aalto/sax/TestSAXParserFactoryImpl.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ public class TestSAXParserFactoryImpl extends base.BaseTestCase
88
public void testSetGetFeatureExternalGeneralEntities() throws Exception
99
{
1010
SAXParserFactoryImpl saxParserFactory = new SAXParserFactoryImpl();
11-
saxParserFactory.setFeature("http://xml.org/sax/features/external-general-entities", false);
1211
assertFalse(saxParserFactory.getFeature(AaltoInputProperties.P_RETAIN_ATTRIBUTE_GENERAL_ENTITIES));
1312

1413
saxParserFactory.setFeature(AaltoInputProperties.P_RETAIN_ATTRIBUTE_GENERAL_ENTITIES, true);

0 commit comments

Comments
 (0)