[ 
https://issues.apache.org/jira/browse/DERBY-6824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14623884#comment-14623884
 ] 

ASF subversion and git services commented on DERBY-6824:
--------------------------------------------------------

Commit 1690482 from [~bryanpendleton] in branch 'code/trunk'
[ https://svn.apache.org/r1690482 ]

DERBY-6824: Move ShutdownException into shared code area

For reasons similar to those described in DERBY-4669, the new code in
o.a.d.shared.common.error is designed to be able to be present in multiple
jar files (e.g., in both derby.jar and in derbyclient.jar), so it needs
to be unsealed to avoid sealing violations when that occurs.

Marked the package unsealed.

> Move ShutdownException into shared code area
> --------------------------------------------
>
>                 Key: DERBY-6824
>                 URL: https://issues.apache.org/jira/browse/DERBY-6824
>             Project: Derby
>          Issue Type: Sub-task
>          Components: Miscellaneous
>            Reporter: Bryan Pendleton
>            Assignee: Bryan Pendleton
>            Priority: Minor
>             Fix For: 10.12.0.0
>
>         Attachments: refactor.diff
>
>
> We would like to refactor MessageService.getLocalizedMessage()
> so that it resides as part of the new MessageUtils class in the
> shared library.
> However, MessageService.getLocalizedMessage() currently has
> a hard dependency on o.a.d.iapi.error.ShutdownException.
> This subtask proposes to move ShutdownException to
> o.a.d.shared.common.error.ShutdownException, so that it
> can be used by new error-handling code in the shared library
> in addition to being used in the engine code.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to