Christopher L. Shannon
827ad1012b
AMQ-9481 - Correctly complete async servlet request on timeout
...
This fixes AsyncServletRequest to correctly call context.dispatch() when
the async request times out so that the consumer can be re-used.
(cherry picked from commit 72befc14fb
)
2024-04-22 11:02:54 -04:00
Christopher L. Shannon
dc892d3dfc
AMQ-9330 - Return 204 code when polling empty destinations ( #1203 )
...
Previously a timeout was thrown and complete was not called so Jetty was
returning a 500 error
(cherry picked from commit 8b6072d03e
)
(cherry picked from commit 45a1bd54d3
)
2024-04-11 10:04:14 -04:00
JB Onofré
fdc4a63476
[maven-release-plugin] prepare for next development iteration
2024-04-08 08:25:24 +02:00
JB Onofré
ee0edaf1f2
[maven-release-plugin] prepare release activemq-5.18.4
2024-04-08 08:25:14 +02:00
Jean-Baptiste Onofré
7d9074e8c8
[maven-release-plugin] prepare for next development iteration
2023-10-24 21:44:02 +02:00
Jean-Baptiste Onofré
5f6edd9781
[maven-release-plugin] prepare release activemq-5.18.3
2023-10-24 21:43:52 +02:00
JB Onofré
c08d32e470
[maven-release-plugin] rollback the release of activemq-5.18.3
2023-10-24 17:38:56 +02:00
JB Onofré
6c5351a9c9
[maven-release-plugin] prepare for next development iteration
2023-10-24 16:46:32 +02:00
JB Onofré
206adbdab4
[maven-release-plugin] prepare release activemq-5.18.3
2023-10-24 16:46:20 +02:00
JB Onofré
20ed8ba70f
[maven-release-plugin] prepare for next development iteration
2023-06-27 14:46:32 +02:00
JB Onofré
9cbf58d7bd
[maven-release-plugin] prepare release activemq-5.18.2
2023-06-27 14:46:22 +02:00
Christopher L. Shannon
add6356261
AMQ-9243 - Remove deprecated jetty-continuation dependency ( #998 )
...
This commit removes the dependency on jetty-continuation and updates the
MessageServlet and AjaxListener servlets to use the Servlet Async api
directly for async requests through a new Async holder object that is
used to track/manage the request.
(cherry picked from commit 905f00c843
)
2023-04-13 07:50:30 -04:00
JB Onofré
21f5c5a458
[maven-release-plugin] prepare for next development iteration
2023-04-10 07:25:30 +02:00
JB Onofré
37fb15d3b3
[maven-release-plugin] prepare release activemq-5.18.1
2023-04-10 07:25:19 +02:00
JB Onofré
1637f9e35c
[maven-release-plugin] rollback the release of activemq-5.18.1
2023-04-08 07:38:33 +02:00
JB Onofré
10a5af7bde
[maven-release-plugin] prepare for next development iteration
2023-04-06 17:54:56 +02:00
JB Onofré
619be166f2
[maven-release-plugin] prepare release activemq-5.18.1
2023-04-06 17:54:48 +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é
c425618a07
[AMQ-9197] Upgrade to prototype.js 1.7.3
2023-02-06 21:43:59 +01:00
Jean-Baptiste Onofré
e04faac37d
Merge pull request #838 from lucastetreault/console-consumers
...
[AMQ-8597] Show active consumers in web console
2022-07-22 15:54:54 +02:00
Matt Pavlovich
6598ec5717
[AMQ-8977] Upgrade to mockito 4.6.1 ( #851 )
2022-06-29 09:08:08 -05:00
Lucas Tétreault
4cedd80774
[AMQ-8597] Show active consumers in web console
2022-05-07 00:30:08 -07:00
Yury Gubernatorov
bb375895de
Quote queue names so that web console shows correct results for queue`s producers/subscribers
2022-04-22 07:26:17 +02:00
Jean-Baptiste Onofré
d4ef7d3ee2
Merge pull request #763 from winne42/fix_encoding_error
...
fix encoding error in chat.js
2022-04-18 16:07:23 +02:00
Jean-Baptiste Onofré
2959d800fe
[AMQ-8561] Add missing jetty-webapp dependency in activemq-web
2022-03-31 21:54:59 +02: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
Gerlach, Winfried
3a07632786
fix encoding error in chat.js; avoid some implicit variable declarations; minor beautifications
2022-02-09 21:27:03 +01:00
xingrufei
099108239c
[AMQ-8348] Fix XmlMessageRenderer has the risk of XStream deserialization
2021-08-05 15:50:28 +08: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
jbonofre
52a2bd446a
[AMQ-7502] Remove leveldb
2021-03-25 18:54:53 +01:00
Colm O hEigeartaigh
66cb8d4cfb
AMQ-8029 - Place a bound on the data read in MessageServletSupport
2020-08-31 11:19:51 +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
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
Pascal Schumacher
67e06c82f7
Fix some javadoc warnings releated to non-existing parameter names.
2020-05-17 11:38:05 +02:00
Colm O hEigeartaigh
8f6cfa4190
AMQ-7446 - Remove some synchronized blocks in the MessageServlet
2020-03-25 15:22:42 +00:00
Colm O hEigeartaigh
23b21105e8
AMQ-7349 - Update some javascript libraries
2019-11-20 16:48:20 +00:00
Alvin Lin
e7b7334e42
AMQ-6908 allow use of ActiveMQ console login credential (for authorization) when browsing messages through the console
...
(cherry picked from commit 822cf62034
)
2019-11-18 17:00:12 +01:00
Jean-Baptiste Onofré
973c78cbec
[AMQ-7249] Upgrade to Jetty 9.4.19.v20190610
2019-08-20 21:44:28 +02:00
Colm O hEigeartaigh
25483c05d1
AMQ-7242 - REST Content Type fixes
2019-07-16 13:07:17 +01:00
Colm O hEigeartaigh
f7e2d43831
AMQ-7216 - Update Rome dependency
2019-07-04 16:39:11 +01:00