[
https://issues.apache.org/jira/browse/ARTEMIS-5282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17927107#comment-17927107
]
ASF subversion and git services commented on ARTEMIS-5282:
----------------------------------------------------------
Commit 5f83560229def44c1d55dcbaf9bdda284f5d7d8b in activemq-artemis's branch
refs/heads/main from Justin Bertram
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=5f83560229 ]
ARTEMIS-5282 remove deprecated queue-related methods
All but one QueueImpl constructor was deprecated years ago in
2efa44daf52994790737e21ee29ae830f8f0a12c. Since QueueImpl is an
internal implementation object (as the name suggests) these
constructors can be completely removed and didn't technically need to
be deprecated in the first place.
Furthermore, the methods from QueueFactoryImpl which use these
constructors were also deprecated in that same commit. Despite the fact
that there is a QueueFactory interface these objects are still for
internal use/implementation. Therefore, these deprecated methods can and
should be removed.
> Remove deprecated QueueImpl constructors
> ----------------------------------------
>
> Key: ARTEMIS-5282
> URL: https://issues.apache.org/jira/browse/ARTEMIS-5282
> Project: ActiveMQ Artemis
> Issue Type: Task
> Reporter: Justin Bertram
> Assignee: Justin Bertram
> Priority: Major
> Labels: pull-request-available
> Time Spent: 1h 50m
> Remaining Estimate: 0h
>
> All but one QueueImpl constructor was deprecated years ago in
> 2efa44daf52994790737e21ee29ae830f8f0a12c. Since QueueImpl was an internal
> implementation object (as the name suggests) these constructors can be
> completely removed and didn't technically need to be deprecated in the first
> place.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact