Commit graph

73 commits

Author SHA1 Message Date
36bfe25796 update to OpenJDK 21, Grdle 8.4-rc-1 2023-09-30 22:59:12 +02:00
7d025d5002 add interpolation library of Luis Antunes 2023-09-29 11:13:15 +02:00
336cebca9d add Long parsing to Map helper 2023-08-21 18:29:44 +02:00
1947336f63 update asciidoc 2023-08-21 18:25:22 +02:00
61d17d9518 update junit to 5.9.3, update jackson to 2.14.3 2023-05-24 22:17:37 +02:00
17ffc797a8 move to forgejo 2023-05-24 20:16:02 +02:00
efbce5bd1c update to gradle 8.1.1, add putIfNotNull to tiny map builder 2023-04-25 17:47:23 +02:00
95c0501d5e add raml 2023-04-21 23:29:23 +02:00
fea602159f add getListMap 2023-03-06 07:41:00 +01:00
02fb8cbe09 clear check message in TinyMap 2023-02-05 17:17:09 +01:00
457b43c4cd fix in Json Mini 2023-01-29 21:38:12 +01:00
aa1e7b180d prevent gradle plugins from using jCenter() 2022-11-21 09:16:06 +01:00
8bfc3a4cc3 small change 2022-11-07 09:24:39 +01:00
892c3b5d74 update javassist to 3.29.1 2022-11-05 20:33:19 +01:00
2172fa985c add checkstyle, pmd, cyclonedx 2022-11-05 20:32:41 +01:00
20762770b1 fix CodeQL security reports, update to Java 17, fix Java 17 warnings 2022-11-03 22:59:37 +01:00
91c585b465 Update codeql.yml 2022-11-03 20:41:53 +01:00
aeff38383b Update codeql.yml 2022-11-03 20:41:53 +01:00
b9e49bd182 Update codeql.yml 2022-11-03 20:41:53 +01:00
0b8c6abe48 Create codeql.yml 2022-11-03 20:41:53 +01:00
4a4f4b2f2a string segment optimization 2022-10-22 13:45:06 +02:00
947351af9a update to Gradle 7.5.1 2022-10-16 17:30:18 +02:00
0925fc31f5 move cleaned up jxl into this project, get rid of log4j dependency 2022-09-02 13:29:17 +02:00
fe833de27a Revert "move cleaned up jxl into this project, get rid of log4j dependency"
This reverts commit 2202d328be.
2022-09-02 13:27:39 +02:00
2202d328be move cleaned up jxl into this project, get rid of log4j dependency 2022-09-02 13:26:24 +02:00
754f1d5873 drop jsr305 annotations because of javax namespace, fix JDK17 internal reflection access in validation 2022-08-27 20:35:22 +02:00
085debd1fe add util classes from org.xbib.net project 2022-08-27 19:17:05 +02:00
8ea1738465 reference to Toshiaki Maki 2022-08-26 15:22:35 +02:00
7c925a6357 remove bytes subproject, add TreeMultiMap 2022-08-11 23:09:13 +02:00
Jörg Prante
a101c4f4aa update to Java 17 2022-08-05 19:15:27 +02:00
Jörg Prante
5cd5ae96a1 remove @author tags to avoid confusion 2022-08-05 18:59:42 +02:00
bbd498482a add trie, add mini Json 2022-07-31 01:19:06 +02:00
fdd791dcd5 fix for forced unquoted tabulator-separated csv writing 2022-06-24 17:20:05 +02:00
e1e9a35cd7 add LF after last written column, not before new column 2022-06-22 17:01:18 +02:00
7a4716dd7b Merge branch 'main' of alkmene:joerg/datastructures 2022-06-22 16:51:32 +02:00
52bdcb641f some options for our poor CSV generator 2022-06-22 16:51:19 +02:00
7dae66371b fix jsr-305 2022-06-05 19:53:43 +02:00
f8acd5256e working on tries 2022-06-05 17:24:40 +02:00
50b94ef8b2 update to gradle 7.4.2 2022-06-01 10:09:09 +02:00
7ce409d544 Merge branch 'main' of alkmene:joerg/datastructures 2022-05-30 17:20:43 +02:00
31f27e33ef fix CSV generation 2022-05-30 17:20:31 +02:00
58a7fc964c add validation, trie 2022-04-16 09:19:47 +02:00
78835f875b update to gradle 7.3.2 2021-12-21 22:15:20 +01:00
bfd3b0eded fix bug in json tiny stream parser 2021-12-10 15:01:50 +01:00
b59a36719b add toCollection() methods, update benchmarks 2021-12-03 17:18:50 +01:00
07673324ca add copy() for raw string injection to Builder 2021-12-02 18:07:21 +01:00
31aa9c4de5 Merge branch 'main' of alkmene:joerg/datastructures into main 2021-12-01 17:35:56 +01:00
faf7cf2a83 working on XML builder 2021-12-01 17:35:24 +01:00
81ac720663 remove redundant casts 2021-11-27 18:13:43 +01:00
c48f9db95a update to gradle 7.3, bump dependencies versions 2021-11-25 12:27:39 +01:00