You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/06/23 19:29:08 UTC

[commons-jelly] 05/05: [jelly-tags] Throw a specialized RuntimeException instead of RuntimeException

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jelly.git

commit 8a32a662bd7bf4857d4ecbe0f74603c5ec4c85da
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Jun 23 15:28:58 2023 -0400

    [jelly-tags] Throw a specialized RuntimeException instead of
    RuntimeException
---
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e0ead26a..c63be777 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -49,7 +49,7 @@ The <action> type attribute can be add,update,fix,remove.
     <release version="1.1.0" date="YYYY-MM-DD" description="Java 8 required.">
       <!-- ADD -->
       <!-- FIX -->
-      <action type="fix" due-to="ggregory">Deprecate NestedRuntimeException for RuntimeException.</action>
+      <action type="fix" due-to="ggregory">Throw specialized RuntimeExceptions instead of plain RuntimeExceptions.</action>
       <action type="fix" due-to="ggregory">Deprecate NestedRuntimeException for RuntimeException.</action>
       <!-- UPDATE -->
       <action type="update" due-to="ggregory">Bump Java from 7 to 8.</action>