Commit Graph

2904 Commits

Author SHA1 Message Date
Robert von Burg 401f77b807 [Minor] catch adding parameters with no ID set 2020-07-07 17:30:06 +02:00
Robert von Burg e13ddba67c [New] Added *ToJsonVisitor.flatBagsByType() 2020-07-07 16:18:17 +02:00
Robert von Burg 3959cf4a26 [Fix] Fixed StrolchValueType.valueToJson() 2020-07-07 16:17:40 +02:00
Robert von Burg 4029fd7d1c [New] Added constants to StrolchModelConstants 2020-07-07 16:17:17 +02:00
Robert von Burg 59db1f9a11 [Fix] checked for null value in AbstractListParameter.clear() 2020-07-07 16:16:50 +02:00
Robert von Burg 3cd63ff7cd [New] Added MathHelper.getNumberOfDecimalPlaces() 2020-07-06 12:57:00 +02:00
Robert von Burg 626fb847f7 [New] Extended StrolchElementBuilder to build concrete elements, added tests 2020-07-03 11:12:22 +02:00
Robert von Burg d63cddf0b4 [New] Added StrolchTimedState.getValueType() 2020-07-03 11:09:55 +02:00
Robert von Burg 015557d3e6 [New] Added Builder API for Strolch elements 2020-07-02 15:54:50 +02:00
Robert von Burg 8537bead2d [Minor] Remove redundant interface declaration on parameters 2020-07-02 15:54:10 +02:00
Robert von Burg 0ca545501e [Major] Moved constants from StrolchConstants to StrolchModelConstants 2020-07-02 15:53:47 +02:00
Robert von Burg 17cd3e43c7 [New] Added stream to MapOf... collections 2020-07-02 15:52:17 +02:00
Robert von Burg e66b1bdc6b [Major] removed DateParameter.toZonedDateTime() and .toLocalDateTime() 2020-07-01 11:40:00 +02:00
Robert von Burg 103be2fe3c [New] GroupedParameterizedElement and ParameterizedElement auto create missing params on setXxx()-methods 2020-07-01 11:39:29 +02:00
Robert von Burg 02d266f694 [New] Added DateParameter.getValueLdt() and .getValueZdt() 2020-07-01 11:38:43 +02:00
Robert von Burg e017c98048 [New] Added tx.getConfiguration() to get getResourceBy(TYPE_CONFIGURATION, RES_CONFIGURATION)
gracefully handles missing resource
2020-06-29 16:07:57 +02:00
Robert von Burg 1b3b3778e6 [Major] GroupedParameterizedElement.get() and .set() changes
The GroupedParameterizedElement.get() and .set() helper methods for default bag parameters, now safely handle non-existing bags and parameters. This means that one can simply do:

    resource.getBoolean("newBoolean");
    resource.setBoolean("newBoolean", true);

even if the parameters or ParameterBag don't exist.
2020-06-29 16:07:05 +02:00
Robert von Burg b818a102c3 [Minor] StrolchRestfulConstants.DATA refers to Tags.Json.DATA 2020-06-29 16:04:45 +02:00
Robert von Burg 40a604ebb6 [New] Added ISO8601.EMPTY_VALUE_LOCAL_DATE 2020-06-29 16:04:17 +02:00
Robert von Burg 682ce014be [New] Added new constructors to DateParameter 2020-06-29 16:04:01 +02:00
Robert von Burg 78894216d0 [Minor] Code cleanup 2020-06-26 11:36:10 +02:00
Robert von Burg 9c7044a957 [New] Added StrolchAgent.get..() short hand methods 2020-06-25 15:00:04 +02:00
Robert von Burg 46dbe8aed8 [Fix] Fixed ObjectHelper.contains() and .isIn() with Boolean 2020-06-25 12:51:11 +02:00
Robert von Burg 1082170d02 [Fix] Fixed ObjectHelper.isIn() with Collection, Array 2020-06-25 12:49:26 +02:00
Robert von Burg 926fc10607 [Minor] StrolchRootElementListResult with ? generics 2020-06-23 16:23:49 +02:00
Robert von Burg 8a315138e7 [New] Added new predicate isEmpty() 2020-06-23 13:03:57 +02:00
Robert von Burg fe6d61a687 [New] Added StrolchJob loading of Manual, and new toString() 2020-06-22 17:26:01 +02:00
Robert von Burg 8bfd267c75 [New] Added StrolchConstants.PARAM_ACTIVITY 2020-06-22 17:25:22 +02:00
Robert von Burg 3bdd87bd73 [New] Added ExecutionHandler.getControllers(String) 2020-06-22 17:24:53 +02:00
Robert von Burg 17645c11a2 [Fix] Gracefully handle not being able to update a LogMessage 2020-06-18 16:26:51 +02:00
Robert von Burg 6d02372e71 [Minor] Code cleanup 2020-06-18 14:18:59 +02:00
Robert von Burg b0787891f9 [Minor] Code cleanup 2020-06-17 19:25:26 +02:00
Robert von Burg eacec9a9ac [Fix] First try lock, before trying with timeout 2020-06-17 19:25:09 +02:00
Robert von Burg 89e11a01aa [Fix] Fixed ISO8601 to default to millis on toString, be lenient on parse 2020-06-17 13:51:04 +02:00
Robert von Burg 56124581ec [Fix] First try lock, before trying with timeout 2020-06-17 09:21:11 +02:00
Robert von Burg 54e38e2099 [Fix] Trim ISO8601 to only millis, allow also no fractions 2020-06-09 23:18:28 +02:00
Robert von Burg 67bf19c694 [Minor] Better exception handling in WebSocketObserverHandler 2020-06-08 22:11:41 +02:00
Robert von Burg 207bcf0711 [Fix] initialize MfsSohExecutionPolicy earlier, and catch exceptions 2020-06-08 22:11:09 +02:00
Robert von Burg 14b27ca3f2 [Fix] Allow RootElementSearchResult.oderBy(Comparator) to return this 2020-06-05 15:45:21 +02:00
Robert von Burg 6345d37155 [Minor] code cleanup 2020-06-05 15:44:57 +02:00
Robert von Burg 3c51f8ccee [Minor] Don't allow certificate with keepAlive if not enabled globally 2020-06-05 15:44:22 +02:00
Robert von Burg beffa8c6c3 [Fix] Fixed localizeJsonMsg() in c-compute-behavior.html 2020-06-05 15:43:49 +02:00
Robert von Burg 87bdc26380 [Project] Added <allowSessionRefresh> to PrivilegeConfig.xml 2020-06-05 15:42:47 +02:00
Robert von Burg 41b3cd137d [Minor] code cleanup 2020-06-03 20:57:46 +02:00
Robert von Burg 20de009632 [Minor] Allow IActivitiyElement for StrolchPolicy.getOrder() 2020-05-28 16:04:35 +02:00
Robert von Burg f74bf76124 [New] Added StrolchModelConstants.TYPE_RELATIONS 2020-05-28 13:23:56 +02:00
Robert von Burg 50dbd1359a [New] Added I18nMessage.formatMessage(ResourceBundle) 2020-05-28 13:23:43 +02:00
Robert von Burg 60fdb34150 [Fix] handle missing fields in WebSocket auth 2020-05-27 18:04:27 +02:00
Robert von Burg 6caefd2132 [Fix] Fixed broken test 2020-05-27 11:05:11 +02:00
Robert von Burg c30c0279a1 [Fix] Fixed broken tests for OperationsLog 2020-05-27 10:58:21 +02:00