Commit Graph

272 Commits

Author SHA1 Message Date
Robert von Burg 5e2e139fcf
[Minor] Code cleanup 2024-04-12 13:20:48 +02:00
Robert von Burg d9f6f9daca
[New] ReadState is now configurable with configuration parameter plcSupportsReadState
If this parameter is missing, it is considered true, as this is the previous behaviour
2024-04-12 10:56:46 +02:00
Robert von Burg c3a7f6abea
[Project] Removed duplicate version declaration 2024-03-21 12:06:48 +01:00
Robert von Burg e4b878c49d
[Project] Updated dependencies to JAX-WS 2024-03-18 11:11:51 +01:00
Robert von Burg ae4c380b5e
[Project] Updated maven-deploy-plugin version to 3.1.1 2024-01-04 15:54:41 +01:00
Robert von Burg 35cf89cde5
[Project] Added deployment to repo.strolch.li 2024-01-04 11:09:11 +01:00
Robert von Burg 625e6a70cb
[Project] Added deployment to repo.strolch.li 2024-01-02 20:32:43 +01:00
Robert von Burg 429c3113ce
[Project] Added deployment to repo.strolch.li 2024-01-02 20:28:25 +01:00
Robert von Burg d46c7630c8
[Project] Added deployment to repo.strolch.li 2024-01-02 14:47:13 +01:00
Robert von Burg 1358ca2440
[Project] Added deployment to repo.strolch.li 2024-01-01 13:41:40 +01:00
Robert von Burg 88ffd8ddb2
[Project] Updated logback to 1.4.14 2023-12-13 21:08:54 +01:00
Robert von Burg 2125d07bb2
[Project] Downgrade to logback 1.4.8, as 1.4.12 has incompatible API change 2023-11-30 10:49:44 +01:00
dependabot[bot] 8954f3ae21
Bump ch.qos.logback:logback-classic from 1.4.5 to 1.4.12 (#6)
Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.4.5 to 1.4.12.
- [Commits](https://github.com/qos-ch/logback/compare/v_1.4.5...v_1.4.12)

---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-30 10:07:53 +01:00
Robert von Burg 773258220a
[Project] Updated to JDK 21 2023-11-27 08:21:57 +01:00
Robert von Burg ea8cfda27a
[Project] Set new version 2.2.0-SNAPSHOT 2023-11-27 07:58:47 +01:00
Robert von Burg c2e4a08cff
[Project] Update dependencies 2023-11-27 07:58:28 +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