Commit Graph

11103 Commits

Author SHA1 Message Date
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é 9f1d9965a4
Merge pull request #779 from jbonofre/AMQ-8496
[AMQ-8496] Add activemq-jaas in activemq-rar
2022-04-18 11:25:43 +02:00
Jean-Baptiste Onofré ebe6992fd6 Fix log name in SharedFileLockerLoggingTest and enable runtime config module (local changed pushed by mistake) 2022-04-18 11:19:14 +02:00
Jean-Baptiste Onofré 583c837d39 [AMQ-8496] Add activemq-jaas in activemq-rar 2022-04-18 06:34:44 +02:00
Jean-Baptiste Onofré 25144cd1c8
Merge pull request #827 from jbonofre/FIX_TEST
Fix unit tests which fail related to log4j 2.17.2 update
2022-04-18 06:31:37 +02:00
Jean-Baptiste Onofré c711d5c029 Fix unit tests which fail related to log4j 2.17.2 update 2022-04-17 07:28:57 +02:00
Jean-Baptiste Onofré 5449b3692f
Merge pull request #806 from mattrpav/AMQ-8557
[AMQ-8557] Upgrade log4j2 2.17.2
2022-04-13 08:16:52 +02:00
Jean-Baptiste Onofré 31cd27156a
Merge pull request #824 from jbonofre/AMQ-8573
[AMQ-8573] Upgrade to Eclipse Paho 1.2.1
2022-04-13 08:15:13 +02:00
Jean-Baptiste Onofré 13319e2811
Merge pull request #823 from jbonofre/AMQ-8581
[AMQ-8581] Upgrade to Jetty 9.4.46.v20220331
2022-04-12 15:29:37 +02:00
Matt Pavlovich abb0af278f [AMQ-8557] Upgrade log4j2 2.17.2
- Fix log4j2-test.properties rootLogger.level value
2022-04-11 13:14:59 -05:00
Jean-Baptiste Onofré ca90ff87e9 [AMQ-8581] Upgrade to Jetty 9.4.46.v20220331 2022-04-11 16:40:44 +02:00
Jean-Baptiste Onofré efa900fce0 [AMQ-8573] Upgrade to Eclipse Paho 1.2.1 2022-04-11 07:40:53 +02:00
Jean-Baptiste Onofré be626eb400
Merge pull request #822 from jbonofre/AMQ-8580
[AMQ-8580] Upgrade to shiro 1.9.0
2022-04-11 07:40:27 +02:00
Jean-Baptiste Onofré 3a8e68f719 [AMQ-8580] Upgrade to shiro 1.9.0 2022-04-10 18:24:03 +02:00
Jean-Baptiste Onofré d3d4eb2343
Merge pull request #821 from jbonofre/AMQ-8582
[AMQ-8582] Upgrade to ASM 9.3
2022-04-10 18:21:01 +02:00
Jean-Baptiste Onofré d26182d9b5 [AMQ-8582] Upgrade to ASM 9.3 2022-04-10 07:54:04 +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
Jean-Baptiste Onofré 406d3bd959
Merge pull request #808 from mattrpav/AMQ-8560
[AMQ-8560] Upgrade geronimo-transaction 3.1.5
2022-04-10 07:12:51 +02:00
Matt Pavlovich 50d0b1e724 [AMQ-8560] Upgrade geronimo-transaction 3.1.5 2022-04-09 18:35:41 -05:00
Matt Pavlovich deb9d24bba
[AMQ-8559] Upgrade commons-daemon to 1.3.0 (#807) 2022-04-09 18:34:53 -05:00
Matt Pavlovich a4c03a1509
[AMQ-8556] Upgrade Jackson 2.13.2 (#805)
- Add jackson-databind-version property
2022-04-09 07:54:34 -05:00
Matt Pavlovich ddbad25ec5
[AMQ-8567] Upgrade maven-surefire-plugin to 3.0.0-M6 (#819)
- Exclude problematic unit tests for now
2022-04-08 08:37:50 -05:00
Robbie Gemmell 3d4bf1fba1 AMQ-8575: update to Qpid JMS 1.6.0 2022-04-07 12:55:17 +01:00
Jean-Baptiste Onofré 6b7ed382c3
Merge pull request #803 from cshannon/AMQ-8554
AMQ-8554 - Add missing jetty-continuation jar to assembly
2022-04-06 07:56:35 +02:00
Jean-Baptiste Onofré 1cb1a3aa76
Merge pull request #802 from jgallimore/update-spring
Update Spring to 5.3.18.
2022-04-06 07:50:10 +02:00
Jean-Baptiste Onofré 3f454600e6
Merge pull request #809 from jbonofre/AMQ-8561
[AMQ-8561] Add missing jetty-webapp dependency in activemq-web
2022-04-06 07:43:26 +02:00
Christopher L. Shannon 4ae145352b
Merge pull request #812 from cshannon/AMQ-8550
AMQ-8550 - Check for null keystore/truststore passwords
2022-04-05 13:36:09 -04:00
Christopher L. Shannon b93d58259c AMQ-8550 - Check for null keystore/truststore passwords
Inside ActiveMQSslConnectionFactory the passwords should be checked for
null so a NPE isn't thrown. Null will be passed to the factories instead
and the keystore/truststore factories will try and load the keystores
using null for the password which may or may not work depending on the
implementation and if password is set.
2022-04-05 12:17:14 -04:00
Robbie Gemmell 558bb8cf88 AMQ-8569: set xstream osgi import optional to match with its dependency declaration 2022-04-05 15:44:16 +01:00
Jean-Baptiste Onofré ffab5274a4 Fix OfflineDurableSubscriberTimeoutTest on some machine (including Jenkins) 2022-04-03 19:22:58 +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) 291f925601 AMQ-8554 - Add missing jetty-continuation jar to assembly 2022-03-31 13:17:46 -04:00
Jonathan Gallimore 6b23b25a4f Update Spring to 5.3.18. 2022-03-31 13:30:04 +01:00
Jean-Baptiste Onofré ebdb9eac82
Merge pull request #801 from lucastetreault/update-copyright-years
[AMQ-8549] Update copyright years
2022-03-29 10:10:18 +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 5f9a516282
Merge pull request #799 from jbonofre/AMQ-8533
[AMQ-8533] Fix maven-bundle-plugin instructions to avoid shading all packages
2022-03-09 15:34:27 -05:00
Jean-Baptiste Onofré 9ba7aab24d [AMQ-8533] Fix maven-bundle-plugin instructions to avoid shading all packages 2022-03-09 20:51:56 +01:00
Christopher L. Shannon 2a075005de
Merge pull request #796 from cshannon/AMQ-8530
AMQ-8530 - Update to geronimo-annotation_1.3_spec
2022-03-09 12:52:43 -05: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 6f907c46b9
Merge pull request #795 from cshannon/AMQ-8528
AMQ-8528: Fix test failures in integration module
2022-03-08 13:29:45 -05:00
Christopher L. Shannon 32e72b0879 AMQ-8528: Fix test failures in integration module
-DurableFiveBrokerNetworkBridgeTest: Fix refactoring mistake
-SpringTest: Fix Spring xml files
-BrokerRedeliveryTest: Fix after sendDuplicateFromStoreToDLQ default
changed to false
-AMQ4952Test: Fix after sendDuplicateFromStoreToDLQ default
changed to false
-AMQ3537Test: Add missing package to SERIALIZABLE_PACKAGES
-OfflineDurableSubscriberTimeoutTest: Fix after log4j2 update
-JDBCConcurrentDLQTest: Fix after log4j2 update
2022-03-08 13:29:09 -05:00
Christopher L. Shannon (cshannon) 957a2dd940 AMQ-8528: Fix JMS 2.0 related test failures 2022-03-08 11:10:16 -05:00
Jean-Baptiste Onofré db15128b8b Avoid compilation error with apache-release profile 2022-03-06 19:13:44 +01:00
Jean-Baptiste Onofré 52b4f8fd31 Fix log4j artifact coordinates 2022-03-06 11:31:25 +01:00
Jean-Baptiste Onofré ca97fd456d
Merge pull request #791 from ilyesAj/patch-1
add the capability to override memory options
2022-03-06 07:48:56 +01:00
Jean-Baptiste Onofré 4492cc07e4
Merge pull request #790 from jbonofre/AMQ-8522
[AMQ-8522] Secure /api path on the web console
2022-03-06 07:45:10 +01:00
Christopher L. Shannon c4d9d70987
NO-JIRA: Activate quick-tests by default (#792) 2022-03-04 19:00:39 -06:00
ilyes Ajroud 1ba4628be6
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
2022-03-04 11:11:21 +01:00
Jean-Baptiste Onofré cbfbd5508a Add activemq-5.17.x and fix main branch name in Jenkinsfile 2022-03-04 10:15:53 +01:00