| <?xml version="1.0"?> |
| <!-- |
| Licensed to the Apache Software Foundation (ASF) under one or more |
| contributor license agreements. See the NOTICE file distributed with |
| this work for additional information regarding copyright ownership. |
| The ASF licenses this file to You under the Apache License, Version 2.0 |
| (the "License"); you may not use this file except in compliance with |
| the License. You may obtain a copy of the License at |
| |
| https://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| --> |
| |
| <!-- |
| This file is used by the maven-changes-plugin to generate the release notes. |
| Useful ways of finding items to add to this file are: |
| |
| 1. Add items when you fix a bug or add a feature (this makes the |
| release process easy :-). |
| |
| 2. Do a Jira search for tickets closed since the previous release. |
| |
| 3. Use the report generated by the maven-changelog-plugin to see all |
| CVS commits. Set the project.properties' maven.changelog.range |
| property to the number of days since the last release. |
| |
| |
| To generate the release notes from this file: |
| |
| mvn changes:announcement-generate -Prelease-notes [-Dchanges.version=nnn] |
| |
| then tweak the source formatting if necessary and regenerate, then commit |
| |
| The <action> type attribute can be add,update,fix,remove. |
| --> |
| <document xmlns="http://maven.apache.org/changes/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| xsi:schemaLocation="http://maven.apache.org/changes/2.0.0 https://maven.apache.org/xsd/changes-2.0.0.xsd"> |
| <properties> |
| <title>Apache Commons Jelly Release Notes</title> |
| </properties> |
| <body> |
| <release version="1.1.0" date="YYYY-MM-DD" description="Java 8 required."> |
| <!-- ADD --> |
| <action type="add" dev="ggregory" due-to="Gary Gregory">Extract commons version into new POM property ${mx4j.version}.</action> |
| <!-- FIX --> |
| <action type="fix" dev="pkarwasz" due-to="Piotr P. Karwasz, Gary Gregory">Create XML parsers and readers through org.apache.commons:commons-secure-xml, so external entities and DTDs are no longer fetched unless JellyContext.setAllowDtdToCallExternalEntities(true) is used (#108).</action> |
| <action type="fix" dev="ggregory" due-to="Gary Gregory">Throw specialized RuntimeExceptions instead of plain RuntimeExceptions.</action> |
| <action type="fix" dev="ggregory" due-to="Gary Gregory">Deprecate NestedRuntimeException for RuntimeException.</action> |
| <action type="fix" dev="ggregory" due-to="Gary Gregory">Fix building on modern Java.</action> |
| <!-- UPDATE --> |
| <action type="update" dev="ggregory" due-to="Gary Gregory">Bump Java from 7 to 8.</action> |
| <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-parent from 42 to 105.</action> |
| <action type="update" dev="sebb" >Update jaxen:jaxen 1.1.6 => 2.0.0</action> |
| <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-logging from 1.0.3 to 1.4.0.</action> |
| <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-beanutils:commons-beanutils from a mix of 1.6 and 1.7.0 to org.apache.commons:commons-beanutils2 2.0.0-M2. |
| Update configurations like: |
| <dynabean:property name="address" type="org.apache.commons.beanutils.DynaBean"/> |
| to: |
| <dynabean:property name="address" type="org.apache.commons.beanutils2.DynaBean"/></action> |
| <action type="update" dev="ggregory" due-to="Gary Gregory">Bump xmlunit:xmlunit from a mix of 0.8 and 1.0 to 1.6.</action> |
| <action type="update" dev="ggregory" due-to="Gary Gregory. Dependabot">Bump commons-cli:commons-cli from 1.0 to 1.11.0 #24.</action> |
| <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-lang:commons-lang 2.0 to org.apache.commons:commons-lang3 3.20.0 #58.</action> |
| <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-collections:commons-collections 2.1 to org.apache.commons:commons-collections4 4.6.0.</action> |
| <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-jexl:commons-jexl 1.1 to org.apache.commons:commons-jexl 2.1.1.</action> |
| <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump javax.servlet:servlet-api from 2.3 to 2.5 #49.</action> |
| <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump xalan from 2.3.1 to 2.7.3 in /jelly-tags/xmlunit #22.</action> |
| <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump xalan from 2.3.1 to 2.7.3 in /jelly-tags/xml #21.</action> |
| <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump commons-messenger:commons-messenger from 1.0-dev-8 to 1.0-dev-14 #57.</action> |
| <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump mx4j:mx4j-tools from 1.1.1 to 3.0.1 #30.</action> |
| <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump mx4j:mx4j-jmx from 1.1.1 to 3.0.1 #60.</action> |
| <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump msv:isorelax from 20030807 to 20050913 #61.</action> |
| <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump quartz:quartz from 1.0.2 to 1.5.1 #59.</action> |
| <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump antlr:antlr from 2.7.1 to 2.7.6 #89.</action> |
| <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump jetty:jetty from 4.2.3 to 4.2.12 #92.</action> |
| <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump msv:relaxngDatatype from 20030807 to 20050913 #88.</action> |
| <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump commons-digester:commons-digester from 1.6 to 2.1 #93.</action> |
| <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump commons-betwixt:commons-betwixt from 0.6 to 0.7 #94.</action> |
| <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump hsqldb:hsqldb from 1.7.1 to 1.8.0.10 #96.</action> |
| <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump jaxme:jaxme-api from 0.2 to 0.3.1 #97.</action> |
| <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump geronimo-spec:geronimo-spec-jms from 1.0-M1 to 1.1-rc4 #98.</action> |
| <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump velocity:velocity from 1.3 to 1.5 #99.</action> |
| <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot, Suraj Rajan">Bump jline:jline from 0.9.5 to 2.14.6 (#104, #107).</action> |
| <action type="update" dev="ggregory" due-to="Gary Gregory">Bump ojb:ojb from 0.9.6 to 1.0.rc4.</action> |
| </release> |
| </body> |
| </document> |