This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch activemq-6.1.x
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/activemq-6.1.x by this push:
new 048651b97c AMQ-7517: Remove lib in the default classpath (#1442)
048651b97c is described below
commit 048651b97ca1789444c22e45dd193bacb6f801b6
Author: JB Onofré <[email protected]>
AuthorDate: Sat May 31 07:56:01 2025 +0200
AMQ-7517: Remove lib in the default classpath (#1442)
(cherry picked from commit caeb4cad03d197e432213221d4a52ec5e6010ae1)
---
assembly/src/release/bin/activemq | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/assembly/src/release/bin/activemq
b/assembly/src/release/bin/activemq
index e5834fae19..9aa1eeeeb1 100755
--- a/assembly/src/release/bin/activemq
+++ b/assembly/src/release/bin/activemq
@@ -108,7 +108,7 @@ if [ -z "$ACTIVEMQ_USER_CLASSPATH" ] ; then
fi
# ActiveMQ Classpath configuration
-ACTIVEMQ_CLASSPATH="${ACTIVEMQ_BASE%/}/../lib/:$ACTIVEMQ_USER_CLASSPATH"
+ACTIVEMQ_CLASSPATH="$ACTIVEMQ_USER_CLASSPATH"
# Active MQ configuration directory
if [ -z "$ACTIVEMQ_CONF" ] ; then
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact