File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
jspwiki-api/src/main/java/org/apache/wiki/api Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,12 @@ specific language governing permissions and limitations
1717under the License.
1818-->
1919
20+ ** 2023-10-19 Arturo Bernal (abernal AT apache DOT org)**
21+
22+ * _ 2.12.2-git-08_
23+ *
24+ * [ JSPWIKI-1178] ( https://issues.apache.org/jira/browse/JSPWIKI-1178 ) - Deadlock with Java Virtual Threads
25+
2026** 2023-10-12 Arturo Bernal (abernal AT apache DOT org)**
2127
2228* _ 2.12.2-git-07_
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ public final class Release {
6969 * <p>
7070 * If the build identifier is empty, it is not added.
7171 */
72- public static final String BUILD = "07 " ;
72+ public static final String BUILD = "08 " ;
7373
7474 /**
7575 * This is the generic version string you should use when printing out the version. It is of
You can’t perform that action at this time.
0 commit comments