Skip to content

Commit

Permalink
Allowed a custom resolver script to be attached to any physical model…
Browse files Browse the repository at this point in the history
… entity

Created an HTTP client for GET and POST requests
Provided an example of an Arduino UNO WiFi using the HTTP client
Updated Bouncy Castle to version 1.77
Updated RabbitMQ to version 5.20.0
Updated ActiveMQ to version 5.18.3
Updated Kafka to version 3.6.1
Updated Jackson to version 2.16.0
Updated WebSocket to version 1.5.5
  • Loading branch information
point85 committed Dec 26, 2023
1 parent ae9d922 commit 614575f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>

<properties>
<domain.version>3.9.2</domain.version>
<domain.version>3.10.0</domain.version>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -12,7 +12,7 @@

<groupId>org.point85</groupId>
<artifactId>oee-collector</artifactId>
<version>3.9.2</version>
<version>3.10.0</version>
<name>In-process data collector</name>
<description>Executed by Java Service Wrapper</description>

Expand Down
2 changes: 1 addition & 1 deletion wrapper/Win/conf/wrapper.conf
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ wrapper.lang.folder=../lang
# Locate the java binary on the system PATH:
#wrapper.java.command=java
# Specify a specific java binary:
set.JAVA_HOME=C:/dev_support/jdk-11.0.13
# set.JAVA_HOME=C:/dev_support/jdk-11.0.13
wrapper.java.command=%JAVA_HOME%/bin/java

# Tell the Wrapper to log the full generated Java command line.
Expand Down

0 comments on commit 614575f

Please sign in to comment.