JB Onofré
6e5838d82d
Move version to 5.19.0-SNAPSHOT
2023-03-28 16:11:10 +02:00
Jean-Baptiste Onofré
6edfdf7c17
[maven-release-plugin] prepare for next development iteration
2023-03-18 06:47:58 +01:00
Jean-Baptiste Onofré
f18f3223fa
[maven-release-plugin] prepare release activemq-5.18.0
2023-03-18 06:47:47 +01:00
Jean-Baptiste Onofré
1e8de860ad
[AMQ-9223] Upgrade to slf4j 2.0.6
2023-02-19 08:11:54 +01:00
JB Onofré
9be48a2748
Revert "[AMQ-8572] Remove unsued commons-lang3 dependency"
...
This reverts commit 4fa107e896
.
2023-02-08 16:57:18 +01:00
Jean-Baptiste Onofré
44a5539afc
[AMQ-9102] Add http.nonProxyHost support in HTTP transport
2022-11-22 13:59:08 +01:00
Matt Pavlovich
4fa107e896
[AMQ-8572] Remove unsued commons-lang3 dependency
2022-10-11 10:29:36 -05:00
Matt Pavlovich
680717cb95
[AMQ-8976] Add maxConnectionExceededCount metric for connectors ( #850 )
2022-07-18 16:20:25 -05:00
Christopher L. Shannon (cshannon)
00253b3219
NO-JIRA: Updating next development version to 5.18.0-SNAPSHOT
2022-03-01 09:36:34 -05:00
Jean-Baptiste Onofré
fa461c876a
Use Jetty atomic jar files instead of jetty-all (deprecated) and update to Jetty 9.4.45.v20220203 ( #784 )
...
* [AMQ-7358] Use jetty atomic jar files instead of jetty-all uber jar
(deprecated according to Jetty team)
[AMQ-8461] Upgrade to Jetty 9.4.45.v20220203
2022-03-01 15:33:50 +01:00
jbonofre
472dcf8497
[AMQ-7426] Upgrade to log4j2
2022-02-24 15:20:51 +01:00
Matt Pavlovich
950a140455
[AMQ-8282] Migrate from deprecated .newInstance() calls to .getConstructors().newInstance
2021-06-02 08:30:36 -05:00
Matt Pavlovich
e4f81bf4d4
[AMQ-8283] Migrate to non-deprecated Jetty constructors and methods ( #661 )
2021-05-29 07:15:27 +02: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
Jean-Baptiste Onofré
fc80b86ac6
[AMQ-7442] Support JDK11 full build and code style ( #647 )
2021-05-25 06:55:39 +02:00
jbonofre
52a2bd446a
[AMQ-7502] Remove leveldb
2021-03-25 18:54:53 +01:00
Jean-Baptiste Onofré
db6098c53a
Merge pull request #365 from jgallimore/master-AMQ-7149
...
AMQ-7149 Remove dependency activemq-http and activemq-stomp
2021-03-24 11:36:04 +01:00
jbonofre
1e2a0de5cc
[AMQ-8194] Upgrade to commons-lang3 3.12.0
2021-03-23 16:07:02 +01:00
Matt Pavlovich
79f1c2feb7
[AMQ-6951] Hide embedded jetty version
...
- WS transport
- HTTP transport
2021-03-02 10:44:40 -06:00
Colm O hEigeartaigh
66cb8d4cfb
AMQ-8029 - Place a bound on the data read in MessageServletSupport
2020-08-31 11:19:51 +01:00
Jean-Baptiste Onofré
d2851888bf
Merge pull request #551 from coheigea/AMQ-7513
...
AMQ-7513 - Fix http://activemq.org links
2020-08-11 09:42:43 +02:00
Colm O hEigeartaigh
e3e2fda509
AMQ-8020 - Replace toLowerCase().equals() with equalsIgnoreCase
2020-08-10 16:01:08 +01:00
Christopher L. Shannon (cshannon)
17defa79d4
NO-JIRA: Update branch to 5.17.0-SNAPSHOT after release
2020-07-14 07:27:43 -04:00
Colm O hEigeartaigh
fca3b615eb
AMQ-7513 - Fix http://activemq.org links
2020-07-10 17:29:01 +01:00
Jean-Baptiste Onofré
334476ac63
[maven-release-plugin] prepare for next development iteration
2020-06-25 07:26:41 +02:00
Jean-Baptiste Onofré
86dd78b1aa
[maven-release-plugin] prepare release activemq-5.16.0
2020-06-25 07:26:13 +02:00
Jean-Baptiste Onofré
6908749c2f
Fix version
2020-06-25 07:13:04 +02:00
Jean-Baptiste Onofré
ff2dae82f3
[maven-release-plugin] prepare release activemq-5.16.0
2020-06-24 21:56:52 +02:00
jbonofre
4ed2ba22a9
Cancel 5.16.0 release
2020-06-24 15:19:34 +02:00
Jean-Baptiste Onofré
cd1e9f8697
[maven-release-plugin] prepare for next development iteration
2020-06-23 17:40:26 +02:00
Jean-Baptiste Onofré
2e890c6224
[maven-release-plugin] prepare release activemq-5.16.0
2020-06-23 17:39:53 +02:00
Jean-Baptiste Onofré
d474580a34
Merge pull request #503 from PascalSchumacher/AbstractMQTTSocket#getProtocolConverter_race_condition
...
AMQ-7439: AbstractMQTTSocket#getProtocolConverter: Race condition in …
2020-05-16 07:25:28 +02:00
Jean-Baptiste Onofré
2ec18730c2
Merge pull request #508 from coheigea/AMQ-7440
...
AMQ-7440 - Fix potential race condition in DiscoveryRegistryServlet
2020-05-16 06:22:52 +02:00
jbonofre
910a028fa7
[AMQ-7476] Add http schema in the HTTP registry
2020-05-05 07:33:34 +02:00
Colm O hEigeartaigh
c44be3b0dd
AMQ-7440 - Fix potential race condition in DiscoveryRegistryServlet
2020-03-10 16:12:59 +00:00
Pascal Schumacher
8fa772c8de
AMQ-7439: AbstractMQTTSocket#getProtocolConverter: Race condition in double-checked locking object initialization
...
protocolConverter may be visible to other threads before its properties are set.
2020-03-08 15:09:02 +01:00
jbonofre
0245a3d5c4
[AMQ-7419] Return 405 error code instead of 500 in case of maxFrameSize exceeded on HTTP connector
2020-02-24 14:54:42 +01:00
Daniel Trebbien
b020cba744
Fix some incorrect SLF4J logger calls
...
In some cases, there were an inconsistent number of formatting anchors.
In other cases, formatting anchors were used, but because the
trace/debug/info/warn/error(String, Throwable) variant was used, the
string is a message string rather than a format string.
These issues were found by SLF4J Helper for NetBeans IDE:
http://plugins.netbeans.org/plugin/72557/
2020-02-19 08:26:36 +00:00
Colm O hEigeartaigh
2f9e2b1e83
AMQ-7406 - ActiveMQSslConnectionFactory truststore settings don't work for the HTTPS connector
2020-02-14 14:37:59 +00:00
jbonofre
097506a458
[AMQ-7399] org.apache.activemq.SERIALIZABLE_PACKAGES doesn't include java* by default
2020-02-12 13:43:03 +01:00
Colm O hEigeartaigh
d49370e363
AMQ-7393 - Remove unused Selenium tests
2020-01-28 14:36:15 +00:00
amarkevich
1ced34a383
[AMQ-6556] Support system property proxy settings for HTTP(S) client
...
(cherry picked from commit 746a839809
)
2019-11-18 17:06:03 +01:00
Jean-Baptiste Onofré
f7b08713f3
Merge pull request #305 from amarkevich/AMQ-7069
...
AMQ-7069 HTTP client don't handle XStream deserialization exception
2019-11-17 17:43:26 +01:00
Jean-Baptiste Onofré
1846df4863
Merge pull request #410 from jbonofre/AMQ-7327
...
[AMQ-7327] Use maxFrameSize to limit HTTP content length
2019-11-12 17:30:59 +01:00
Colm O hEigeartaigh
7441c6b603
AMQ-7339 - Fix possible XSS attack in the HttpTunnelServlet
2019-11-08 12:04:57 +00:00
Jean-Baptiste Onofré
397ede661f
[AMQ-7327] Updated unit test around maxFrameSize support on the http transport connector
2019-11-06 17:05:40 +01:00
Jean-Baptiste Onofré
50a94cbf12
[AMQ-7327] Use maxFrameSize to limit HTTP content length
2019-11-06 11:17:34 +01:00
Colm O hEigeartaigh
3f11127567
AMQ-7289 - Fix failing HTTP tests
2019-08-26 15:42:03 +01:00
Jean-Baptiste Onofré
973c78cbec
[AMQ-7249] Upgrade to Jetty 9.4.19.v20190610
2019-08-20 21:44:28 +02:00
Jean-Baptiste Onofré
32ddadc7ab
Merge pull request #362 from suem/master
...
AMQ-6949: SocketTimeoutException when using HTTP transport connector
2019-07-26 11:25:51 +02:00