Commit Graph

415 Commits

Author SHA1 Message Date
Matt Pavlovich d0a435fe5b
Update main to 6.2.0-SNAPSHOT 2024-04-29 10:52:46 -05:00
JB Onofré 6084867b26 [maven-release-plugin] prepare for next development iteration 2024-04-11 19:41:29 +02:00
JB Onofré ceea6dac1c [maven-release-plugin] prepare release activemq-6.1.2 2024-04-11 19:41:18 +02:00
JB Onofré e025e443e6 [maven-release-plugin] prepare for next development iteration 2024-04-01 16:28:46 +02:00
JB Onofré 5690826111 [maven-release-plugin] prepare release activemq-6.1.1 2024-04-01 16:28:36 +02:00
JB Onofré 13d131032c AMQ-9461: Upgrade copyrigth on the webconsole 2024-03-22 18:15:28 +01:00
JB Onofré 72bbb0c521 [maven-release-plugin] prepare for next development iteration 2024-03-11 14:41:18 +01:00
JB Onofré 5af7c1f550 [maven-release-plugin] prepare release activemq-6.1.0 2024-03-11 14:41:08 +01:00
JB Onofré 1747acaf03 Set version to 6.1.0-SNAPSHOT 2023-11-20 17:19:09 +01:00
JB Onofré dfd35d89f6 [maven-release-plugin] prepare for next development iteration 2023-11-14 08:13:24 +01:00
JB Onofré 14bac13f40 [maven-release-plugin] prepare release activemq-6.0.0 2023-11-14 08:13:14 +01:00
Jean-Baptiste Onofré 6172baff35 Cancel 6.0.0 release 2023-11-14 07:52:21 +01:00
JB Onofré 464efe0e6f [maven-release-plugin] prepare for next development iteration 2023-11-12 06:35:12 +01:00
JB Onofré 26b14ec994 [maven-release-plugin] prepare release activemq-6.0.0 2023-11-12 06:34:58 +01:00
Jean-Baptiste Onofré 8051b7fa74 AMQ-9357: Upgrade to log4j 2.21.1 2023-10-28 17:21:29 +02:00
JB Onofré d65d630a41 NO-JIRA: Remove the workaround for PAXWEB-1070 (not needed anymore) 2023-10-23 21:52:34 +02:00
Matt Pavlovich 9db69bc299 [AMQ-9323] Migration to jakarta-based jaxb 2023-10-20 16:08:25 -05:00
JB Onofré 302a2f698e
Merge pull request #1053 from essobedo/fix-schema-location-in-web.xml
Fix the schema location in web.xml files
2023-10-13 16:03:14 +02:00
JB Onofré d5ea415463 Set version to 6.0.0-SNAPSHOT 2023-09-15 16:27:34 +02:00
Nicolas Filotto 96613e1480
Fix the schema location in web.xml files 2023-09-15 15:49:44 +02:00
Matt Pavlovich 90fbd9098b [AMQ-9239] jakarta.jms - activemq-web-console, activemq-web-demo, activemq-web changes 2023-08-24 09:45:32 -05:00
Christopher L. Shannon 905f00c843
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.
2023-04-13 07:49:22 -04:00
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
JB Onofré 030d1b5035
Merge pull request #981 from jbonofre/AMQ-9223
[AMQ-9223] Upgrade to slf4j 2.0.6
2023-03-11 07:28:32 +01:00
Matt Pavlovich 642ec302cc
[AMQ-9225] Remove j2ee management dependency as it is no longer part of JEE spec (#983) 2023-03-07 11:13:41 -06:00
Jean-Baptiste Onofré 1e8de860ad [AMQ-9223] Upgrade to slf4j 2.0.6 2023-02-19 08:11:54 +01:00
Jean-Baptiste Onofré 2a51ec7515 Update copyright to include 2023 2023-02-11 07:28:02 +01:00
Jean-Baptiste Onofré c563f6e355 [AMQ-9062] Fix Web-ContextPath with Pax Web 8.0.x 2022-11-21 14:51:45 +01:00
Jean-Baptiste Onofré 38d1c9653e [AMQ-9012] Extend javax.xml.bind package import version range in activemq-web-console bundle 2022-08-03 10:47:12 +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é 84192ee1c9
Merge pull request #800 from SGmuwa/utf-8
Use UTF-8 instead ISO-8859-1 in activemq-web-console/src/main/webapp/xml/*
2022-04-10 07:49:54 +02:00
Lucas Tétreault aa1729ba2b AMQ-8549: Update copyright years 2022-03-20 21:18:54 -07:00
Mikhail Pavlovich Sidorenko 6e2759f031 Use UTF-8 instead ISO-8859-1 2022-03-14 16:47:10 +04:00
Christopher L. Shannon (cshannon) 3d06efe93d AMQ-8530 - Update to geronimo-annotation_1.3_spec 2022-03-09 08:14:43 -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
Gerlach, Winfried 3a07632786 fix encoding error in chat.js; avoid some implicit variable declarations; minor beautifications 2022-02-09 21:27:03 +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
Jean-Baptiste Onofré 2647500b3f [AMQ-8408] Add noee on activemq-web-console bundle 2021-11-06 07:09:55 +01: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
Jean-Baptiste Onofré fc80b86ac6
[AMQ-7442] Support JDK11 full build and code style (#647) 2021-05-25 06:55:39 +02:00
charlie-aws 2f2f76f785 fix org.apache.commons.lang.StringEscapeUtils cannot be resolved to a type 2021-04-07 17:34:05 -07:00
Jean-Baptiste Onofré 5fcb388741
Merge pull request #279 from snurmine/AMQ-6781
AMQ-6781 - The ActiveMQ Web Console doesn’t support a plus (+) sign i…
2021-03-22 16:12:10 +01:00
jbonofre 93a1808747 [AMQ-8046] Add logout button on the WebConsole 2021-01-06 08:00:35 +01:00
artnaseef 4450c17c1c Properly encode the copy/move message URL. 2020-08-31 09:48:13 -07: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