Clebert Suconic
cffc06aec8
NO-JIRA Fixing intermittent failure in PagingTest
2022-10-23 12:16:23 -04:00
Clebert Suconic
c199902cde
NO-JIRA Fixing intermittent failure in PagingTest
...
receiveImmediate will issue a depage but it might not be available right away.
A retry needs to be done.
2022-10-23 12:11:53 -04:00
Robbie Gemmell
e1903bf67c
ARTEMIS-4068: skip the 'default' subset of tests run twice during release steps
...
They, and many more, are also run in CI during the process, so its largely redundant.
2022-10-21 17:04:07 +01:00
Robbie Gemmell
d286339a84
ARTEMIS-4067: remove unused/stale site distributionManagement settings
2022-10-21 16:57:12 +01:00
Robbie Gemmell
669bdc3a12
ARTEMIS-4062: update to Mockito 4.8.0
2022-10-20 15:59:49 +01:00
Robbie Gemmell
b8148e6358
ARTEMIS-4063: update to jacoco 0.8.8
2022-10-20 15:59:25 +01:00
Robbie Gemmell
16ef6855af
ARTEMIS-4060: update commons-text transitive dep to 1.10.0
2022-10-19 17:52:12 +01:00
Robbie Gemmell
cd6a895c38
ARTEMIS-4061: have simplest protocol modules use the jar plugin for packaging, picks up the project.build.outputTimestamp
2022-10-19 17:32:15 +01:00
Robbie Gemmell
7bd67d2eb5
ARTEMIS-4061: update maven-bundle-plugin to 5.1.8
2022-10-19 17:32:15 +01:00
Robbie Gemmell
75ce36cdbe
This closes #4259
2022-10-19 10:09:55 +01:00
Justin Bertram
9138cc86ca
ARTEMIS-4049 user add fails w/space in broker path
...
This problem was originally discovered on Windows, but the problem
occurs on *nix as well.
2022-10-19 10:09:33 +01:00
Clebert Suconic
51c50d8546
ARTEMIS-4056 Fixing compatibility with getFirstMessage()
...
if Empty the previous method was returning new Map[1] and the JSON output would be slightly different and I am playing safe here just in case.
2022-10-18 13:49:32 -04:00
Clebert Suconic
77ad2b0bc0
ARTEMIS-4056 Expanding nextPage check into isDeleted
2022-10-18 11:51:47 -04:00
Clebert Suconic
b388a24b26
ARTEMIS-4056 Paging Management optimizations
...
- optimize startup time on paging (check-depage on startup)
- otpimize getNextPage() on complete pages
- optimize getFirstMessage() and paging. (avoid iterator usage)
2022-10-18 10:45:55 -04:00
Robbie Gemmell
fbc6dd066b
ARTEMIS-4020: add Log4j as a test dep in some modules with no SLF4J impl, supressing noop fallback+warning
2022-10-18 12:43:37 +01:00
Robbie Gemmell
f17d975138
ARTEMIS-4039: Update to jackson-databind 2.13.4.2
2022-10-18 11:02:29 +01:00
Robbie Gemmell
ffc155f910
ARTEMIS-4055: update to apache parent 27, stop overriding some plugin versions, align others, override checksum config as appropriate
2022-10-18 10:50:22 +01:00
Domenico Francesco Bruscino
8583288603
ARTEMIS-4057 Fix backup last OOME heap dump on Windows
2022-10-18 08:49:31 +02:00
Robbie Gemmell
a6e69aaccf
ARTEMIS-4054: have release plugin autoVersionSubmodules, and configure the tagNameFormat to simplify setting release tag
2022-10-17 15:45:01 +01:00
Robbie Gemmell
d6ec80d8f1
ARTEMIS-4053: ensure scm tag ref reflects it is currently non-release, using HEAD, rather than incorrectly having release version 2.19.0
2022-10-17 12:56:14 +01:00
Robbie Gemmell
8c209adc99
ARTEMIS 4007: tweak javadoc to stop build failure with newer javadoc plugin
2022-10-17 11:06:48 +01:00
Clebert Suconic
e1e728a28e
NO-JIRA Debug statement on paging manager
2022-10-16 02:02:19 -04:00
Clebert Suconic
10a93f9203
NO-JIRA log.debug on a test
2022-10-15 00:24:19 -04:00
Clebert Suconic
0275efff29
NO-JIRA Fixing Junit Helpr methods errorprone issue in MegaCleanerPagingTest
2022-10-15 00:15:09 -04:00
Clebert Suconic
3f63e6be82
NO-JIRA Adding a test to validating paging reload
...
no issues found as part of this test. Just adding a new test.
2022-10-14 16:31:37 -04:00
Clebert Suconic
52c45f5aec
ARTEMIS-4025 Fixing JSon transient attribute after serialization copy
2022-10-14 15:42:42 -04:00
Clebert Suconic
ec00def02b
ARTEMIS-4025 Fixing testsuite by adding json missing dependencies
2022-10-14 15:42:42 -04:00
Clebert Suconic
5a1dfdeb10
ARTEMIS-4041 Fixing tests on CriticalIOException
2022-10-14 10:33:36 -04:00
Gary Tully
3b981b3920
ARTEMIS-4028 - add alder32 checksum to the status of properties files read by the broker
2022-10-13 18:23:09 +01:00
Gary Tully
03ef286cc8
ARTEMIS-4025 - trap failure to apply properties as errors and report via the broker status in a configuration/properties/errors status field
2022-10-13 18:23:09 +01:00
Timothy Bish
b900a1e4bd
ARTEMIS-4020 Standardize the naming of Logger types for consistency
...
Attempt to standardize all Logger declaration to a singular variable name
which makes the code more consistent and make finding usages of loggers in
the code a bit easier.
2022-10-13 12:40:45 -04:00
Robbie Gemmell
2dc0ea1a0c
This closes #4255
2022-10-13 17:34:11 +01:00
Justin Bertram
ea04426bcd
ARTEMIS-4037 refactor MQTTRetainMessageManagerTest
...
Commit 5a42de5fa6
called my attention to
this test. It really needs to be refactored because:
- It belongs in the integration-tests module rather than the MQTT
protocol module.
- It is using a lot of non-standard components (e.g.
EmbeddedJMSResource, Awaitility, etc.).
- It is overly complicated (e.g. using its own MqttClientService).
This commit resolves all those problems. The new implementation is quite
a bit different but still equivalent. I reverted the original fix from
ARTEMIS-2476 and the test still fails.
2022-10-13 17:33:43 +01:00
Justin Bertram
d968f0c901
This closes #4231
2022-10-13 11:32:26 -05:00
Johannes Edmeier
9a44d3e0ea
ARTEMIS-4013 proper cxn unwrap in PostgresLargeObjectManager
2022-10-13 11:31:48 -05:00
Justin Bertram
f0ecf6bc89
NO-JIRA fix AMQP acceptor property typo
2022-10-13 11:23:51 -05:00
Justin Bertram
896537700a
This closes #4254
2022-10-13 11:20:01 -05:00
Gary Tully
8a6e29ccde
ARTEMIS-4042 - read sensitive string codec env var if system property is not set
2022-10-13 11:20:01 -05:00
Justin Bertram
a7bbe3c1fb
This closes #4249
2022-10-13 10:36:38 -05:00
Justin Bertram
0ab098e456
ARTEMIS-4035 all consumers of federated queue drop if only one consumer drops
2022-10-13 10:36:38 -05:00
Robbie Gemmell
8cba446e2b
ARTEMIS-4048: stop -all client modules needlessly grabbing their own -SNAPSHOT sources during build
...
- Always produce the original basically-empty sources jar for the
module, before the shading, meaning its always available.
- Do the same for the main jar, to avoid the shading operating on a
previously-shaded renamed output from a prior run if not cleaning.
2022-10-13 13:06:09 +01:00
Clebert Suconic
7b2f7e1707
ARTEMIS-4041 Fixing NPE on SequentialFileFactory after the CriticalIO change
2022-10-12 17:03:13 -04:00
Clebert Suconic
49d33470f9
ARTEMIS-4041 Improve critical IO reporting
2022-10-12 10:50:33 -04:00
Robbie Gemmell
b604545a3c
ARTEMIS-4043: remove other doc snippets linking to previously-removed rest.md file, also update URL to point to referenced version
2022-10-12 15:15:29 +01:00
Clebert Suconic
e951ce67ca
NO-JIRA small tweak on javadoc
2022-10-11 15:42:43 -04:00
Justin Bertram
5343c97c7d
ARTEMIS-4022 add auto-delete queue attribute to management
2022-10-11 13:16:46 -04:00
Justin Bertram
5cf84bffbe
NO-JIRA restore commons-codec dependency; remove REST property
2022-10-11 11:10:11 -05:00
Robbie Gemmell
716d5ae659
This closes #4252
2022-10-11 16:58:13 +01:00
Domenico Francesco Bruscino
5a42de5fa6
ARTEMIS-4037 Use random alphanumeric strings for MQTTRetainMessageManagerTest
2022-10-11 16:57:57 +01:00
Justin Bertram
4a0bca3f64
NO-JIRA remove missed dependency from ARTEMIS-3137
2022-10-11 10:52:33 -05:00