Commit Graph

258 Commits

Author SHA1 Message Date
Robert von Burg dcc7ed5991
[Project] Set new version 2.1.0 2023-10-30 12:22:32 +01:00
Robert von Burg d578344c59
[Project] Update pom.xml in auto release 2023-10-30 12:22:17 +01:00
Robert von Burg 2c5b3babe1
[Project] Updated session handler properties 2023-10-05 15:51:18 +02:00
Robert von Burg 4560b77ff4
[Major] Refactored SessionHandler by moving to module agent 2023-10-05 14:23:59 +02:00
Robert von Burg 3750ed0e79
[Project] Updated PrivilegeAdmin role in all PrivilegeRoles.xml 2023-10-05 13:50:06 +02:00
Robert von Burg 82ef6969d7
[Project] Set new version 2.1.0-SNAPSHOT 2023-09-18 15:01:11 +02:00
Robert von Burg b003d124b4
[Project] Using latest Strolch snapshot 2023-09-18 15:01:06 +02:00
Robert von Burg 7a3b331a07
[Project] Remove default privilegeConflictResolution value 2023-09-18 13:42:11 +02:00
Robert von Burg 3fb221ce91
[Project] Removed default configuration values 2023-09-11 09:41:41 +02:00
Robert von Burg 8a88a0d0db
[Minor] Fixed compile error due to version.toJson() change 2023-08-28 15:04:39 +02:00
Robert von Burg 779a79631b
[Minor] Send mails async 2023-08-03 15:16:09 +02:00
Robert von Burg 17fb2a1f43
[Project] Remove unused agent property verbose 2023-07-28 14:11:10 +02:00
Robert von Burg 484d96ac8b
[Project] updated StrolchAdmin role 2023-07-28 12:43:58 +02:00
Robert von Burg 77a817ba1b
[Minor] Use configuration.getSecret() where applicable 2023-07-28 11:26:23 +02:00
Robert von Burg bce0c7fe1e
[Minor] Removed obsolete .unregister() overrides 2023-07-24 13:41:23 +02:00
Robert von Burg b1c5d05bbc
[Minor] Code formatting 2023-07-24 13:39:28 +02:00
Robert von Burg cf9e7fb402
[New] Added PlcService.unregisterAll() and using in .unregister() 2023-07-24 13:39:13 +02:00
Robert von Burg 3a5c4821ac
[Minor] Code cleanup 2023-07-24 13:37:29 +02:00
Robert von Burg b258ec76a8
[Minor] only log async update if above threshold 2023-07-24 13:37:20 +02:00
Robert von Burg ef1cd845b7
[Minor] Set SILENT_THRESHOLD = 100 2023-07-24 13:37:01 +02:00
Robert von Burg 2ed573a408
[Minor] Code cleanup 2023-07-24 13:36:37 +02:00
Robert von Burg 2afcd3a4cd
[Minor] Alwas log handleGetAddressState() 2023-07-24 13:35:54 +02:00
Robert von Burg aa358b40e5
[Minor] Code formatting 2023-07-24 13:35:30 +02:00
Robert von Burg 17df054aae
[Fix] Notify global listener after sending plc message 2023-07-24 13:34:57 +02:00
Robert von Burg 03b629b864
[Minor] Change log threshold in PlcGwClientHandler for TX 2023-07-24 13:34:20 +02:00
Robert von Burg c54da5ea64
[Project] Updated some maven dependencies 2023-07-24 13:32:12 +02:00
Robert von Burg 491b65709e
[Project] Removed unnecessary eclipse plug-ins 2023-07-20 16:28:14 +02:00
Gottfried Szing 0b416cf252
Fixed link to the documenation (#5) 2023-07-19 12:48:08 +02:00
Robert von Burg 0af7b2d691
[Project] updated pom.xml 2023-07-18 08:53:24 +02:00
Robert von Burg b9e2e2b1fb
[New] Updated jersey dependency 2023-06-20 09:45:13 +02:00
Robert von Burg 8f7a029dfd
[New] Added PlcExecutionPolicy.unregister() 2023-04-25 14:43:40 +02:00
Robert von Burg d898fb64df
[Minor] Removed all //$NON-NLS-1$ 2023-04-04 11:24:12 +02:00
Robert von Burg 89a3436505
[Major] Updated strolch model XSD to 2.0 2023-03-16 21:46:49 +01:00
Robert von Burg f292bee931
[Project] Fixed old URLs 2022-12-20 11:10:14 +01:00
Robert von Burg 3055cd4e5f
[Project] Updated names of modules 2022-12-16 16:22:54 +01:00
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