Patch |
File delta |
Description |
init debian default values.patch | (download) |
assembly/src/release/bin/activemq |
23 11 + 12 - 0 !
1 file changed, 11 insertions(+), 12 deletions(-) |
init debian default values
Initialize the start script with Debian values.
|
activemq spring.patch | (download) |
activemq-spring/src/main/java/org/apache/activemq/pool/PooledConnectionFactoryBean.java |
9 4 + 5 - 0 !
activemq-spring/src/main/java/org/apache/activemq/store/PersistenceAdapterFactoryBean.java |
5 2 + 3 - 0 !
2 files changed, 6 insertions(+), 8 deletions(-) |
activemq-spring
Fix FTBFS with Debian's version of Spring.
|
activemq client jar.patch | (download) |
activemq-client/pom.xml |
2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-) |
activemq-client jar
Fix FTBFS due to wrong packaging type.
|
disable broker test dependency.patch | (download) |
activemq-ra/pom.xml |
4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-) |
disable broker test dependency
Fix FTBFS due to missing broker test dependency. maven.ignoreRules doesn't work
somehow.
|
java11.patch | (download) |
activemq-client/pom.xml |
5 5 + 0 - 0 !
activemq-jdbc-store/pom.xml |
8 8 + 0 - 0 !
2 files changed, 13 insertions(+) |
java11
Build-Depend on jaxb-impl and javax API because these classes have been
removed in Java 11.
|
enable activemq jdbc store module.patch | (download) |
activemq-jdbc-store/pom.xml |
10 10 + 0 - 0 !
pom.xml |
15 15 + 0 - 0 !
2 files changed, 25 insertions(+) |
enable-activemq-jdbc-store-module
|
mising dependency in stomp pom.patch | (download) |
activemq-stomp/pom.xml |
5 5 + 0 - 0 !
1 file changed, 5 insertions(+) |
the pom file in activemq-stomp misses the xpp3:xpp3 dependency
|
0001 AMQ 9370 Openwire marshaller should validate Throwab.patch | (download) |
activemq-client/pom.xml |
11 11 + 0 - 0 !
activemq-client/src/main/java/org/apache/activemq/openwire/OpenWireUtil.java |
32 32 + 0 - 0 !
activemq-client/src/main/java/org/apache/activemq/openwire/v1/BaseDataStreamMarshaller.java |
4 4 + 0 - 0 !
activemq-client/src/main/java/org/apache/activemq/openwire/v10/BaseDataStreamMarshaller.java |
4 4 + 0 - 0 !
activemq-client/src/main/java/org/apache/activemq/openwire/v11/BaseDataStreamMarshaller.java |
4 4 + 0 - 0 !
activemq-client/src/main/java/org/apache/activemq/openwire/v12/BaseDataStreamMarshaller.java |
4 4 + 0 - 0 !
activemq-client/src/main/java/org/apache/activemq/openwire/v9/BaseDataStreamMarshaller.java |
4 4 + 0 - 0 !
activemq-client/src/test/java/org/apache/activemq/openwire/OpenWireValidationTest.java |
166 166 + 0 - 0 !
activemq-openwire-legacy/pom.xml |
14 14 + 0 - 0 !
activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v2/BaseDataStreamMarshaller.java |
4 4 + 0 - 0 !
activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v3/BaseDataStreamMarshaller.java |
4 4 + 0 - 0 !
activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v4/BaseDataStreamMarshaller.java |
4 4 + 0 - 0 !
activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v5/BaseDataStreamMarshaller.java |
4 4 + 0 - 0 !
activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v6/BaseDataStreamMarshaller.java |
4 4 + 0 - 0 !
activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v7/BaseDataStreamMarshaller.java |
4 4 + 0 - 0 !
activemq-openwire-legacy/src/main/java/org/apache/activemq/openwire/v8/BaseDataStreamMarshaller.java |
4 4 + 0 - 0 !
activemq-openwire-legacy/src/test/java/org/apache/activemq/openwire/OpenWireLegacyValidationTest.java |
129 129 + 0 - 0 !
pom.xml |
7 7 + 0 - 0 !
18 files changed, 407 insertions(+) |
[patch] amq-9370 - openwire marshaller should validate throwable
class type
(cherry picked from commit 3eaf3107f4fb9a3ce7ab45c175bfaeac7e866d5b)
Bug-Debian: https://bugs.debian.org/1054909
Bug-Debian-Security: https://security-tracker.debian.org/tracker/CVE-2023-46604
|
0001 AMQ 9201 Update Jolokia default access configuration.patch | (download) |
assembly/src/release/conf/jolokia-access.xml |
34 33 + 1 - 0 !
1 file changed, 33 insertions(+), 1 deletion(-) |
[patch] amq-9201 - update jolokia default access configuration
(cherry picked from commit 6120169e563b55323352431dfe9ac67a8b4de6c2)
Bug: https://issues.apache.org/jira/browse/AMQ-9201
Bug-Debian-Security: https://security-tracker.debian.org/tracker/CVE-2022-41678
|