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
Matt Pavlovich
8214ec37d4
Merge pull request #692 from mattrpav/AMQ-8336
...
[AMQ-8336] Add maven-enforcer-plugin and set min maven version to v3.0.5
2021-07-27 15:34:26 -05: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
Matt Pavlovich
224ff23789
[AMQ-8330] Update Jetty to 9.4.43.v20210629
2021-07-16 11:42:37 -05:00
Matt Pavlovich
0197a7583d
[AMQ-8329] Update Tomcat to 9.0.48
2021-07-16 11:38:37 -05:00
Matt Pavlovich
c9d75b0467
[AMQ-8328] Update commons-io to 2.11.0
2021-07-16 11:34:01 -05:00
Matt Pavlovich
fc4e68f46a
[AMQ-8327] Update Jackson to 2.12.4
2021-07-16 11:30:53 -05:00
Matt Pavlovich
93b2b70cdf
[AMQ-8326] Upgrade com.rometools/rome to 1.16.0
2021-07-16 11:27:29 -05:00
Jean-Baptiste Onofré
b3c2c49f96
Merge pull request #677 from jbonofre/AMQ-8300
...
[AMQ-8300] Upgrade to tomcat 9.0.46
2021-07-05 06:13:56 +02:00
Jean-Baptiste Onofré
5342ba0d1c
Merge pull request #674 from jbonofre/AMQ-8286
...
[AMQ-8286] Upgrade to commons-io 2.10.0
2021-07-05 06:10:46 +02:00
jbonofre
d67ffe32eb
[AMQ-8300] Upgrade to tomcat 9.0.46
2021-07-04 07:39:55 +02:00
jbonofre
379408083a
[AMQ-8286] Upgrade to commons-io 2.10.0
2021-07-04 07:05:47 +02:00
Jean-Baptiste Onofré
8f0903fb87
Merge pull request #668 from mattrpav/AMQ-8290
...
[AMQ-8290] Cleanup assembly warnings and upgrade assembly plugin
2021-07-04 07:02:50 +02:00
dvhvsekhar
8584b46e76
AMQ-8304: Added a check with !isStopping() also before attempting to read input stream ( #672 )
2021-07-04 06:42:45 +02:00
Christopher L. Shannon (cshannon)
3f5abd4433
AMQ-6660 - Use a separate lock for lazy scheduler creation to prevent
...
deadlocks
Switch to using a dedicated lock to initialize the Scheduler object
inside of ActiveMQConnection to prevent a deadlock scenario that occurs
when using the intrinsic ActiveMQConnection lock. This is using double
checked locking so this lock will only be contended with during lazy
creation and then will rely on the volatile reference for future reads
and when stopping/closing.
2021-06-25 11:37:25 -04:00
Jean-Baptiste Onofré
b94267c376
Merge pull request #671 from jbonofre/AMQ-8302
...
[AMQ-8302] Extend Camel import version range to avoid refresh on Karaf
2021-06-20 18:56:37 +02:00
Jean-Baptiste Onofré
9e77e308f8
Merge pull request #670 from mattrpav/AMQ-8301
...
[AMQ-8301] Upgrade to Jetty 9.4.42.v20210604
2021-06-20 18:54:16 +02:00
jbonofre
871f926765
[AMQ-8302] Extend Camel import version range to avoid refresh on Karaf
2021-06-17 06:01:10 +02:00
Matt Pavlovich
c8e7ef3e00
[AMQ-8301] Upgrade to Jetty 9.4.42.v20210604
2021-06-16 15:34:37 -05:00
Matt Pavlovich
5c9df5db0c
[AMQ-8290] Cleanup assembly warnings and upgrade assembly plugin
...
- Convert 'attached' to 'single' goal
- Clean up leading "/" in descriptors
2021-06-04 09:30:31 -05:00
Matt Pavlovich
c0d5399635
[AMQ-8285] Add 'slow' metrics to PersistenceAdapterStatistics ( #664 )
2021-06-04 06:19:54 +02:00
Jean-Baptiste Onofré
ae777e9571
Merge pull request #665 from mattrpav/AMQ-8282
...
[AMQ-8282] Migrate from deprecated .newInstance() calls to .getConstr…
2021-06-04 06:18:27 +02:00
Jean-Baptiste Onofré
c739984778
Merge pull request #667 from coheigea/AMQ-8117
...
AMQ-8117 - Allow java.util arrays for deserialization
2021-06-04 06:15:41 +02:00
Colm O hEigeartaigh
7ca7118a95
AMQ-8117 - Allow java.util arrays for deserialization
2021-06-03 14:42:42 +01:00
Christopher L. Shannon (cshannon)
ac27cc2cda
Merge branch 'AMQ-8287' into main
...
This closes #666
2021-06-02 13:52:42 -04:00
Christopher L. Shannon (cshannon)
2fcf2fd75f
AMQ-8287 - fix NIOSSLTransport deadlock with serviceRead lock
...
This narrows the lock that was added to serviceRead() to secureRead()
which prevents processing commands while locked which should solve the
deadlock issues
2021-06-02 09:47:24 -04:00
Matt Pavlovich
950a140455
[AMQ-8282] Migrate from deprecated .newInstance() calls to .getConstructors().newInstance
2021-06-02 08:30:36 -05:00
Jean-Baptiste Onofré
ba455e8c5f
Merge pull request #659 from jbonofre/AMQ-8170
...
[AMQ-8170] Upgrade to Jackson 2.12.3
2021-05-31 11:03:40 +02:00
Jean-Baptiste Onofré
8bba61152d
Merge pull request #653 from coheigea/AMQ-8260
...
AMQ-8260 - Remove unused keys from distribution
2021-05-31 11:02:16 +02:00
Matt Pavlovich
ccbc4f1b9e
[AMQ-8284] Update jetty to 9.4.41.v20210516 ( #663 )
2021-05-29 07:18:28 +02:00
Matt Pavlovich
e4f81bf4d4
[AMQ-8283] Migrate to non-deprecated Jetty constructors and methods ( #661 )
2021-05-29 07:15:27 +02:00
jbonofre
6269669b78
[AMQ-8170] Upgrade to Jackson 2.12.3
2021-05-29 06:27:01 +02:00
Jean-Baptiste Onofré
769032e952
Merge pull request #654 from jbonofre/AMQ-8270
...
[AMQ-8270] Upgrade to xstream 1.4.17
2021-05-29 06:13:01 +02:00
jbonofre
5801c72b9d
[AMQ-8270] Upgrade to xstream 1.4.17
2021-05-28 17:03:59 +02:00
Jean-Baptiste Onofré
8961051f74
Merge pull request #660 from jbonofre/AMQ-8281
...
[AMQ-8281] Upgrade to xbean 4.20
2021-05-28 07:26:27 +02:00
Matt Pavlovich
288b9ae983
Merge pull request #658 from mattrpav/AMQ-8279
...
[AMQ-8279] Compiler warning cleanups
2021-05-27 10:57:58 -05:00
Jean-Baptiste Onofré
ff8f9d8bdd
Merge pull request #657 from jbonofre/AMQ-8026
...
[AMQ-8026] Upgrade to Spring 5.3.7
2021-05-27 17:56:08 +02:00
jbonofre
a48cc07517
[AMQ-8281] Upgrade to xbean 4.20
2021-05-27 15:50:45 +02:00
jbonofre
db74868ee4
[AMQ-8026] Upgrade to Spring 5.3.7
2021-05-27 13:56:31 +02:00
Matt Pavlovich
5fe4999a4d
[AMQ-8279] Fix type-o when converting new Boolean(true) to Boolean.TRUE
2021-05-26 10:43:17 -05:00
Matt Pavlovich
2cc17a2fa0
[AMQ-8279] Compiler warning cleanups
...
- Remove unsused imports (exept for generated classes)
- Convert to T.valueOf on boxed primitives from new T()
2021-05-25 09:34:35 -05:00