Commit Graph

10672 Commits

Author SHA1 Message Date
jbonofre 3b1e8fae31 [AMQ-8069] Upgrade to commons-daemon 1.2.3 2020-11-12 14:06:10 +01:00
Jean-Baptiste Onofré 7e0fb95489
Merge pull request #573 from jbonofre/JENKINSFILE
Add Jenkinsfile
2020-11-12 10:48:29 +01:00
jbonofre c195d51080 Add Jenkinsfile 2020-11-11 16:26:14 +01:00
Jean-Baptiste Onofré 6cb09e7c0b
Merge pull request #568 from graben/AMQ-8055
AMQ-8055 - rename posion to correct poison
2020-11-10 16:07:05 +01:00
jbonofre 2759d163b0 [AMQ-8065] Upgrade to Shiro 1.7.0 2020-11-10 14:33:56 +01:00
jbonofre 10903d490f Remove unused ant dependency 2020-11-10 11:20:37 +01:00
jbonofre 6e7762fbc8 [AMQ-8064] Upgrade to Tomcat 9.0.39 2020-11-10 10:55:36 +01:00
jbonofre bbc313aa73 [AMQ-8043] Upgrade to Spring 4.3.29.RELEASE 2020-11-10 10:01:01 +01:00
jbonofre 059bd5c71d [AMQ-8037] Upgrade to Jetty 9.4.34.v20201102 2020-11-10 09:31:27 +01:00
jbonofre 01d1e43cf8 [AMQ-8037] Upgrade to Jetty 9.4.31.v20200723 2020-11-10 08:56:18 +01:00
jbonofre 3852d0d123 [AMQ-8036] Upgrade to Jackson Databind 2.9.10.6 2020-11-10 06:24:53 +01:00
Benjamin Graf a2e718f259 AMQ-8055 - rename posion to correct poison 2020-10-23 09:50:18 +02:00
Justin Bertram fa8b4c5215 Update logos 2020-09-29 11:11:21 -05:00
gtully 72146d2dae AMQ-8040 - ensure state relating to diskbound tmp file pages is preserved on next update, fix and test 2020-09-11 17:04:15 +01:00
gtully 0c986c33f6 AMQ-8039 - support system property configuration of the inactivity monitor thread pool, follow example of nio. new test to verify 2020-09-11 10:39:15 +01:00
gtully 73e291693d AMQ-8035 - ensure propagated credentials are visible for bind and removed for subsequent mapping operations 2020-09-07 17:02:23 +01:00
artnaseef 4450c17c1c Properly encode the copy/move message URL. 2020-08-31 09:48:13 -07:00
gtully 5c8086961f AMQ-8023 - rework fix to deal with addSub interleaved with removeDestination advisory processing, serialise add/remove dest such that add is not lost and new sub resubscribes ok, extra verifications in the test 2020-08-27 16:31:50 +01:00
gtully c0e6d47121 AMQ-8023 - retain sync add call, duplicate sub suppression depends on it, regression in AMQ3274Test 2020-08-26 14:39:43 +01:00
gtully 0e2b24be36 AMQ-8023 - serialize sub add with destination removal advisory processing to avoid resub blocking a necessary purge via removal, fix and test via mqtt clean session scenario 2020-08-25 16:56:50 +01:00
Jean-Baptiste Onofré 213f381c95
Merge pull request #550 from coheigea/AMQ-7512
AMQ-7512 - Consolidate XBean byte parsing
2020-08-11 09:47:49 +02:00
Jean-Baptiste Onofré f3752eadb1
Merge pull request #549 from coheigea/AMQ-7511
AMQ-7511 - Update Jackson Databind to 2.9.10.5
2020-08-11 09:45:48 +02: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
Jean-Baptiste Onofré 6fef652beb
Merge pull request #554 from coheigea/AMQ-8020
AMQ-8020 - Replace toLowerCase().equals() with equalsIgnoreCase
2020-08-11 09:32:23 +02:00
Colm O hEigeartaigh e3e2fda509 AMQ-8020 - Replace toLowerCase().equals() with equalsIgnoreCase 2020-08-10 16:01:08 +01:00
Timothy Bish 742a7f42f0 AMQ-8016 Fix introspection support not checking Boolean class types
Support class should check both primitive and Object based types for
conversion from String to boolean or Boolean targets
2020-07-31 11:42:47 -04:00
Timothy Bish aed91a7474 AMQ-8015 Update AMQP related libraries
Update Qpid JMS, proton-j and netty libraries used for AMQP support
and tests to latest releases (0.53.0, 0.33.6, 4.1.51.Final).
2020-07-29 11:59:37 -04:00
Christopher Shannon 0a189f833e AMQ-8012 - Move synchronized block after null check 2020-07-24 16:22:24 -04:00
Christopher L. Shannon (cshannon) 62f5576fe5 AMQ-8012 - Improve thread safety of SubQueueSelectorCacheBroker
When returning a copy of the set of selectors we need to synchronize
2020-07-24 14:15:57 -04:00
Christopher L. Shannon (cshannon) 1dcc7d4b2c Merge branch 'AMQ-8012'
This closes #553
2020-07-24 14:13:45 -04:00
Matt Pavlovich 083acb9691 [AMQ-8012] Fix for ConcurrentModificationException in SubQueueSelectorCacheBroker
- Remove non-thread-safe method getSelectors()
 - Update all references to use the thread-safe getSelectorsForDestination() method
