Jean-Baptiste Onofré
5a16145c32
Merge pull request #727 from ViliusS/security/fix-web-console-access
...
[Security] Fix user permissions in web console
2022-01-19 17:47:41 +01:00
Jean-Baptiste Onofré
857e5fa649
Merge pull request #678 from jbonofre/AMQ-7351
...
[AMQ-7351] Upgrade to Apache POM 24
2022-01-18 14:19:08 +01:00
jbonofre
53a69abe5e
[AMQ-7351] Upgrade to Apache POM 24
2022-01-17 18:47:54 +01:00
Jean-Baptiste Onofré
546df47295
Merge pull request #402 from jbonofre/AMQ-7325
...
[AMQ-7325] Upgrade to Derby 10.15.2.0
2022-01-17 18:33:14 +01:00
Jean-Baptiste Onofré
ee21925c08
[AMQ-7325] Upgrade to Derby 10.15.2.0
2022-01-17 16:29:53 +01:00
Jean-Baptiste Onofré
de563e76ce
Merge pull request #738 from mattrpav/AMQ-8341
...
[AMQ-8341] Remove FTP Blob strategy
2022-01-15 07:01:25 +01:00
Jean-Baptiste Onofré
4ddb4ae6c6
Merge pull request #741 from mattrpav/AMQ-8443
...
[AMQ-8443] Allow reconnect command to work
2022-01-15 06:58:48 +01:00
Jean-Baptiste Onofré
0508c22481
Merge pull request #742 from mattrpav/AMQ-8053
...
[AMQ-8053] Do not override JMSXUserID over network connections
2022-01-15 06:47:48 +01:00
Jean-Baptiste Onofré
8fd13a349f
Merge pull request #740 from jbonofre/AMQ-8252
...
[AMQ-8252] Introduce stackTraceEnabled flag on transport connector
2022-01-15 06:46:00 +01:00
Jean-Baptiste Onofré
ba98a39cef
Merge pull request #739 from jbonofre/AMQ-8425
...
[AMQ-8425] Get process from any user in bin/activemq script
2022-01-15 06:43:08 +01:00
Jean-Baptiste Onofré
2f96b4a60c
[AMQ-8252] Introduce stackTraceEnabled flag on transport connector to define if the stack trace should be displayed or not in case of WARN messages
2022-01-14 11:37:44 +01:00
Jean-Baptiste Onofré
c246e0926c
[AMQ-8425] Get process from any user in bin/activemq script
2022-01-14 11:37:12 +01:00
Jean-Baptiste Onofré
ff134fd135
[AMQ-8456] Fix unit test compilation
2022-01-12 20:36:29 +01:00
Matt Pavlovich
2e784d07be
[AMQ-8341] Remove FTP Blob strategy
...
- Remove commons-net dependency
2022-01-12 11:05:43 -06:00
Matt Pavlovich
bc9ff5a09f
[AMQ-8443] Allow reconnect command to work
2022-01-12 11:05:17 -06:00
Matt Pavlovich
bec734a133
[AMQ-8043] Do not override JMSXUserID when message comes across network connector
2022-01-12 09:00:20 -06:00
Jean-Baptiste Onofré
0585a2998d
Merge pull request #744 from jbonofre/AMQ-8445
...
[AMQ-8445] Fix SSLParameters set in the SSL transport
2022-01-12 11:19:52 +01:00
Jean-Baptiste Onofré
c2e2c818b5
[AMQ-8445] Fix SSLParameters set in the SSL transport
2022-01-12 08:48:00 +01:00
Matt Pavlovich
05426d637c
[AMQ-8397] Add a destination option to sendDuplicateFromStoreToDLQ ( #724 )
...
- Default 'true' to match existing behavior
- Added counter to DestinationView
2021-12-20 08:38:32 -06:00
Matt Pavlovich
b196e9a88a
[AMQ-8400] Add synchronization handling for Transaction to prevent CME ( #720 )
2021-12-20 08:37:56 -06:00
Matt Pavlovich
ee768a28d6
[AMQ-8413] Add remoteUserName and remotePassword config fields to network connector ( #725 )
2021-12-20 08:36:56 -06:00
Jean-Baptiste Onofré
f709221d91
Merge pull request #734 from jbonofre/AMQ-8405
...
[AMQ-8405] Upgrade to ASM 9.2
2021-12-20 06:05:20 +01:00
Jean-Baptiste Onofré
e881e0cb21
Merge pull request #735 from jbonofre/AMQ-8404
...
[AMQ-8404] Upgrade to jackson 2.13.0
2021-12-20 06:03:27 +01:00
Jean-Baptiste Onofré
18b231bf9f
Merge pull request #711 from jgallimore/AMQ-8275
...
AMQ-8275 - Java 16 SSL - reflection warning
2021-12-19 08:01:05 +01:00
Jean-Baptiste Onofré
f11e49b9b7
[AMQ-8405] Upgrade to ASM 9.2
2021-12-19 07:48:27 +01:00
Jean-Baptiste Onofré
0f62ec0fec
[AMQ-8404] Upgrade to jackson 2.13.0
2021-12-19 07:48:03 +01:00
Jean-Baptiste Onofré
8a2e8c5e41
Merge pull request #737 from jbonofre/AMQ-8439
...
[AMQ-8439] Exclude camel.xml from assembly validateExampleConfig test
2021-12-19 07:45:55 +01:00
Jean-Baptiste Onofré
359b410ffd
[AMQ-8439] Exclude camel.xml from assembly validateExampleConfig test
2021-12-18 05:57:24 +01:00
Jean-Baptiste Onofré
344055963d
Merge pull request #732 from jbonofre/AMQ-8429
...
[AMQ-8429] Upgrade to Spring 5.3.13
2021-12-16 13:54:03 +01:00
Jean-Baptiste Onofré
3c699dec94
Merge pull request #733 from jbonofre/AMQ-8428
...
[AMQ-8428] Upgrade to httpcore 4.4.15
2021-12-16 13:52:56 +01:00
Jean-Baptiste Onofré
a965c2e8da
[AMQ-8428] Upgrade to httpcore 4.4.15
2021-12-10 09:47:30 +01:00
Jean-Baptiste Onofré
5cbdb8b30e
[AMQ-8429] Upgrade to Spring 5.3.13
2021-12-10 09:14:52 +01:00
Lucas Tétreault
60859b0b7f
Use B+ Tree iterator instead of DFS to find scheduled jobs to be executed
2021-11-24 01:06:47 -08:00
Vilius Šumskas
c67ada04c7
https://issues.apache.org/jira/browse/AMQ-5388 Fix user permissions in web console
2021-11-23 23:37:07 +02:00
Matt Pavlovich
67256c61b1
[AMQ-7309] Update to jakarta.jms/jakarta.jms-api:2.0.3 ( #682 )
...
- API update only
- Throw UnsupportedOperationException
- Disable activemq-camel from build
- Formatting fixes
- Use geronimo-jms for osgi-related artifacts
- Fix features.xml invalid xml header
- Add a unit test to confirm JMS 2.0 methods for phase 1 (throw UnsupportedOperationException)
- Add deliveryTime field to Message
- Minor formatting fixes
2021-11-10 11:56:04 -06:00
Christopher L. Shannon (cshannon)
07c2704864
AMQ-8410: Update Guava version to 31.0.1
2021-11-10 09:22:14 -05:00
Jean-Baptiste Onofré
2647500b3f
[AMQ-8408] Add noee on activemq-web-console bundle
2021-11-06 07:09:55 +01:00
Jean-Baptiste Onofré
0b8e9f9768
Merge pull request #723 from rmannibucau/fix/compilation-sun.rmi.registry.RegistryImpl
...
Ensure to not depend on sun.rmi.registry.RegistryImpl
2021-11-06 07:05:58 +01:00
Romain Manni-Bucau
6fea79d1a9
Ensure to not depend on sun.rmi.registry.RegistryImpl
2021-10-26 17:40:59 +02:00
Jean-Baptiste Onofré
abbbda7fb2
[AMQ-8385] Set target/source version to 11
2021-10-26 11:46:16 +02:00
Jean-Baptiste Onofré
9431585553
Merge pull request #719 from jbonofre/AMQ-8395
...
[AMQ-8395] Avoid possible NPE when sending advisory message
2021-10-25 06:44:32 +02:00
Jean-Baptiste Onofré
d73d47cc75
Merge pull request #722 from jbonofre/AMQ-8406
...
[AMQ-8406] Upgrade to Spring 5.3.12
2021-10-25 06:39:21 +02:00
Jean-Baptiste Onofré
9ff006f1d8
[AMQ-8406] Upgrade to Spring 5.3.12
2021-10-24 17:59:07 +02:00
Jean-Baptiste Onofré
a20d7dba32
Merge pull request #721 from jbonofre/AMQ-8408
...
[AMQ-8408] Remove JavaSE requirement in ActiveMQ bundles
2021-10-24 17:57:57 +02:00
Jean-Baptiste Onofré
66a7d700fb
[AMQ-8408] Remove JavaSE requirement in ActiveMQ bundles
2021-10-22 15:52:17 +02:00
Jean-Baptiste Onofré
cd232bebc7
Merge pull request #718 from jbonofre/AMQ-8394
...
[AMQ-8394] Upgrade to shiro 1.8.0
2021-10-04 10:57:12 +02:00
Jean-Baptiste Onofré
7b6c2859ef
Merge pull request #716 from jbonofre/AMQ-8393
...
[AMQ-8393] Upgrade to jackson 2.12.5
2021-10-04 10:54:28 +02:00
Jean-Baptiste Onofré
f74992c105
[AMQ-8395] Avoid possible NPE when sending advisory message
2021-10-04 10:14:32 +02:00
Jean-Baptiste Onofré
65410d34c8
Merge pull request #713 from ehossack-aws/upgrade-jaxb
...
upgrade jaxb-basics-version to 0.12.0
2021-10-04 09:54:57 +02:00
Jean-Baptiste Onofré
dc574d2a93
[AMQ-8394] Upgrade to shiro 1.8.0
2021-10-03 18:05:57 +02:00