Commit Graph

122 Commits

Author SHA1 Message Date
Robert von Burg 1e1ac785ea [New] Added NamedThreadPoolFactory 2019-02-06 14:33:45 +01:00
Robert von Burg ed42640e42 [New] Added new checked and throwing functional interfaces 2019-02-06 14:33:29 +01:00
Robert von Burg 434dd5a2dc [Fix] Fixed running intermediary migration scripts for PostgreSQL 2019-01-17 11:32:50 +01:00
Robert von Burg b297483280 [New] Added Paging.dataSetSize field 2019-01-14 14:32:32 +01:00
Robert von Burg b0bc2fce0d [Fix] Handle bad offset on Paging by reducing offset to Paging.size 2019-01-04 15:34:31 +01:00
Robert von Burg 40a60c86da [New] Added new StringHelper.isAllDigits() 2018-12-28 13:36:08 +01:00
Robert von Burg 94b0dd4f5a [New] Added XmlHelper.parseAndUnmarshalFile() 2018-12-18 14:33:29 +01:00
Robert von Burg e72ad04805 [Minor] Better exception message on CollectionsHelper.singletonCollector() 2018-12-07 11:38:39 +01:00
Robert von Burg d9cdda2157 [New] Added CollectionsHelper.singletonCollector(boolean allowNull) 2018-12-05 15:47:19 +01:00
Robert von Burg b95039c57b [New] add CollectionsHelper.singletonCollector(Supplier) 2018-12-03 14:19:57 +01:00
Robert von Burg a93f3fc221 [New] Added TypedTuple 2018-11-21 12:47:13 +01:00
Robert von Burg 3908d30400 [New] Added ?:<paramId>:<value> search predicate to SearchBuilder 2018-11-07 13:55:30 +01:00
Robert von Burg ced8c42c57 [Major] Implemented persisting of OperationsLog 2018-10-15 11:06:45 +02:00
Robert von Burg 23778a8ee0 [Minor] Directly use ISO8601 class for date parsing/formatting 2018-10-15 11:02:20 +02:00
Robert von Burg b6819c4b47 [Major] Removed serializable and reformatted all code 2018-10-05 09:17:13 +02:00
Robert von Burg d46bf18fa2 [Minor] Don't log writing to document in XmlHelper 2018-09-28 13:28:29 +02:00
Robert von Burg 116baf3039 [Fix] Fixed exception helper test 2018-09-10 18:40:58 +02:00
Robert von Burg 79af081384 [Minor] Always add exception class in ExceptionHelper.getExceptionMessage() 2018-09-10 17:40:26 +02:00
Robert von Burg 7fb130ce39 [New] Allow to set backing map in MapOfLists, MapOfMaps or MapOfSets 2018-08-29 13:12:07 +02:00
Robert von Burg 178ad78dea [Fix] Fixed searching StringListParameter with equals and contains ignoreCase 2018-08-17 11:32:10 +02:00
Robert von Burg 716c1bf79a [Fix] I18nMessage: null is now shown as (null), not as - 2018-08-08 17:42:04 +02:00
Robert von Burg e644b43e2c [Major] Refactored Operations Log 2018-08-03 14:13:46 +02:00
Robert von Burg 78b0c579bf [Minor] Added methods with src and length in Crc.java 2018-06-27 18:31:47 +02:00
Reto Breitenmoser 2ca0d91cd3 [Minor] check for collections on both side 2018-06-17 20:55:28 +02:00
Robert von Burg a8e9c39060 [Fix] Fixed trailing zeros in MathHelper.toPrecisionString() 2018-06-12 18:38:15 +02:00
Reto Breitenmoser 70a83df6a4 [New] added method with InputSource input param 2018-06-04 21:53:12 +02:00
Robert von Burg 7f5a2d54f6 [Minor] Use toPrecision on values only on get. Performance issue 2018-05-29 13:50:17 +02:00
Robert von Burg 3b69dc3354 [Major] Replaced ISO8601 formatting and parsing with JDK 2018-05-28 11:29:59 +02:00
Robert von Burg c321712150 [Major] Refactored PosgreSQL persistence for easier extension 2018-05-26 13:21:22 +02:00
Robert von Burg 0f8c2c7262 [New] Added StringHelper.toPrettyHexString(byte[], int, int) 2018-05-19 10:12:34 +02:00
Robert von Burg 1e616f0616 [Major] Refactored searching to allow for coercing of left side 2018-04-20 20:49:31 +02:00
Robert von Burg 7deafa533d [New] Added isIn() as new search predicate 2018-04-19 18:11:31 +02:00
Robert von Burg 164fc0ac80 [New] Added array as AND searching in contains*() 2018-04-19 12:21:48 +02:00
Robert von Burg 0f95e9d23e [Fix] Fixed broken code 2018-04-04 17:53:15 +02:00
Robert von Burg f8ea8998b1 [Minor] Fixed JavaDoc due to doclint errors 2018-04-04 16:02:45 +02:00
Robert von Burg cd06e7b5db [New] Implemented CRC CCITT in Crc.crcCcitt() using a lookup table 2018-03-26 12:09:04 +02:00
Robert von Burg e8783e9749 [New] Implemented CRC CCITT in Crc.crcCcitt() 2018-03-26 11:27:40 +02:00
Robert von Burg f14dfd739c [Minor] Added StringHelper.trimOrEmpty() 2018-03-20 07:45:52 +01:00
Robert von Burg 75d79544af [Major] Implemented new search API using Streams 2018-03-13 17:51:24 +01:00
Robert von Burg 475a3b2c1c [Minor] Comment fix in Operation.java 2018-03-08 18:07:11 +01:00
Robert von Burg f713f98fcb [Minor] clean up in CommunicationConnection and ClientSocketEndpoint 2018-03-02 13:11:10 +01:00
Robert von Burg 6063cd793a [Minor] More logging in CommunicationConnection 2018-03-01 15:18:18 +01:00
Robert von Burg 5230b3ea52 [Minor] More logging in CommunicationConnection 2018-03-01 13:33:57 +01:00
Robert von Burg 5ecfb9d722 [Minor] fixed logger in ClientSocketEndpoint 2018-02-28 17:52:49 +01:00
Robert von Burg bfaa57a2b9 [Minor] don't queue messages twice in CommunicationConnection 2018-02-28 16:23:57 +01:00
Robert von Burg 315879ebe1 [Major] (Re-)Implemented XML Persistence 2018-02-27 09:00:26 +01:00
Robert von Burg 475c719859 [Major] Reworked visitors: StrolchElement.accept(StrolchElementVisitor) 2018-02-09 09:49:51 +01:00
Robert von Burg b07d2322ac [Fix] Change detection for current PostgreSQL schema 2018-02-07 17:55:30 +01:00
Robert von Burg 00e41fdc4a [Minor] round to 8 decimals in FloatParameter and FloatValue 2018-01-19 11:12:32 +01:00
Robert von Burg 4de72bfe8b [Minor] Fix broken test 2018-01-15 10:15:32 +01:00