Commit Graph

1111 Commits

Author SHA1 Message Date
Jean-Baptiste Onofré bd8c24e91f
Merge pull request #753 from coheigea/coheigea/AMQ-8468
AMQ-8648 - CVE-2022-23437: Infinite loop within Apache XercesJ xml pa…
2022-02-01 14:22:47 +01:00
Jean-Baptiste Onofré 6f5860d7fc Fix javadoc generation related to reproducible build 2022-01-31 18:18:07 +01:00
Colm O hEigeartaigh 70915ea5c0
AMQ-8648 - CVE-2022-23437: Infinite loop within Apache XercesJ xml parser 2022-01-31 16:44:17 +00:00
Jean-Baptiste Onofré 2206eb3ad6 [AMQ-8467] Upgrade to xstream 1.4.19 2022-01-31 11:27:53 +01:00
Cesar Hernandez 7d47508ceb [AMQ-8460] Upgrade to Spring 5.3.15 2022-01-20 12:00:46 -06:00
jbonofre 53a69abe5e [AMQ-7351] Upgrade to Apache POM 24 2022-01-17 18:47:54 +01:00
Jean-Baptiste Onofré ee21925c08 [AMQ-7325] Upgrade to Derby 10.15.2.0 2022-01-17 16:29:53 +01:00
Matt Pavlovich 2e784d07be [AMQ-8341] Remove FTP Blob strategy
- Remove commons-net dependency
2022-01-12 11:05:43 -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é 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é 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é 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
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é abbbda7fb2 [AMQ-8385] Set target/source version to 11 2021-10-26 11:46:16 +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é 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é 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
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
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
Matt Pavlovich b515bbeeb9 [AMQ-8359] Update slf4j to 1.7.32 2021-08-23 09:29:30 -05: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
Jean-Baptiste Onofré c960370b1f [AMQ-8347] Upgrade to Camel 2.25.4 2021-08-02 10:15:07 +02:00
Jean-Baptiste Onofré 5d797570b8
Merge pull request #691 from mattrpav/AMQ-8334
[AMQ-8334] Remove build references to Smack which was removed in 5.9.x
2021-08-02 10:13:17 +02:00
Jean-Baptiste Onofré 0a65f14a4e
Merge pull request #684 from mattrpav/AMQ-8327
[AMQ-8327] Update Jackson to 2.12.4
2021-08-01 17:55:10 +02:00
Jean-Baptiste Onofré fe62b77b93
Merge pull request #693 from jbonofre/AMQ-8339
[AMQ-8339] Upgrade to Spring 5.3.9
2021-07-28 07:24:46 +02:00
Jean-Baptiste Onofré 0254115067
Merge pull request #690 from mattrpav/AMQ-8333
[AMQ-8333] Update commons-pool2 to 2.10.0
2021-07-28 07:23:18 +02:00
Jean-Baptiste Onofré 1dbb64bc83
Merge pull request #688 from mattrpav/AMQ-8330
[AMQ-8330] Update Jetty to 9.4.43.v20210629
2021-07-28 07:21:38 +02:00
Jean-Baptiste Onofré 49b457ad54
Merge pull request #687 from mattrpav/AMQ-8331
[AMQ-8331] Update to slf4j 1.7.31
2021-07-28 07:17:11 +02:00
Jean-Baptiste Onofré bce558944f
Merge pull request #686 from mattrpav/AMQ-8328
[AMQ-8328] Update commons-io to 2.11.0
2021-07-28 07:15:30 +02:00
Jean-Baptiste Onofré 013c4e284f
Merge pull request #683 from mattrpav/AMQ-8326
[AMQ-8326] Upgrade com.rometools/rome to 1.16.0
2021-07-28 07:11:12 +02:00
jbonofre 6245b9b839 [AMQ-8339] Upgrade to Spring 5.3.9 2021-07-21 07:36:55 +02:00
Matt Pavlovich ae88a1052d [AMQ-8336] Add maven-enforcer-plugin and set min maven version to v3.0.5 2021-07-16 14:07:18 -05:00
Matt Pavlovich a01e2266cb [AMQ-8334] Remove build references to Smack which was removed in 5.9.x 2021-07-16 12:01:52 -05:00
Matt Pavlovich 1a01bfca77 [AMQ-8333] Update commons-pool2 to 2.10.0 2021-07-16 11:53:58 -05:00
Matt Pavlovich a2ebabe32b [AMQ-8331] Update to slf4j 1.7.31 2021-07-16 11:46:19 -05:00