2020-07-24 12:22:12 -05:00
Christopher L. Shannon (cshannon) 6c07033c58 AMQ-7516 - Fix XAConenctionPoolTest after change to make tmFromJndi an
object
2020-07-16 08:20:22 -04:00
Tomasz Adamski 300d0b9e83 Change org.apache.activemq.jms.pool.XaPooledConnectionFactory#tmFromJndi parameter to Boolean for JCA validation 2020-07-16 08:20:16 -04:00
Christopher L. Shannon (cshannon) 6c0cb4143d AMQ-7516 - Fix XAConenctionPoolTest after change to make tmFromJndi an
object
2020-07-16 08:18:01 -04:00
Christopher L. Shannon (cshannon) 295b3acb9e AMQ-7516 - Merge branch
This closes #286
2020-07-16 08:10:59 -04:00
Tomasz Adamski 871654ded6 Change org.apache.activemq.jms.pool.XaPooledConnectionFactory#tmFromJndi parameter to Boolean for JCA validation 2020-07-15 14:53:58 +02: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
Colm O hEigeartaigh 930b18df65 AMQ-7512 - Consolidate XBean byte parsing 2020-07-10 17:22:09 +01:00
Colm O hEigeartaigh 32cb43c441 AMQ-7511 - Update Jackson Databind to 2.9.10.5 2020-07-08 14:56:43 +01:00
gtully b3386c8ac7 no jira - add selector on originalDestination attribute test 2020-07-06 16:56:30 +01:00
gtully a436b2177e AMQ-7508 - fix session reuse and remove incremental loggers, new test 2020-07-03 16:46:48 +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
Christopher L. Shannon (cshannon) 5901d9a6f0 AMQ-7505 - Adding missing license headers to two source files 2020-06-24 13:22:09 -04:00
Christopher L. Shannon (cshannon) 7c5a4bd940 AMQ-7505 - Fix prototype.js exclusion for apache-rat:check 2020-06-24 13:19:56 -04:00
Christopher L. Shannon (cshannon) 763b3c337f AMQ-7504 - Run apache-rat:check when apache-release profile is activated
This will verify licenses when doing a release
2020-06-24 12:54:58 -04:00
jbonofre 4ed2ba22a9 Cancel 5.16.0 release 2020-06-24 15:19:34 +02:00