Nicolas Filotto
b5bd784306
[AMQ-8611] Describe message size limit init parameter
...
(cherry picked from commit 1bba24ddba
)
2023-09-09 07:18:35 +02:00
Jean-Baptiste Onofré
53f2b4a0cb
[maven-release-plugin] prepare for next development iteration
2023-06-28 13:12:31 +02:00
Jean-Baptiste Onofré
de102ea21d
[maven-release-plugin] prepare release activemq-5.17.5
2023-06-28 13:12:20 +02:00
Alexej Timonin
5d54325f1d
On startup inform to inpsect log4j2.properties
...
When ActiveMQ is started the following is printed out:
"INFO: Starting - inspect logfiles specified in logging.properties and log4j.properties to get details"
No log4j.properties file exists, there is however, log4j2.properties.
(cherry picked from commit ab87b4ced9
)
2023-06-26 07:08:58 +02:00
Jean-Baptiste Onofré
ebab05897a
[maven-release-plugin] prepare for next development iteration
2023-02-22 06:36:53 +01:00
Jean-Baptiste Onofré
720570e967
[maven-release-plugin] prepare release activemq-5.17.4
2023-02-22 06:36:43 +01:00
Jean-Baptiste Onofré
b7925d8437
Update copyright to include 2023
2023-02-11 07:28:35 +01:00
Jean-Baptiste Onofré
c11a92a852
[AMQ-9185] Define jolokia.conf system property in the wrapper
...
(cherry picked from commit ed0177e445
)
2023-02-05 07:33:28 +01:00
Christopher L. Shannon (cshannon)
bf65929fdc
AMQ-9201 - Update Jolokia default access configuration
...
(cherry picked from commit 6120169e56
)
2023-02-01 07:25:59 -05:00
Jean-Baptiste Onofré
5926eee624
[maven-release-plugin] prepare for next development iteration
2022-11-29 14:49:59 +01:00
Jean-Baptiste Onofré
80a5ee343f
[maven-release-plugin] prepare release activemq-5.17.3
2022-11-29 14:49:50 +01:00
Jean-Baptiste Onofré
3f6ffd30d2
[AMQ-9126] Set jolokia.conf sys prop and escape cleanly on Windows platform
...
(cherry picked from commit 49626f07b6
)
2022-11-29 07:42:27 +01:00
Jean-Baptiste Onofré
cad3839fe1
[maven-release-plugin] prepare for next development iteration
2022-08-25 09:22:35 +02:00
Jean-Baptiste Onofré
b6ecffe80a
[maven-release-plugin] prepare release activemq-5.17.2
2022-08-25 09:22:27 +02:00
Jean-Baptiste Onofré
a02addfb4b
[AMQ-9022] Upgrade to commons-codec 1.15
...
(cherry picked from commit d1140cf766
)
2022-08-16 09:39:23 +02:00
Lucas Tétreault
020519f54f
Clean up remaining Xalan references
...
(cherry picked from commit 7b3f13feda
)
2022-08-12 08:08:37 +02:00
Jean-Baptiste Onofré
f3b6a29685
[AMQ-9001] Remove guava dependency
...
(cherry picked from commit 957cdc79a5
)
2022-07-31 07:29:00 +02:00
Jean-Baptiste Onofré
8abb50aa16
[maven-release-plugin] prepare for next development iteration
2022-04-25 14:23:42 +02:00
Jean-Baptiste Onofré
0898aab016
[maven-release-plugin] prepare release activemq-5.17.1
2022-04-25 14:23:33 +02:00
Jean-Baptiste Onofré
2c5d4c286a
[AMQ-8546] Move jolokia-access.xml into ActiveMQ conf folder
...
(cherry picked from commit c56907a825
)
2022-04-24 07:44:27 +02:00
Gerlach, Winfried
1e19e46479
fix encoding error in chat.js; avoid some implicit variable declarations; minor beautifications
...
(cherry picked from commit 3a07632786
)
2022-04-18 16:08:32 +02:00
Christopher L. Shannon (cshannon)
4eb9c33492
AMQ-8554 - Add missing jetty-continuation jar to assembly
...
(cherry picked from commit 291f925601
)
2022-04-06 07:57:23 +02:00
Lucas Tétreault
6317a4fdf7
AMQ-8549: Update copyright years
...
(cherry picked from commit aa1729ba2b
)
2022-03-29 10:11:12 +02:00
Jean-Baptiste Onofré
bd08484445
[maven-release-plugin] prepare for next development iteration
2022-03-09 21:47:58 +01:00
Jean-Baptiste Onofré
1f3ccad9bb
[maven-release-plugin] prepare release activemq-5.17.0
2022-03-09 21:47:47 +01:00
Jean-Baptiste Onofré
a9cb53bd38
Cancel 5.17.0 release
2022-03-09 21:42:04 +01:00
Christopher L. Shannon (cshannon)
482a5e819d
AMQ-8530 - Update to geronimo-annotation_1.3_spec
...
(cherry picked from commit 3d06efe93d
)
2022-03-09 12:54:31 -05:00
Jean-Baptiste Onofré
2582384511
[maven-release-plugin] prepare for next development iteration
2022-03-07 15:41:59 +01:00
Jean-Baptiste Onofré
8ad238bb7d
[maven-release-plugin] prepare release activemq-5.17.0
2022-03-07 15:41:49 +01:00
ilyes Ajroud
b6d325eb12
add the capability to override memory options
...
since the last release , the xmx and xms are hardcoded on `env` , the goal is to use ACTIVEMQ_OPTS_MEMORY environement variable if needed to override memory options
(cherry picked from commit 1ba4628be6
)
2022-03-06 07:49:24 +01:00
Jean-Baptiste Onofré
f7d94093be
[AMQ-8522] Secure /api path on the web console
...
(cherry picked from commit a74fe37582
)
2022-03-06 07:46:26 +01:00
Christopher L. Shannon (cshannon)
8a4c928806
Revert "[AMQ-7309] Update to jakarta.jms/jakarta.jms-api:2.0.3 ( #682 )"
...
This reverts commit 67256c61b1
.
2022-03-01 10:25:01 -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
cb27fd06ee
[AMQ-6883] Update wrapper confs to be consistent memory and dedicatedTaskRunner
2022-02-16 14:27:29 -06:00
Robbie Gemmell
2c3a7c68df
NO-JIRA: update year in source + bin assembly NOTICE files
2022-02-11 10:07:22 +00:00
Jean-Baptiste Onofré
5a16145c32
Merge pull request #727 from ViliusS/security/fix-web-console-access
...
[Security] Fix user permissions in web console
2022-01-19 17:47:41 +01:00
Jean-Baptiste Onofré
ee21925c08
[AMQ-7325] Upgrade to Derby 10.15.2.0
2022-01-17 16:29:53 +01:00
Jean-Baptiste Onofré
de563e76ce
Merge pull request #738 from mattrpav/AMQ-8341
...
[AMQ-8341] Remove FTP Blob strategy
2022-01-15 07:01:25 +01:00
Jean-Baptiste Onofré
c246e0926c
[AMQ-8425] Get process from any user in bin/activemq script
2022-01-14 11:37:12 +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é
359b410ffd
[AMQ-8439] Exclude camel.xml from assembly validateExampleConfig test
2021-12-18 05:57:24 +01:00
Vilius Šumskas
c67ada04c7
https://issues.apache.org/jira/browse/AMQ-5388 Fix user permissions in web console
2021-11-23 23:37:07 +02: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
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
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
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
Jean-Baptiste Onofré
fc80b86ac6
[AMQ-7442] Support JDK11 full build and code style ( #647 )
2021-05-25 06:55:39 +02:00
Colm O hEigeartaigh
a51083a74f
AMQ-8260 - Remove unused keys from distribution
2021-05-05 16:08:54 +01:00
Jean-Baptiste Onofré
bcb5492f41
Merge pull request #651 from jgallimore/AMQ-8220-master
...
AMQ-8220 add add-opens options for Java 16
2021-04-21 07:10:04 +02:00