Commit Graph

62 Commits

Author SHA1 Message Date
1c5e9ee1b9
feat(http): handle 429 with Retry-After using seconds
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-07-28 16:30:09 +02:00
4df45c8fad
Export concurrent
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-07-24 14:23:54 +02:00
d1a5e97da6
Explicitly mark as public
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-07-24 13:59:08 +02:00
8586273904
Async utils
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-07-24 13:34:41 +02:00
3ff582c780
implement containsKey
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-04-04 18:07:26 +02:00
1dbc6b549b
keep <p> open
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-04-04 17:33:50 +02:00
b02eb3142f
commons: tree-based String2ObjectMap with utils for string substitution
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-04-04 17:10:22 +02:00
51db36f53f
muScript: clean up 2023-03-11 17:02:03 +01:00
3e143c4a92
StringFormatter: fix exception format 2023-03-11 17:00:14 +01:00
d388ca8052
Extend control over HttpUtils.Request headers
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-02-26 11:32:47 +01:00
abdbc27618
ArgumentsTokenizer: support joining split arguments
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-01-22 20:41:35 +01:00
2847e05440
Support for assignment operators and closures
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2023-01-20 21:05:04 +01:00
4512d8741d
Tweak number format
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
2023-01-20 18:15:03 +01:00
eed95f586e
Don't shadow gson
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-12-29 16:49:38 +01:00
1cec134893
commons: Add "Simple" subclass to delegate collections without self reference
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-12-12 18:06:31 +01:00
298ff3fb49
commons: fix DelegateMap
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-12-12 15:37:07 +01:00
d347e18b18
commons: additional collection utils
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2022-12-12 15:32:31 +01:00
89a24272ec
Document R
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-11-24 19:06:58 +01:00
ba13373288
Fix
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2022-11-24 19:05:51 +01:00
7dc17e47fc
JPMS support
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2022-11-24 15:06:59 +01:00
c1d5aba9d7
[core] Some util classes from Inceptum
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-11-02 22:30:56 +01:00
ecf1037b2e
[http] sendReader
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-11-01 19:30:33 +01:00
dd9a465c69
[http] Accept all 200 status codes 2022-10-22 22:26:47 +02:00
96499ca1e3
[http] Throw FileNotFoundException on 404 2022-10-22 20:30:45 +02:00
97d86d35be
[http] Additional methods 2022-10-22 19:40:47 +02:00
f9782a1ef5
[reflect] Move lambda gen to LambdaFactory 2022-09-26 19:55:52 +02:00
ea06c7009d
[reflect] Use LambdaMetafactory + MethodHandles to (hopefully) speed up generated lambdas 2022-09-26 15:09:20 +02:00
8fa03efbda
[HttpUtils] only fetch proxyHost/Port/UserName/UserPassword once at startup, hopefully fix auth 2022-09-18 18:49:57 +02:00
a68578f73f
[io] sha512 2022-09-18 15:48:08 +02:00
50442e31e3
[io] Adjust copyRecursive behavior for files 2022-09-18 14:37:49 +02:00
29bda2154c
[io] rename copyContent to copyRecursive 2022-09-18 14:35:49 +02:00
c62b74f293
[log] Rename minimum level 2022-09-15 14:46:06 +02:00
720a3a353c
[log] Implement level filtering 2022-09-15 14:36:37 +02:00
09073bb710
[main] StringFormatter: support formatting throwables 2022-09-14 18:04:34 +02:00
cc3070420a
[slf4j] Support delegating slf4j to commons.log, switch commons.log to default to fancy stdout logger 2022-09-14 14:54:24 +02:00
fb930b5979
[main] Split formatting for Throwable from formatter with message 2022-09-07 16:42:35 +02:00
846766e3de
[main] Enhance StdoutLogger 2022-09-06 21:12:54 +02:00
578f5d4056
[main] More default logger backends 2022-09-06 19:42:47 +02:00
edc66800e1
[main] FileBackedRef from Inceptum 2022-09-04 16:08:00 +02:00
58fa5c5620
[main] Some additions from Inceptum 2022-09-04 12:34:46 +02:00
57b3e2b60d
[main] HttpUtils: make setUserAgent static 2022-07-04 13:11:53 +02:00
fd71209d61
[main] HttpUtils: allow configuring user agent 2022-07-04 12:49:37 +02:00
62ab9e930d
[main] commons.data with Either type, move muscript.dynamic to commons.data.dynamic 2022-06-29 15:41:44 +02:00
34c431efc1
[main] Add MultiAccessFileSystem as thread-"safe" wrapper around file systems 2022-06-27 14:26:52 +02:00
9e0711efc7
[main] Potential fix for incorrect hasNext in ref 2022-06-23 18:34:58 +02:00
87bcac302c
[main] Fix obvious mistake in WeakSet.processQueue 2022-06-23 18:27:01 +02:00
63343085d4
[main] Attempt to provide the new APIs through the old interface again 2022-06-23 15:23:35 +02:00
e50ddd7d82
[main] Allow null in lazy supplier 2022-06-21 18:37:33 +02:00
b8d496f716
[main] Fix obvious race condition in weak collections 2022-06-17 12:21:07 +02:00
eb71fb6533
[main] Rewrite logger to support hot-swapping strategies, utils for weak references 2022-06-15 14:49:57 +02:00