From 2ac74e8455e09b29db4b4b292f94f2f0ca436507 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 May 2022 15:22:37 +0000 Subject: [PATCH 1/2] Bump jackson-databind from 2.10.4 to 2.12.6.1 in /java Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.10.4 to 2.12.6.1. - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- java/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/pom.xml b/java/pom.xml index d52ee91..961dccf 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -58,7 +58,7 @@ com.fasterxml.jackson.core jackson-databind - 2.10.4 + 2.12.6.1 ${project.groupId} From b7e582fd7e06f83bc741bc04a1e71cf9b8679c17 Mon Sep 17 00:00:00 2001 From: iroqueta Date: Tue, 17 May 2022 16:00:41 -0300 Subject: [PATCH 2/2] Update Java readme --- java/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/java/README.md b/java/README.md index 9327615..0ae425c 100644 --- a/java/README.md +++ b/java/README.md @@ -1,4 +1,4 @@ -# MQTT External Object +# MQTT External Object This repository holds the implementation of a GeneXus [External Object](https://wiki.genexus.com/commwiki/servlet/wiki?6148) that allows you to include MQTT events in your Knowledge Base. @@ -6,11 +6,11 @@ This repository holds the implementation of a GeneXus [External Object](https:// ## How to use it -First, add to the Knowledge Base the dependencies needed for the external object, provided in the [assets](./assets/) folder of this repository. Unzip the [MQTTLib.zip](./assets/MQTTLib.zip) file and add the two contained files (`genexus-mqtt-*.jar`, `eclipse-paho-mqttv3-1.2.5.jar`) into your Knowledge Base. Make sure you set the property [Extract for Java Generator](https://wiki.genexus.com/commwiki/servlet/wiki?39499,Extract+for+Java+Generator+property) to **True** for all of these files. +First, add to the Knowledge Base the dependencies needed for the external object. Add `genexus-mqtt-*.jar` present in the Java Release and `eclipse-paho-mqttv3-1.2.5.jar` from maven into your Knowledge Base. Make sure you set the property [Extract for Java Generator](https://wiki.genexus.com/commwiki/servlet/wiki?39499,Extract+for+Java+Generator+property) to **True** for all of these files. In order to be able to import the external object, you need to add both jar files to your [classpath property](https://wiki.genexus.com/commwiki/servlet/wiki?9248,Classpath+property,). -You also need to import the [MQTT_EXO.xpz](./assets/MQTT_EXO.xpz) file provided in this repository. This will import 3 different External Objects and a Domain. +You also need to import MQTT_EXO.xpz file provided in Java Release. This will import 3 different External Objects and a Domain. The MQTT External Object is the one holds the method for publishing and subscribing to MQTT events.