Domenico Francesco Bruscino
55452213a7
ARTEMIS-4335 Upgrade bcprov to bcprov-jdk18on:1.75 in security-ldap
2023-07-03 11:22:47 +01:00
Domenico Francesco Bruscino
fef7c147eb
ARTEMIS-4336 Upgrade mockserver version to 5.15.0
2023-06-27 17:39:41 +01:00
Domenico Francesco Bruscino
247263c12c
ARTEMIS-4335 Upgrade bcprov to bcprov-jdk18on:1.75
2023-06-27 17:39:41 +01:00
Justin Bertram
b82419634a
ARTEMIS-4328 add timeout to test which can hang
...
`org.apache.activemq.artemis.core.server.embedded.MainTest` expects the
broker to throw a `java.io.IOException` when it is started due to its
inability to find the file app/data/server.lock. However, if that files
just happens to exist then the test will simply hang indefinitely. This
commit adds a timeout to avoid hanging.
2023-06-26 12:12:59 +01:00
Robbie Gemmell
e59fb0233e
ARTEMIS-4334: move artemis-website into the release profile since it now does nothing outwith it
2023-06-26 11:30:58 +01:00
Robbie Gemmell
4e9f5fd3aa
ARTEMIS-4334: update assembly scripts handling, exclude some that can be generated earlier by artemis-website build
2023-06-26 11:30:21 +01:00
Robbie Gemmell
db18db6a7f
ARTEMIS-4334: remove old assembly placeholder content+build from artemis-website, the assembly no longer uses the module
2023-06-26 11:29:05 +01:00
iamgd67
e15bc1b35f
NO-JIRA: fix typos/wording in key-differences.md and authentication.md
...
This closes #4525
2023-06-26 09:56:23 +01:00
Domenico Francesco Bruscino
137e1ed52d
ARTEMIS-4333 Document web SNI settings
2023-06-26 09:48:02 +01:00
Robbie Gemmell
57602a94ff
ARTEMIS-4329: use standard location for RAT check output
2023-06-23 15:25:13 +01:00
Gary Tully
a76e9f81d2
Revert "ARTEMIS-4314 Small Tweak: using executor directly if no delay"
...
This reverts commit c6a82ff95e
.
2023-06-22 15:40:45 +01:00
Justin Bertram
a6fea084ed
ARTEMIS-4323 upgrade to Apache parent 30
2023-06-22 13:42:24 +01:00
Justin Bertram
950040b62b
ARTEMIS-4322 BundleFactory should use PrivilegedAction
2023-06-22 09:35:05 +01:00
Justin Bertram
dc4bf953e3
ARTEMIS-4319 mitigate NPE in paging log statement
...
Also improves the wording of some several related statements.
2023-06-21 17:42:45 +01:00
Robbie Gemmell
7ff5f47008
ARTEMIS-4321: upgrade Guava to 32.0.1-jre
2023-06-21 16:11:37 +01:00
Justin Bertram
3db540c61b
ARTEMIS-4315 incorrect validation for page-limit settings
2023-06-21 14:08:20 +01:00
Justin Bertram
2de12d211c
ARTEMIS-4321 upgrade Guava to 32.0.0-jre
2023-06-21 10:16:10 +02:00
Justin Bertram
b440c2a3aa
ARTEMIS-4320 upgrade Netty to 4.1.94.Final
2023-06-21 10:15:23 +02:00
Justin Bertram
69ae79ad84
ARTEMIS-4277 upgrade checkstyle
2023-06-20 18:04:05 +01:00
Justin Bertram
b316272e14
ARTEMIS-4311 fix typo
2023-06-20 17:50:19 +01:00
Justin Bertram
42c93fc7d2
ARTEMIS-4316 fix example doc formatting
...
This commit also updates the artifact used to generate the HTML from the
MarkDown as the existing artifact is now defunct.
2023-06-20 18:05:41 +02:00
Justin Bertram
0521f47a1f
Improve readability of TypedProperties toString
2023-06-19 09:53:39 -05:00
Clebert Suconic
c6a82ff95e
ARTEMIS-4314 Small Tweak: using executor directly if no delay
2023-06-16 17:20:26 -07:00
Gary Tully
9b5dbf4265
ARTEMIS-4314 - fix typo in doc
2023-06-16 15:55:38 +01:00
Gary Tully
a8b4ee1992
ARTEMIS-4314 support queue federation batchOnCapacity via consumerWindowSize=0
2023-06-16 15:44:51 +01:00
Alexey Markevich
d00b9ad014
NO-JIRA artemis-core-client: minor SecurityFormatter improvement
2023-06-15 17:00:53 -05:00
Clebert Suconic
ae554b43db
[maven-release-plugin] prepare for next development iteration
2023-06-14 18:20:58 -04:00
Clebert Suconic
2be5c54cd0
[maven-release-plugin] prepare release 2.29.0
2023-06-14 18:20:45 -04:00
Clebert Suconic
1fe3a9fb6e
2.29.0 release notes update
2023-06-14 18:12:06 -04:00
Clebert Suconic
1e356eb27c
This closes #4383
2023-06-14 17:21:38 -04:00
a181321
0f4982913f
ARTEMIS-4185 Resending compressed message uncompressed throws exception in consumer
2023-06-14 17:08:40 -04:00
Clebert Suconic
ef3a91bdfb
ARTEMIS-4313 Retry Bridge when destination full and configured to FAIL
2023-06-14 14:06:35 -07:00
Clebert Suconic
5722206e92
This closes #4506
2023-06-14 11:21:24 -04:00
Justin Bertram
3ff8419a4b
ARTEMIS-4312 dupes w/redistribution and multicast
...
Multiple multicast queues on the same address can lead to duplicate
messages during redistribution in a cluster.
2023-06-14 11:19:56 -04:00
a181321
582a689cdb
ARTEMIS-4186 Ability to set compressionLevel for compressLargeMessages
2023-06-14 04:42:38 -07:00
five-iron
600799de30
ARTEMIS-4303 Fix windows service
...
When installing artemis on windows as a service, if your chosen
installation path contained a space, then an extra escape
character (%) was being inserted in the generated
artemis-service.xml, causing the service to fail to start.
This fix changes the value of ARTEMIS_INSTANCE_ETC_URI in that file
from "artemis.instance.etc.uri.windows" to "artemis.instance.etc.uri"
to get rid of that unnecessary escape character.
2023-06-13 08:24:39 -07:00
Domenico Francesco Bruscino
bd3c057559
ARTEMIS-4251 Support CORE client failover to other live servers
...
Improve the CORE client failover connecting to other live servers when all
reconnect attempts fails, i.e. in a cluster composed of 2 live servers,
when the server to which the CORE client is connected goes down the CORE
client should reconnect its sessions to the other liver broker.
2023-06-13 08:24:02 -07:00
Peter Brady
2f5463c960
ARTEMIS-4309 Read all bytes of compressed objmsg
...
Continually read from the compressed byte[] into
the decompressed object
Add test to validate large (>1024 bytes) compressed data can be
deserialized properly
2023-06-13 05:50:37 -07:00
Justin Bertram
c96a074b53
ARTEMIS-4292 support more Micrometer system metrics
...
This commit exposes Micrometer's system metrics for:
- file descriptors
- processor
- uptime
2023-06-13 04:58:59 -07:00
Clebert Suconic
4a202bccfe
ARTEMIS-4308 Allowing individual DatabasePagingTest tests, also adding postgres to the list
2023-06-13 04:55:30 -07:00
Clebert Suconic
b61ec81656
ARTEMIS-4308 Adding Soak tests for Paging and JDBC
...
I am also allowing optionally testing with mysql.
The CLI maven plugin is creating a server and downloading the JDBC jar directly into the ./server/lib folder.
Notice this is a test dependency only and it will be used only if mysql is set to true.
2023-06-09 09:48:22 -07:00
Clebert Suconic
484934b0f5
NO-JIRA ArtemisDependencyScanPlugin not working with targetDirectory
2023-06-09 08:57:08 -04:00
Clebert Suconic
e9b5931227
ARTEMIS-4278 Removing System.out left by accident
2023-06-09 08:50:11 -04:00
Clebert Suconic
cea9ff6667
ARTEMIS-4259 JMS consumer + FQQN + selector not working
...
co-authored with Justin Bertram
2023-06-07 15:15:21 -07:00
Clebert Suconic
f03b775ac5
NO-JIRA fixing intermittent test failure
2023-06-07 18:10:42 -04:00
Clebert Suconic
6e36be67ae
ARTEMIS-4302 Renaming JournalTransactionForget as JournalTransactionForgetTest
...
Renaming JournalTransactionForgetTest so it is picked by maven plugin test filter.
As I'm fixing JournalTransactionForget test I also found an older test in the same situation and I'm fixing that one as well
2023-06-07 10:38:34 -04:00
Clebert Suconic
7c46b303b1
ARTEMIS-4302 NPE on JournalTransaction::forget
2023-06-02 07:08:50 -07:00
Domenico Francesco Bruscino
5553b6264c
ARTEMIS-4299 Exclude unused json-smart dependency
2023-06-01 14:20:59 +02:00
Clebert Suconic
2ef43a0be1
Revert "ARTEMIS-4299 Upgrade json-smart to 2.4.11"
...
This reverts commit d943213cae
.
This is being reverted until the build could be fixed.
2023-05-31 18:49:56 -04:00
Justin Bertram
c4501f6793
ARTEMIS-4294 support text-encoded WebSocket frames
2023-05-31 16:34:02 -05:00