Federico Valeri
8cf35385a4
ARTEMIS-2608 Fix ClassCastException on binary properties conversion
2020-03-27 13:12:57 -04:00
Clebert Suconic
ddb67ccdb1
ARTEMIS-1975 Fixing deadlock after error processing
2020-03-26 16:07:18 -04:00
Clebert Suconic
6d2b17d23a
NO-JIRA Improving SoakPagingTest
2020-03-26 14:38:57 -04:00
Clebert Suconic
3d5bd38d07
This closes #3051
2020-03-25 21:54:46 -04:00
Clebert Suconic
ca50b3449e
ARTEMIS-1975 Removing ThreadLocal for StorageManager
2020-03-25 21:54:46 -04:00
Clebert Suconic
31e71ba905
This closes #3046
2020-03-25 16:43:38 -04:00
Justin Bertram
fdfe3ba3fa
ARTEMIS-2679 deprecate message-expiry-thread-priority
...
Due to the changes in 6b5fff40cb
the
config parameter message-expiry-thread-priority is no longer needed. The
code now uses a ScheduledExecutorService and a thread pool rather than
dedicating a thread 100% to the expiry scanner. The pool's size can be
controlled via scheduled-thread-pool-max-size.
2020-03-25 16:43:38 -04:00
Clebert Suconic
5d6a534f99
This closes #3050
2020-03-25 16:40:53 -04:00
Justin Bertram
d0afa6a7e6
NO-JIRA remove stale notification property
...
This appears to have been added to the code-base by mistake over 10
years ago. It seems related to debugging and I can't see anywhere where
it is actually used so I'm removing it.
2020-03-25 16:40:53 -04:00
Clebert Suconic
e01ba095c1
This closes #3048
2020-03-25 16:16:05 -04:00
Clebert Suconic
03fb630f73
ARTEMIS-1975 Fixing LargeMessage encoding for replication
2020-03-25 16:16:05 -04:00
Justin Bertram
b9fa8b96ec
NO-JIRA fix failing MQTT test
...
I've seen o.a.a.a.c.p.m.MQTTRetainMessageManagerTest fail a handful of
times recently in PR builds. This change fixes that failure.
2020-03-25 11:11:52 -05:00
Clebert Suconic
31e72c6cbb
NO-JIRA Adding timeout into AmqpReplicatedLargeMessageTest
2020-03-24 23:05:23 -04:00
Clebert Suconic
a4489a322e
ARTEMIS-1975 Moving encode cache towards AMQPLargeMessage
...
Using a property on AMQPLargeMessage instead of a ThreadLocal
This was causing issues on the journal as the message may transverse different threads on the journal.
2020-03-24 18:22:59 -04:00
Clebert Suconic
31c945f8b0
ARTEMIS-1975 Fixing encodesize cached on AMQP Large Message
...
Encoding ahead is broken with AMQP Large Message
This is still part of ARTEMIS-1975
2020-03-24 15:51:46 -04:00
Justin Bertram
265c8f054d
This closes #3042
2020-03-24 09:32:47 -05:00
Benjamin Graf
4b49b3f371
ARTEMIS-975: Add transactional records to deletedRecords to check for committed transactions that also hold references to
2020-03-24 09:32:47 -05:00
Clebert Suconic
489e6b38e0
This closes #3041
2020-03-23 20:03:00 -04:00
Clebert Suconic
f874a02d17
ARTEMIS-2673 PageStore should only be removed when Address is removed
...
& ARTEMIS-2674 AMQP should use a separate executor for IO
2020-03-23 20:02:17 -04:00
Clebert Suconic
b6e24ba56c
This closes #3038
2020-03-23 17:02:38 -04:00
Justin Bertram
3107535a32
ARTEMIS-2671 NPE in LDAP security plugin listener
...
To get the name of the destination use the relative Rdn position rather than a
strict match of "uid". Also, improve logging.
2020-03-23 17:02:38 -04:00
Clebert Suconic
1eeb06270d
This closes #3037
2020-03-23 17:02:09 -04:00
Chandra Shekhar
8eaaefb4b7
removed flag ' -l qpidtypes' from proton-cpp example
2020-03-23 17:02:09 -04:00
Clebert Suconic
17e3b50410
This closes #3034
2020-03-23 16:55:42 -04:00
Justin Bertram
402dda2161
ARTEMIS-2667 NPE w/clearing non-durable dupl ID cache
2020-03-23 16:55:42 -04:00
Justin Bertram
b0b6734b39
This closes #3040
2020-03-23 15:06:30 -05:00
Benjamin Graf
2645f3df46
NO-JIRA: Fix small typo in variable name and toString representation
2020-03-23 15:06:30 -05:00
Justin Bertram
6b6578a74a
This closes #3035
2020-03-23 14:09:35 -05:00
Benjamin Graf
f0b6e51959
ARTEMIS-2668: Fix several format String definitions
2020-03-23 14:09:35 -05:00
Clebert Suconic
f44803deaa
This closes #3036
2020-03-22 17:46:37 -04:00
Francesco Nigro
085a74cf06
ARTEMIS-2669 not durable AMQP messages cannot became durable on depaging
2020-03-22 17:46:37 -04:00
Clebert Suconic
f94a0113c3
This closes #3039
2020-03-20 22:29:11 -04:00
Clebert Suconic
559fa2008d
ARTEMIS-2672 multi-thread isue with Shared Subscriptions
...
Some of them may throw queue already existed exception
2020-03-20 21:26:45 -04:00
Clebert Suconic
bdbce09fba
This closes #3032
2020-03-18 14:43:19 -04:00
Justin Bertram
99d9948e50
ARTEMIS-2663 add test for customizer
2020-03-18 14:43:19 -04:00
Clebert Suconic
727af5b6d8
This closes #3026
2020-03-18 12:04:50 -04:00
Clebert Suconic
7bf8bcc7fe
ARTEMIS-2662 Make Page to be resilient to invalid position
...
in case of an invalid position on getMessage, it should instead of runtimeException
be more resilient and fix itself.
2020-03-18 12:04:50 -04:00
Clebert Suconic
33e841cd7a
This closes #3031
2020-03-18 11:51:58 -04:00
Michael Pearce
f1fdfc6857
ARTEMIS-2665 AMQP use createSharedQueue like Core
2020-03-18 11:51:58 -04:00
Justin Bertram
5a52aa22a6
This closes #3022
2020-03-18 10:01:41 -05:00
brusdev
af72c008ff
ARTEMIS-2663 Add customizer support for the embedded web server
2020-03-18 10:01:41 -05:00
Clebert Suconic
d5104656f9
This closes #2984
2020-03-17 16:30:12 -04:00
Francesco Nigro
a5bd0065a9
ARTEMIS-2617 Fixing KMPNeedle::searchInto API and specializing it
...
KMPNeedle::searchInto has been specialized and copied
to handle ReadableBuffer in order to save polymorphic
calls on it that would make it slower on hot paths.
2020-03-17 16:30:12 -04:00
Clebert Suconic
04572f9915
This closes #3027
2020-03-17 16:23:05 -04:00
brusdev
974a80002a
NO-JIRA Fixing GeneralInteropTest stability
2020-03-17 16:23:05 -04:00
Clebert Suconic
9ba0621124
This closes #3028
2020-03-17 16:03:22 -04:00
Justin Bertram
2eae280a9f
ARTEMIS-2576 fix possible NPE for auth failure
2020-03-17 14:26:34 -05:00
Clebert Suconic
9bce7ae81b
This closes #3014
2020-03-17 14:09:06 -04:00
Robbie Gemmell
e5e645a82d
update to proton-j 0.33.3 and qpid-jms 0.50.0
2020-03-17 14:09:06 -04:00
Clebert Suconic
64a84805fb
This closes #3024
2020-03-17 14:08:20 -04:00