Skip to content

Commit 02de7de

Browse files
Readme (#4)
* 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] <support@github.com> * Update Java readme Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3ac4f8a commit 02de7de

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

java/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
# MQTT External Object
1+
# MQTT External Object
22

33
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.
44

55
=== This implementation is only for the Java generator ===
66

77
## How to use it
88

9-
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.
9+
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.
1010

1111
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,).
1212

13-
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.
13+
You also need to import MQTT_EXO.xpz file provided in Java Release. This will import 3 different External Objects and a Domain.
1414

1515
The MQTT External Object is the one holds the method for publishing and subscribing to MQTT events.
1616

java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<dependency>
5959
<groupId>com.fasterxml.jackson.core</groupId>
6060
<artifactId>jackson-databind</artifactId>
61-
<version>2.10.4</version>
61+
<version>2.12.6.1</version>
6262
</dependency>
6363
<dependency>
6464
<groupId>${project.groupId}</groupId>

0 commit comments

Comments
 (0)