blob: 902582479831e1b20380c9ed74e02a008707c083 [file] [log] [blame]
<!--
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
http://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 also 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
SVN 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 formatting if necessary
and commit
The <action> type attribute can be add,update,fix,remove.
-->
<document xmlns="http://maven.apache.org/changes/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd">
<properties>
<title>Apache Commons JCI Release Notes</title>
<author email="dev@commons.apache.org">Apache Commons developers</author>
</properties>
<!-- NOTE:
The description below is specially formatted so as to improve the layout of the generated release notes:
The parsing process removes all line feeds, replacing them with a single space.
The Velocity template in resources/templates has been enhanced to replace pairs of adjacent spaces
with a new-line in the release notes. (These spaces are ignored when displaying HTML).
If the output is not quite correct, check for invisible trailing spaces!
N.B. The release notes template groups actions by type, and only extracts data for the current release.
The changes report outputs actions in the order they appear in this file.
To regenerate the release notes:
mvn changes:announcement-generate -Prelease-notes [-Dchanges.version=nnn]
Defining changes.version allows one to create the RN without first removing the SNAPSHOT suffix.
-->
<body>
<release version="2.0" date="202Y-MM-DD" description="Major release (Java 8 or above).">
<!-- ADD -->
<action type="add" dev="ggregory" due-to="Gary Gregory">Add Maven property project.build.outputTimestamp for build reproducibility.</action>
<!-- FIX -->
<action type="fix" dev="ggregory" due-to="Gary Gregory">
EclipseJavaCompilerSettings.toNativeVersion(String) now throws IllegalArgumentException instead of RuntimeException.
</action>
<action type="fix" dev="ggregory" due-to="Gary Gregory">
GroovyJavaCompiler.compile() now throws IllegalArgumentException instead of RuntimeException.
</action>
<action type="fix" dev="ggregory" due-to="Gary Gregory">
Jsr199JavaCompiler.compile() now throws IllegalStateException instead of RuntimeException when there is no compiler available.
</action>
<action dev="ggregory" type="fix" due-to="step-security-bot, Gary Gregory">
[StepSecurity] ci: Harden GitHub Actions #39.
</action>
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">
Bump commons-io from 2.2 to 2.15.1 #11.
</action>
<action type="update" dev="ggregory" due-to="Dependabot">
Bump junit from 4.11 to 4.13.2 #10.
</action>
<action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">
Bump commons-lang3 from 3.1 to 3.14.0 #9.
</action>
<action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">
Bump commons-logging from 1.1.3 to 1.3.0 #7.
</action>
<action type="update" dev="ggregory" due-to="Dependabot">
Bump maven-pmd-plugin from 2.3 to 3.19.0 #5.
</action>
<action type="update" dev="ggregory" due-to="Dependabot">
Bump wagon-ssh-external from 1.0-beta-2 to 3.5.3 #14.
</action>
<action type="update" dev="ggregory" due-to="Dependabot">
Bump asm from 5.0.2 to 9.6 #15, #34, #61.
</action>
<action type="update" dev="ggregory" due-to="Dependabot">
Bump ecj from 4.2.2 to 4.6.1 #16.
</action>
<action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">
Bump org.codehaus.groovy:groovy-all from 1 to 3.0.21 #17, #77, #98.
</action>
<action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">
Bump commons-cli from 1.2 to 1.7.0 #29.
</action>
<action type="update" dev="ggregory" due-to="Dependabot">
Bump taglist-maven-plugin from 2.2 to 3.0.0 #28.
</action>
<action type="update" dev="ggregory" due-to="Dependabot">
Bump commons-parent from 56 to 67 #36, #37, #72, #97.
</action>
</release>
</body>
</document>