Commit Graph

3289 Commits

Author SHA1 Message Date
Robert von Burg 6b71a0482d
[Project] Set new version 1.8.2 2022-08-17 06:37:14 +02:00
Robert von Burg 85ddc67c54
Merge branch 'develop' into release/1.8 2022-08-17 06:36:44 +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 dc80478f3d
[Project] Set release SNAPSHOT version 1.8.1 2022-08-16 13:17:28 +02:00
Robert von Burg b8693bdb08
[Project] Set new version 1.8.1 2022-08-16 13:17:23 +02:00
Robert von Burg 1c4c73a904
Merge branch 'develop' into release/1.8 2022-08-16 13:16:51 +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
Robert von Burg ff313aa9da
[Project] Set release SNAPSHOT version 1.8.0 2022-08-16 09:37:03 +02:00
Robert von Burg 9413c226fe
[Project] Set new version 1.8.0 2022-08-16 09:36:50 +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
Robert von Burg 05f2a7501b
[Project] Updated web dependencies 2022-07-20 12:35:44 +02:00
Robert von Burg e4d221fa16
[Fix] Properly check if OperationsLog is available in StrolchJob 2022-07-19 10:56:50 +02:00
Robert von Burg d545355b56
[Project] remove bower_components in release profile before running npm install 2022-07-15 10:05:11 +02:00
Robert von Burg cbe7b0d171
[Project] Added maven clean plugin version 3.2.0 2022-07-15 10:04:43 +02:00
Robert von Burg 6e33786791
[Fix] call accept on param, in setOrAddParamFromFlatJson 2022-07-12 15:38:29 +02:00
Robert von Burg 240cf50cf6
[Project] Updated web dependencies 2022-07-11 14:27:35 +02:00
Robert von Burg a4aaedf4ed
[New] Added ParameterBagContainer.isRelationEmpty() and cleanup 2022-07-07 12:09:01 +02:00
Robert von Burg 76ca062cb7
[New] Added new ParameterizedElement.setParamFromFlatJson() and .setParamFromFlatJson() 2022-07-06 17:16:18 +02:00
Robert von Burg 50a5d002a7
[New] Created new SetParameterValueFromJsonVisitor 2022-07-06 17:15:45 +02:00
Robert von Burg d0c02ffc38
[Minor] code cleanup 2022-07-06 17:14:44 +02:00
Robert von Burg a4c19f7ef5
[Project] Updated web dependencies 2022-07-05 15:30:55 +02:00
Robert von Burg a2c3418bb5
[Project] updated web dependencies 2022-07-04 17:14:37 +02:00
Robert von Burg 2668063d97
[Minor] Log long running observer updates 2022-07-01 15:14:25 +02:00
Robert von Burg 2aab18c2a2
[Major] Removed EventCollectingObserverHandler and using single thread for observer updates 2022-07-01 14:04:54 +02:00
Robert von Burg 9db0fd5a76
[New] Added AbstractModelObserver for using in components 2022-06-30 20:43:40 +02:00
Robert von Burg 433d4dad4e
[New] Added default implementations in Observer 2022-06-30 20:43:20 +02:00
Robert von Burg 95815c6f84
[Minor] Code cleanup in observer handler code 2022-06-30 20:43:07 +02:00
Robert von Burg 66f638cbd4
[Minor] Moved finally block in AbstractTransaction to .close() 2022-06-29 10:47:53 +02:00
Robert von Burg 5764201470
[New] Added I18nMessage.toString() 2022-06-27 16:41:43 +02:00
Robert von Burg 74cddd997d
[Fix] Fixed broken test 2022-06-23 08:22:10 +02:00
Robert von Burg f19602f0de
[Fix] Fixed bug when removing single message 2022-06-22 12:36:51 +02:00
Robert von Burg 4136d27a32
[Project] Updated web dependencies 2022-06-22 08:38:05 +02:00
Robert von Burg 93ff0f0d02
[New] Added StrolchElementToJsonVisitor.withBagId() 2022-06-17 15:33:32 +02:00
Robert von Burg 25f6729621
[Minor] Code cleanup 2022-06-14 11:53:13 +02:00