Commit Graph

273 Commits

Author SHA1 Message Date
Robert von Burg e103545025
[Major] Updated to jakarta and version 2.0.x, renamed modules 2022-12-16 15:44:59 +01:00
Robert von Burg 00b46cfdf8
[Major] Updated to jakarta and version 2.0.x, renamed modules 2022-12-16 15:37:11 +01:00
Robert von Burg 440a5c36ab
[Major] Moved to Jakarta Servlet 5.x and Jersey 3.1 2022-12-15 20:25:57 +01:00
Robert von Burg 12a83fa29d
[New] Updated to slf4j 2.x and logback 1.4.x
Updated LoggingLoader to reset configuration
2022-12-14 20:59:03 +01:00
Robert von Burg 41b89c0e2d
[Project] Bump postgresql from 42.4.1 to 42.4.3 2022-11-24 15:29:11 +01:00
Robert von Burg d5716e60ea
[Fix] Only notify connection state if changed 2022-11-04 15:59:07 +01:00
Robert von Burg efb353647e
[Project] Removed obsolete StrolchQuery privileges 2022-10-10 14:23:25 +02:00
Robert von Burg c9a15bb73b
[Project] Updated compiler property to JDK 17 2022-10-10 12:46:12 +02:00
Robert von Burg 206c997f5a
[Fix] fix shutdown of handlers 2022-10-07 16:06:15 +02:00
Robert von Burg 15c9eb731d
[Major] New GetAddressState PLC telegram 2022-10-07 15:39:10 +02:00
Robert von Burg 20bd342651
[Major] Refactored state management of PLCs
Now one can register for connection states using PlcConnectionStateListener and perform appropriate work when a PLC connects or disconnects
2022-10-06 17:42:24 +02:00
Robert von Burg 110a7ffe3f
[Project] Removed mvnw 2022-09-08 12:44:33 +02:00
Robert von Burg 40f2726940
[Project] Removed annoying .mvn/wrapper
It always messes IntelliJ up...
2022-08-18 13:07:16 +02:00
Robert von Burg 788ce68786
[Project] Renamed README.md 2022-08-17 14:50:07 +02:00
Robert von Burg 2db3520687
Revert "[Project] Fixing deployment to Nexus"
This reverts commit 5f0f936a3b.
2022-08-17 06:55:06 +02:00
Robert von Burg 22ef9ea26b
Revert "[Project] Downgraded nexus-staging-maven-plugin version to 1.6.12"
This reverts commit fb15f9b063.
2022-08-17 06:49:18 +02:00
Robert von Burg 5f0f936a3b
[Project] Fixing deployment to Nexus 2022-08-17 06:41:53 +02:00
Robert von Burg fb15f9b063
[Project] Downgraded nexus-staging-maven-plugin version to 1.6.12
this is because of https://issues.sonatype.org/browse/OSSRH-79509
2022-08-16 13:35:26 +02:00
Robert von Burg 34adbe5fe7
[Project] Updated nexus-staging-maven-plugin version to 1.6.13 2022-08-16 13:16:01 +02:00
Robert von Burg 8e7d29e0ad
[Project] Updated postgresql version to 42.4.1 2022-08-16 12:30:31 +02:00
Robert von Burg c084ded426
[Project] Added maven clean plugin version 3.2.0 2022-07-15 10:04:42 +02:00
Robert von Burg 3478d0cf52
[Major] Renamed PlcService.handleFailedSchedule to .handleFailedAsync() 2022-07-13 15:18:54 +02:00
Robert von Burg bc73abbf49
[New] Added PlcService.debounce() 2022-07-13 15:18:22 +02:00
Robert von Burg 56c1fa551e
[Project] Added JavaDoc to PlcListener, PlcService and PlcAddress 2022-07-13 15:17:34 +02:00
Robert von Burg d28da2163c
[Minor] Added logging in DataLogicScannerConnectionTest 2022-07-12 15:38:00 +02:00
Robert von Burg c511a52d1d
[Fix] Fixed broken test 2022-05-11 06:18:28 +02:00
Robert von Burg 4e4ed5aa0f
[Project] Added a simple plc runtime for tests 2022-05-10 07:30:56 +02:00
Robert von Burg 124e93e828
[Minor] Added NoPlcServiceInitializer 2022-05-10 07:28:18 +02:00
Robert von Burg ccf3841f77
[Minor] Allow to disable connecting to PLC server 2022-05-10 07:28:05 +02:00
Robert von Burg fe20b0066e
[Fix] Fixed broken tests due to change to async updates 2022-05-05 15:25:00 +02:00
Robert von Burg e1ce116460
[Minor] don't try to retry null message 2022-05-05 15:20:00 +02:00
Robert von Burg d8e51c67ec
[Minor] authenticated flag should be volatile 2022-05-05 15:18:44 +02:00
Robert von Burg c43ba68372
[New] Added PARAM_VERBOSE constant 2022-05-05 13:17:21 +02:00
Robert von Burg 5dfbb59967
[Major] Refactored DefaultPlcHandler
- queueing state updates, etc.
- don't do inversion of boolean values (already done before in Plc)
2022-05-05 13:17:02 +02:00
Robert von Burg b3679caf58
[Major] inverted addresses are handled when notifying Plc 2022-05-05 13:15:32 +02:00
Robert von Burg 6c9a854ec8
[Minor] Better I2C logging 2022-05-05 13:05:06 +02:00
Robert von Burg 9bacf5447e
[Minor] better I2C logging 2022-05-05 09:40:32 +02:00
Robert von Burg 763ad467ef
[New] Queue sending messages if not connected to PLC Server 2022-05-04 19:01:24 +02:00
Robert von Burg 086df5d4ec
[Minor] code cleanup 2022-05-04 19:01:06 +02:00
Robert von Burg 18d696f0d1
[Minor] Fixed concurrent modification for list 2022-05-04 18:40:21 +02:00
Robert von Burg 897eaee022
[New] Added PlcAddressKey.parseKey() 2022-05-04 17:17:49 +02:00
Robert von Burg ae20e89b21
[Minor] logger change 2022-05-04 16:43:27 +02:00
Robert von Burg c73ffff45c
[New] PlcAddressGenerator now also adds remote boolean param 2022-05-04 16:33:43 +02:00
Robert von Burg da5bbf8876
[New] Added PlcService.async() 2022-05-04 16:33:20 +02:00
Robert von Burg 7b645e6d89
[Minor] better I2C logging 2022-05-04 16:32:37 +02:00
Robert von Burg b953c6fd40
[Minor] get plcId by searching on action hierarchy 2022-05-04 14:12:21 +02:00
Robert von Burg e537c5413c
[New] Allow to define PlcAddresses as remote 2022-05-04 09:47:38 +02:00
Robert von Burg 7d7c2f184a
[Minor] Logging of detected I2C bits 2022-05-04 09:03:34 +02:00
Robert von Burg cfce13e991
[Minor] Log enabled PLC messages 2022-05-03 16:56:27 +02:00
Robert von Burg a3a67278e5
[Minor] Fixed shutdown NPEs 2022-05-03 08:52:40 +02:00