Clebert Suconic
8b3663e827
ARTEMIS-3538 Removing a few extra // ----- structural comments
2021-11-02 21:45:09 -04:00
Asukwo-comfort
923e4cc892
ARTEMIS-3538: Removing // --------- comments from the codebase
2021-11-02 21:44:12 -04:00
Justin Bertram
e41ec90a66
This closes #3833
2021-11-02 12:59:46 -05:00
Clebert Suconic
1d0c0a8897
ARTEMIS-3541 createQueue ignoring autoDeleteAddress flag
...
Commit 481b73c8ca
from ARTEMIS-3502
inadvertently broke this functionality. This commit restores the
original behavior.
autoDeleteAddress was renamed to forceAutoDeleteAddress which will ignore the address settings.
delete temporary queues will use forceAutoDeleteAddress=true.
this is done in collaboration with Justin Bertram
2021-11-02 08:56:15 -04:00
Domenico Francesco Bruscino
7988739f41
ARTEMIS-3543 Fix encrypted passwords in composite urls
2021-11-01 17:15:23 -04:00
Justin Bertram
f1004c8b94
ARTEMIS-2922 artemis-cli consumer on large message results in a ClassCastException
2021-11-01 17:14:16 -04:00
Robbie Gemmell
3f9de5fa30
ARTEMIS-3461: add some tests and resolve various issues spotted with the prior changes
...
- Avoid blowing up on string bodies of any size if the valueSizeLimit bits are configured to disable limit
- Dont NPE if amqp-value + binary body is sent without a content-type, as it always should be.
- Include expected prefix when adding delivery delay and ingress time annotations.
- Use the actual name for ingress time annotation, as with all other annotations.
- Use correct object type when testing equality with content-type value.
- Use consistent case for 'groupId' in different properties.
2021-11-01 17:08:15 -04:00
Robbie Gemmell
ea8fe11c6d
ARTEMIS-3363: add a couple of assertions for completeness (+fix deprecation warning)
2021-11-01 18:33:51 +00:00
Clebert Suconic
e37f2ac05e
This closes #3831
2021-11-01 09:46:19 -04:00
domson-tech
89253b8513
ARTEMIS-3547 remove first field to improve code
...
first field is not necessary here, only pos field can work.
So remove first here.
2021-11-01 09:35:10 -04:00
gtully
c6b85ea4e3
ARTEMIS-1925 - fix test regression - isHighAcceptPriority does not need to check for off_with_redistribution
2021-11-01 13:08:26 +00:00
gtully
1839461204
ARTEMIS-3489 - fix JdbcLeaseLockTest fails sporadically in CI
2021-11-01 09:35:39 +00:00
Justin Bertram
72f9087c68
This closes #3826
2021-10-29 13:34:29 -05:00
pahamala
a0c4cba7e1
ARTEMIS-3140 Extra options in LDAP login module
...
Adds support for extra configuration options to LDAP login module to
prepare for supporting any future/custom string configuration in LDAP
directory context creation.
Details:
- Changed LDAPLoginModule to pass any string configuration not
recognized by the module itself to the InitialDirContext contruction
environment.
- Changed the static LDAPLoginModule configuration key fields to an
enum to be able to loop through the specified keys (e.g. to filter out
the internal LDAPLoginModule configuration keys from the keys passed to
InitialDirContext).
- Few fixes for issues reported by static analysis tools.
- Tested that LDAP authentication with TLS+GSSAPI works against a
recent Windows AD server with Java
OpenJDK11U-jdk_x64_windows_hotspot_11.0.13_8 by setting the property
com.sun.jndi.ldap.tls.cbtype (see ARTEMIS-3140) in JAAS login.conf.
- Moved LDAPLoginModuleTest to the correct package to be able to
access LDAPLoginModule package privates from the test code.
- Added a test to LDAPLoginModuleTest for the task changes.
- Updated documentation to reflect the changes.
2021-10-29 12:19:30 -05:00
gtully
2167ac2e30
ARTEMIS-1925 - ensure OFF_WITH_REDISTRIBUTION behaves like OFF for initial routing
2021-10-29 13:37:17 +01:00
Domenico Francesco Bruscino
c54f335f62
NO-JIRA Fix console mutual ssl smoke test
2021-10-28 12:03:48 +02:00
Domenico Francesco Bruscino
14d20759e0
NO-JIRA Add console mutual ssl smoke test
2021-10-26 12:28:34 +02:00
Tiago Bueno
7791a268c8
ARTEMIS-3540 Fix SimpleSymmetricClusterTest.testSimpleRestartClusterConnection
...
add bridge connection verification after stop cluster connection
to wait for the bridge stop completely and avoid a failure
on stop/start cluster connection test
2021-10-26 12:27:44 +02:00
Andy Taylor
6622675848
ARTEMIS-3539 allow a single connection for MDB's
...
https://issues.apache.org/jira/browse/ARTEMIS-3539
2021-10-26 11:39:56 +02:00
Clebert Suconic
3191d0c929
ARTEMIS-3461 Fixing Typo on Creation Time
2021-10-21 15:34:18 -04:00
Domenico Francesco Bruscino
14f8e8d5ab
ARTEMIS-3363 Fix TransportConfiguration extraParams equals
2021-10-21 13:27:33 -04:00
Clebert Suconic
84ffa9b37a
This closes #3801
2021-10-21 13:21:24 -04:00
Clebert Suconic
fdc0cc591c
ARTEMIS-3523 Small tweaks into AddressControl delegation
2021-10-21 13:20:19 -04:00
nbrendah
ebf8adc72b
ARTEMIS-3523: Created delegated methods replay in addressControl
2021-10-21 13:20:06 -04:00
Robbie Gemmell
daf537a87a
ARTEMIS-3537: update to proton-j 0.33.10
2021-10-21 12:34:23 +01:00
Domenico Francesco Bruscino
5b33140323
ARTEMIS-3363 Fix TransportConfiguration extraProps encoding
2021-10-21 10:53:18 +01:00
Domenico Francesco Bruscino
dca3facb55
ARTEMIS-3495 Fix backup cluster controller connection loops
...
Skip backup connector equivalent to cluster connector for cluster connections.
2021-10-21 10:46:59 +01:00
Justin Bertram
6d52f20edd
ARTEMIS-3530 space in role list breaks user listing
2021-10-21 10:44:29 +01:00
Justin Bertram
b459fe5075
ARTEMIS-3528 only enable JVM debug options for 'run' command
2021-10-21 10:38:22 +01:00
Erwin Dondorp
524bc7bd71
ARTEMIS-3531 after review comment from gtully
2021-10-21 10:36:40 +01:00
Erwin Dondorp
99ed1a7056
ARTEMIS-3531 added documentation for address-setting "management-message-attribute-size-limit"
2021-10-21 10:36:40 +01:00
gtully
925ceadffa
ARTEMIS-3433 - allow null return and throw error only startup usage paths
2021-10-21 10:35:43 +01:00
Robbie Gemmell
6bd76386f1
NO-JIRA: enable optional modules during release, get their version updated and are tagged as such. Refresh release docs.
2021-10-20 14:38:56 +01:00
gtully
1ef059db2b
ARTEMIS-3533, ARTEMIS-3308 - doc extra params and large messages for federation
2021-10-20 10:02:31 +01:00
gtully
3259791bbb
ARTEMIS-3533 - respect extra url parameters from federation connector-ref
2021-10-20 09:44:21 +01:00
gtully
cf85d35355
ARTEMIS-3308 - support federation of large messages
2021-10-20 09:43:11 +01:00
Clebert Suconic
1db3ae1dc0
ARTEMIS-3529 Fixing integration tests after Web Console Parsing of Large Messages
2021-10-19 23:00:51 -04:00
Clebert Suconic
54418dfcaf
ARTEMIS-3529 Fixing test and tweaks on properties
2021-10-19 17:43:01 -04:00
Clebert Suconic
6bb4aa7a10
ARTEMIS-3529 Moving addItem from AMQP and Core into upper class
2021-10-17 20:06:51 -04:00
Clebert Suconic
a833d95c1f
ARTEMIS-3461 Generalize MBean Support on Messages and avoid converstion to core on AMQP Messages on console browsing
...
Done in collaboration with Erwin Dondorp through https://github.com/apache/activemq-artemis/pull/3794/
2021-10-17 11:25:27 -04:00
Clebert Suconic
fd12209488
ARTEMIS-3529 Tweaks on test - Removing AssertionLogger and reformat
2021-10-13 19:14:45 -04:00
Clebert Suconic
1d84800d5a
ARTEMIS-3529 Expire should not reject messages from duplicateID
2021-10-13 19:11:40 -04:00
gtully
df2c4e80e4
Revert "ARTEMIS-3221 - revert changes to artemis-openwire-client feature, it is not jakarta ready"
...
This reverts commit 6e888be70a
.
2021-10-13 17:36:45 +01:00
Robbie Gemmell
84b0c1118b
NO-JIRA: update GHA cache config to workaorund broken exclusions, tweak excludes, skip cache for tags
...
include token pom change to prod creation of a new cache
2021-10-13 15:43:17 +01:00
Clebert Suconic
2383aa0125
ARTEMIS-3525 Empty Auto Created queues should be removed on restart
2021-10-12 12:54:48 -04:00
Clebert Suconic
e86acc977b
NO-JIRA fixing intermittent test failure
2021-10-12 12:06:26 -04:00
gtully
6e888be70a
ARTEMIS-3221 - revert changes to artemis-openwire-client feature, it is not jakarta ready
2021-10-12 17:03:20 +01:00
gtully
3c031eb7ad
update to current dependency
2021-10-12 14:07:10 +01:00
gtully
2864006693
ARTEMIS-3515 - add to release profile such that versions get updated with the release process
2021-10-12 10:51:13 +01:00
gtully
6f4c609ee0
ARTEMIS-3496 - add test to verify no reconnect on locators - mokito based and quite involved
2021-10-12 10:14:30 +01:00