Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: support topic names using "//" or wildcards #4065

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion kura/org.eclipse.kura.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ Import-Package: javax.crypto,
org.osgi.util.tracker;version="1.5.0",
org.slf4j;version="1.6.4"
Bundle-ClassPath: .,
lib/org.eclipse.paho.client.mqttv3-1.2.1.k2.jar
lib/org.eclipse.paho.client.mqttv3-1.2.5.jar
5 changes: 3 additions & 2 deletions kura/org.eclipse.kura.core/build.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2011, 2020 Eurotech and/or its affiliates and others
# Copyright (c) 2011, 2022 Eurotech and/or its affiliates, Simone Pulcini and others
#
# This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0
Expand All @@ -9,6 +9,7 @@
#
# Contributors:
# Eurotech
# Simone Pulcini
#

source.. = src/main/java/,\
Expand All @@ -19,7 +20,7 @@ bin.includes = META-INF/,\
OSGI-INF/,\
src/main/resources/,\
about.html,\
lib/org.eclipse.paho.client.mqttv3-1.2.1.k2.jar
lib/org.eclipse.paho.client.mqttv3-1.2.5.jar
additional.bundles = slf4j.api,\
org.eclipse.osgi,\
org.eclipse.equinox.io,\
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ org.apache.activemq.artemis.version=2.8.0-SNAPSHOT
org.apache.activemq.artemis.upstream.version=2.6.4

#target platform commons versions
org.eclipse.paho.client.mqttv3.version=1.2.1
org.eclipse.paho.client.mqttv3.version=1.2.5
javax.usb.api.version=1.0.2
javax.usb.common.version=1.0.2
javax.usb.linux.version=1.0.3
Expand Down