You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jb...@apache.org on 2022/12/15 19:01:37 UTC

[activemq-artemis] branch main updated (635ca1fbd6 -> cbd9f63a9d)

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

jbertram pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


    from 635ca1fbd6 ARTEMIS-3866 Move user preferences to the send message view
     add cbd9f63a9d ARTEMIS-4115 ArrayIndexOutOfBoundsException when dup cache size is 0

No new revisions were added by this update.

Summary of changes:
 .../deployers/impl/FileConfigurationParser.java    |  2 +-
 .../core/postoffice/impl/DuplicateIDCaches.java    | 13 +++-
 .../core/postoffice/impl/NoOpDuplicateIDCache.java | 77 +++++++++++++++++++++
 .../config/impl/FileConfigurationParserTest.java   | 12 ++++
 .../tests/integration/DuplicateDetectionTest.java  | 79 +++++++++++++++++++++-
 .../persistence/DuplicateCacheTest.java            | 18 +++++
 6 files changed, 194 insertions(+), 7 deletions(-)
 create mode 100644 artemis-server/src/main/java/org/apache/activemq/artemis/core/postoffice/impl/NoOpDuplicateIDCache.java