Commit Graph

3413 Commits

Author SHA1 Message Date
Robert von Burg e6c298b3ab
[Minor] show time stamp in ISO8601 format in Packet 2022-11-04 13:53:48 +01:00
Robert von Burg 9641dc2fb5
[New] Added ITimeVariable.equals() contract with tests 2022-10-19 10:54:36 +02:00
Robert von Burg 0cd54539bf
[New] Updated implementations of equals()/hashCode() for state variables 2022-10-19 10:53:57 +02:00
Robert von Burg 0ccb3aaa83
[Fix] Catch and log failing warning task 2022-10-11 16:39:45 +02:00
Robert von Burg 0ce29fb2a1
[New] Extending execution policies for warning task 2022-10-11 15:53:50 +02:00
Robert von Burg 7f3bfd8fac
[Fix] Controller.toStopped() should work for not in exec activity 2022-10-10 16:27:22 +02:00
Robert von Burg a7c00671ff
[Project] Removed obsolete StrolchQuery privileges 2022-10-10 14:23:25 +02:00
Robert von Burg a8304d6745
[Project] Updated compiler property to JDK 17 2022-10-10 12:46:12 +02:00
Robert von Burg a17b89b833
[Fix] logger fix 2022-10-07 16:05:51 +02:00
Robert von Burg df9bc79041
[New] DurationExecution now respects 0s duration 2022-10-07 08:38:34 +02:00
Robert von Burg 429976025c
[New] Added new Checked consumer and function 2022-10-06 17:40:52 +02:00
Robert von Burg a864ff74cf
[Fix] Fixed broken test 2022-09-30 14:54:03 +02:00
Robert von Burg 5e95f0ad94
[Minor] OperationsLog start is now async 2022-09-29 13:42:17 +02:00
Robert von Burg 0aa38c4e5b
[Minor] OperationsLog start is now async 2022-09-27 15:13:20 +02:00
Robert von Burg 6a8f2abe8d
[Minor] interning strings for log messages 2022-09-15 10:17:36 +02:00
Robert von Burg af45a03668
[Minor] Require interpretation and UOM for MetricPolicy 2022-09-09 08:45:03 +02:00
Robert von Burg 0f895cb7ba
[Project] Removed mvnw 2022-09-08 12:44:33 +02:00
Robert von Burg ee7acc43e7
[Fix] concurrent modification fix on EventBasedExecutionHandler.stop() 2022-09-06 13:10:28 +02:00
Robert von Burg 6764ae13d2
[Minor] Garbage collect after startup
This allows us to see the memory usage after startup
2022-09-06 13:10:04 +02:00
Robert von Burg f888e5cd1c
[Fix] Properly show memory usage 2022-09-06 13:09:28 +02:00
Robert von Burg ca046f7e66
[New] More String interning of some fields 2022-09-06 13:09:04 +02:00
Robert von Burg fd2ba1be0c
[Minor] Allow overriding time granularity in MetricPolicy 2022-09-05 16:11:35 +02:00
Robert von Burg cc31e72d56
[New] String interning of some fields 2022-09-05 11:37:15 +02:00
Robert von Burg caf9f4aae9
[New] Cloning without getters and setters 2022-09-05 11:35:33 +02:00
Robert von Burg 62e122b107
[Fix] Fixed writing empty Resource with version 2022-08-23 14:22:22 +02:00
Robert von Burg e0f7bd57da
[Minor] Handle NPE in DefaultPrivilegeHandler.detectPrivilegeConflicts() 2022-08-23 14:14:19 +02:00
Robert von Burg 27d62cd6af
[Project] Removed annoying .mvn/wrapper
It always messes IntelliJ up...
2022-08-18 13:07:20 +02:00
Robert von Burg ad81125c29
[Fix] Check if updateTask is null in DefaultObserverHandler 2022-08-17 14:49:32 +02:00
Robert von Burg a4e6208430
Revert "[Project] Fixing deployment to Nexus"
This reverts commit 3db66595fb.
2022-08-17 06:55:06 +02:00
Robert von Burg 7d30438881
Revert "[Project] Downgraded nexus-staging-maven-plugin version to 1.6.12"
This reverts commit 864cf6fc
2022-08-17 06:49:50 +02:00
Robert von Burg 3db66595fb
[Project] Fixing deployment to Nexus 2022-08-17 06:41:53 +02:00
Robert von Burg 7bb8302be0
[Project] Moved archetypes to separate repository 2022-08-16 22:06:27 +02:00
Robert von Burg 08ecd527a4
[Project] Updating web app archetype 2022-08-16 21:49:27 +02:00
Robert von Burg 337822a30b
[Project] updated README.md 2022-08-16 14:00:59 +02:00
Robert von Burg 864cf6fc4f
[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 a69044fb5a
[Project] Updated nexus-staging-maven-plugin version to 1.6.13 2022-08-16 13:16:01 +02:00
Robert von Burg a85ee2fd7d
[Project] Updated postgresql version to 42.4.1 2022-08-16 12:30:36 +02:00
dependabot[bot] b6b7c8cd45
Bump postgresql from 42.3.3 to 42.4.1 (#24)
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.3.3 to 42.4.1.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.3.3...REL42.4.1)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-16 09:34:12 +02:00
Robert von Burg ac44a7ab24
[New] Added StringHelper.generateId()
Generates a string ID, using {@link SecureRandom} to concatenate ASCII characters of A-Z and 0-9 together till the given length is reached.

The following characters are filtered out:
- O
- 0
- I
- 1

Examples:
- QGAQ4QX3VX
- WMQLJAQY2N
2022-08-15 10:02:16 +02:00
Robert von Burg c462703712
[Fix] Fixed title bar search field styling 2022-08-11 15:04:02 +02:00
Robert von Burg 7bbc212be5
[New] ObjectHelper.equals() converts enums to string, if other is String 2022-08-09 15:27:17 +02:00
Robert von Burg b64861f296
[Project] Updated web dependencies 2022-08-08 16:02:56 +02:00
Robert von Burg f4155d43ba
[New] Added ParameterizedElement.copyParameterValue() and .copyRelationId() 2022-08-05 15:51:54 +02:00
Robert von Burg 0eb82322e9
[Minor] Logging RestfulApplication init 2022-08-05 13:19:34 +02:00
Robert von Burg 1326f7d627
[Minor] Code cleanup 2022-07-26 15:17:52 +02:00
Robert von Burg 271b0577f3
[Fix] Simplified TimeVariable.getValueAt() and removed value from TimeValue.compareTo() 2022-07-26 15:16:47 +02:00
Robert von Burg 07767c9c70
[New] Added .parse() to Resource, Order and Activity classes 2022-07-26 15:16:06 +02:00
Robert von Burg 21f6f8d07a
[Fix] Update metrics to not use changes but set value 2022-07-26 11:49:01 +02:00
Robert von Burg 37ef234902
[Fix] Fixed reload on reconnect 2022-07-26 10:36:48 +02:00
Robert von Burg 311cc30db2
[Project] Added missing groupId to plugin 2022-07-26 10:36:08 +02:00