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
Jean-Baptiste Onofré
d325fa27e0
Merge pull request #712 from mattrpav/AMQ-8385
...
[AMQ-8385] Update to target-version for JDK 11
2021-10-03 17:57:59 +02:00
Jean-Baptiste Onofré
364d0392fb
Merge pull request #702 from mattrpav/AMQ-8359
...
[AMQ-8359] Update slf4j to 1.7.32
2021-10-03 07:58:58 +02:00
Jean-Baptiste Onofré
6dccfcd853
[AMQ-8393] Upgrade to jackson 2.12.5
2021-10-03 07:50:51 +02:00
Jean-Baptiste Onofré
add1667d6b
Merge pull request #717 from jbonofre/JENKINS
...
Use local repository on Jenkins
2021-09-30 15:40:09 +02:00
Jean-Baptiste Onofré
ff3e770141
Use local repository on Jenkins
2021-09-28 17:59:17 +02:00
Jean-Baptiste Onofré
82b334885a
Merge pull request #703 from mattrpav/AMQ-8358
...
[AMQ-8358] Update xstream to 1.4.18
2021-09-28 17:42:00 +02:00
Matt Pavlovich
7579f48e8a
[AMQ-8358] Update xstream to 1.4.18
...
- stomp tests pass now
- xstream added allowed classes / packages feature
2021-09-27 12:06:28 -05:00
Étienne H
5d6c18f636
upgrade jaxb-basics-version to 0.12.0
2021-09-21 09:19:11 -07:00
Matt Pavlovich
8e90874170
[AMQ-8385] Set to 1.8 vs 8 for source-version
2021-09-15 15:31:06 -05:00
Matt Pavlovich
7fe39575e1
[AMQ-8385] Update to target-version for JDK 11
2021-09-15 15:27:28 -05:00
Jonathan Gallimore
d2f0eeddb8
Merge remote-tracking branch 'upstream/main' into AMQ-8275
2021-09-14 12:54:40 +01:00
Jonathan Gallimore
34c4e186fe
AMQ-8275 eliminate use of reflection for SNI on SslTransport
2021-09-14 12:53:35 +01:00
Alexej Timonin
7c63227003
Allow custom delimiter when sending TextMessages via MBean
...
This enables possibility to send messages containing commas in the body
with tools such as jconsole.
Example simple text as body: body=Hello, world!
Example json as body: body={"a":"b","c":"d"}
2021-09-04 22:31:22 +02:00
Matt Pavlovich
96f1ca988b
[AMQ-8361] Upgrade commons-dbcp to 2.9.0 ( #705 )
2021-09-03 11:21:35 -05:00
Matt Pavlovich
d00d6ffa71
[AMQ-8360] Update commons-pool2 to 2.11.1 ( #704 )
2021-09-03 11:21:26 -05:00
Matt Pavlovich
c1a2ff25c1
[AMQ-8033] Remove activemq-camel ( #701 )
...
* [AMQ-8033] Remove activemq-camel
- Prerequisite for JMS v2.0 support
* [AMQ-8033] Remove activemq-camel
- Prerequisite for JMS v2.0 support
* [AMQ-8033] Assembly and karaf clean-ups
2021-09-03 11:21:13 -05:00
Jean-Baptiste Onofré
36f5592348
Use -fae for test execution on Jenkins
2021-08-23 18:23:52 +02:00
Matt Pavlovich
b515bbeeb9
[AMQ-8359] Update slf4j to 1.7.32
2021-08-23 09:29:30 -05:00
Jean-Baptiste Onofré
4fd439e91d
Merge pull request #697 from skyguard1/fix_xstream_xml_risk
...
[AMQ-8348] Fix XmlMessageRenderer has the risk of XStream deserialization
2021-08-06 07:19:16 +02:00
Jean-Baptiste Onofré
f49b04c15a
Merge pull request #698 from skyguard1/fix_message_get_string
...
[AMQ-8350] ActiveMQMessage.getStringProperty() should exchange equals method call objects
2021-08-06 07:16:35 +02:00
xingrufei
dbbf3cb3f3
[AMQ-8350] ActiveMQMessage.getStringProperty() should exchange equals method call objects
2021-08-06 10:22:38 +08:00
Christopher L. Shannon (cshannon)
8b99596eeb
AMQ-8349 - Ensure virtual destination consumer advisories are only
...
replayed to new advisory consumers and not existing
2021-08-05 09:58:37 -04:00
xingrufei
099108239c
[AMQ-8348] Fix XmlMessageRenderer has the risk of XStream deserialization
2021-08-05 15:50:28 +08:00
Jean-Baptiste Onofré
f7f52ccc7a
Merge pull request #695 from jbonofre/AMQ-8252
...
[AMQ-8252] Doesn't display warn stack trace for stomp (regression compared to 5.15.x)
2021-08-04 08:23:59 +02:00
Jean-Baptiste Onofré
ceaeaa986b
[AMQ-8252] Doesn't display warn stack trace for stomp (regression compared to 5.15.x)
2021-08-04 07:48:10 +02:00
Jean-Baptiste Onofré
0348938952
Merge pull request #696 from jbonofre/AMQ-8138
...
[AMQ-8138] Set client IP address with Stomp host header
2021-08-03 15:12:57 +02:00
Jean-Baptiste Onofré
2e169f0bc3
[AMQ-8138] Set client IP address with Stomp host header
2021-08-03 11:08:54 +02:00
Jean-Baptiste Onofré
f4d83cb820
Merge pull request #675 from jbonofre/AMQ-8309
...
[AMQ-8309] Fix spring import range, change optional to be more flexible and avoid refresh, support Camel 3 namespace handler
2021-08-03 07:11:44 +02:00
jbonofre
188aafaf9c
[AMQ-8309] Fix spring import range, change optional to be more flexible and avoid refresh, support Camel 3 namespace handler
2021-08-02 15:17:45 +02:00
Jean-Baptiste Onofré
718e68a438
Merge pull request #694 from jbonofre/AMQ-8347
...
[AMQ-8347] Upgrade to Camel 2.25.4
2021-08-02 15:16:00 +02:00
Jean-Baptiste Onofré
9e2521c261
Merge pull request #685 from mattrpav/AMQ-8329
...
[AMQ-8329] Update Tomcat to 9.0.48
2021-08-02 10:42:26 +02:00