Commit graph

30 commits

Author SHA1 Message Date
7c95938068 update to gradle 6.6.1, jackson 2.11.4 2021-05-13 21:08:36 +02:00
4141bae1d4 bump version 2021-04-30 15:34:20 +02:00
1e41ab1255 Merge branch 'master' of alkmene:joerg/net 2021-04-30 15:33:54 +02:00
eb8cae58ad more URL builder tests 2021-04-30 15:32:13 +02:00
938e1afd37 update named modules, Jackson 2.11 2020-06-05 09:50:24 +02:00
ae7120036d update to Java 11 modules, Gradle 6.4.1 2020-05-19 13:53:35 +02:00
a544e8f550 add backslash test 2020-03-10 16:41:42 +01:00
5bd9ab2d2b update to jackson 2.9.10, junit 5.5.2 2019-11-06 21:59:08 +01:00
339327ee81 update to gradle 5.6, more resilient percent decoding 2019-09-23 17:04:03 +02:00
f3173094e5 fix query parameter charset encoding 2019-09-17 20:24:23 +02:00
64ae0f60bf allow the use of other charsets than UTF-8 when parsing URLs 2019-08-29 16:04:46 +02:00
98470dc638 update to OpenJDK 11, bump to 2.0.0, add URL.parseQueryParams() 2019-08-08 14:42:24 +02:00
e154bb2cb7 fix NPE, update to Gradle 5.3.1, Spotbugs 2.0.0 2019-08-07 23:41:28 +02:00
4665353fc7 rename newBuilder() to mutator() to follow principle of least surprise, let newBuilder() create a new and empty URL builder instead 2019-08-07 23:27:21 +02:00
53e9469d18 fixes matrix params, checkstyle, spotbugs 2019-07-14 21:38:57 +02:00
bc84cfce4a Junit 5 update, matrix params, path trie 2019-07-14 17:44:45 +02:00
1f949104ef fix plus parsing 2019-04-16 23:58:09 +02:00
a63557cdd9 clean up 2019-01-17 21:30:38 +01:00
b23fe28c42 fix bug that lowercases userInfo part 2019-01-17 18:33:19 +01:00
3c00b77d98 beginning work of adding limitation and validation framework to http parameters, playing with old oauth code 2019-01-17 15:42:07 +01:00
412b6eaeb5 add better user/password handling in userInfo, for instance passwords with colon 2018-10-22 23:13:42 +02:00
2b284199bb update to gradle 4.9, README 2018-09-14 16:50:36 +02:00
fb6fe8522c fix boradcasthost, update to gradle 4.8.1 2018-07-10 14:46:31 +02:00
9e2c337aef update to gradle 4.8.1 2018-07-09 22:17:17 +02:00
51a19b2af7 remove serialization, add some more convenience to URL 2018-02-27 11:39:04 +01:00
f1f32cbedf created a net-url subpackage 2017-12-31 00:11:10 +01:00
34f64f6153 add comparable interface 2017-07-25 22:58:03 +02:00
93e201db8b better exception method signatures, avoid null URLs as return value, remove internal package with single class 2017-07-25 15:10:26 +02:00
286ab07793 add public API to PathMatcher 2017-07-24 21:33:52 +02:00
87aa1c7ca1 initial commit 2017-07-24 16:02:50 +02:00