Commit graph

91 commits

Author SHA1 Message Date
0ea35b8af5 fix NPE in memory properties 2024-04-04 22:53:01 +02:00
09b30ad7b6 update to netty 4.1.108, add empty settings, add settings loader to server tests 2024-04-03 15:15:41 +02:00
f7ce68bada do not log null URL 2024-03-28 17:25:14 +01:00
f2d5f57116 do not use config any more 2024-03-25 17:10:12 +01:00
7983abf23a do not use config loader or config logger in BaseApplicationBuilder 2024-03-25 10:04:57 +01:00
ea799e7a87 do not use config loader or config logger in BaseApplicationBuilder 2024-03-25 10:04:49 +01:00
5d7dfc041d never use logging.properties on classpath 2024-03-19 18:09:14 +01:00
7e6a5a5485 do not keep the httpChannelInitializer in the netty client 2024-03-15 17:22:19 +01:00
a270ea2854 do not use ServiceLoader instances across threads 2024-03-15 13:47:36 +01:00
d624688f08 cosmetic fixes 2024-03-14 18:58:05 +01:00
1da793ecb4 update to j2html 2.0.0 2024-03-04 22:40:45 +01:00
4dc146a902 lift tests to module path 2024-03-04 16:07:25 +01:00
adca4ce98b lift tests to module path 2024-03-04 16:05:29 +01:00
8ddf8ebd3b lift tests to module path 2024-03-04 16:03:29 +01:00
8ea5472223 rename getBaseURL() to getURL(), rename getServerURL() to getBaseURL() for clarity 2024-02-21 21:11:25 +01:00
095bf2f610 update to netty 4.1.107 2024-02-15 18:10:18 +01:00
c578a0a1ca remove unused imports 2024-01-19 17:20:23 +01:00
616bc01f35 fix fileupload test 2024-01-19 11:19:44 +01:00
867ecf6115 update to Netty 4.1.105 2024-01-19 10:58:46 +01:00
c520769ddc remove URL mutator method 2024-01-04 22:41:48 +01:00
5b46911bd8 use copy URLs because they can mutate (very ugly thing) 2024-01-03 14:29:07 +01:00
fa3fa2e958 add a Netty ByteBuf based outputstream with consumer 2024-01-02 11:52:39 +01:00
41cca5c606 fix parameter/multimap handling with duplicates 2023-12-21 15:52:55 +01:00
0a31fca8fe fix parameter/multimap handling with duplicates, add test 2023-12-21 15:48:37 +01:00
3c7e102765 add charset to text content type if missing 2023-12-19 17:51:53 +01:00
e41d5cf701 remove user gradle preferences from project files 2023-12-18 09:51:16 +01:00
881035b820 update to netty 4.1.104 2023-12-16 21:28:44 +01:00
760bce37d2 update to Gradle 8.5 2023-12-10 14:04:25 +01:00
8c4a7b871d add netty request test with HTTP GET query parameter 2023-12-07 17:51:30 +01:00
3dcea0d55f fix route resolver not found logging 2023-11-24 22:35:47 +01:00
3b8ad8e441 improve logging of requests that can not be resolved 2023-11-21 11:40:38 +01:00
ba332dd10b add multi map convenience method to obtain all parameters from a http request 2023-11-04 19:45:51 +01:00
2b413def7a update to Gradle 8.4, netty 4.1.100 2023-10-19 18:22:01 +02:00
3f8520ed95 fix journal purging 2023-10-06 16:24:51 +02:00
acdbd0c028 add content method with bytes for netty client 2023-10-01 10:11:02 +02:00
8b0f593ed7 update to OpenJDK 21, Gradle 8.4-rc-1 2023-10-01 08:51:00 +02:00
b280485a9e update to netty 4.1.98 2023-09-27 15:13:49 +02:00
16463a58e2 bugfix for journal 2023-08-29 14:00:32 +02:00
582e7dd895 add journal application module 2023-08-29 13:38:59 +02:00
e3adbd4369 make server HTTP request serializable in json 2023-08-21 17:18:11 +02:00
9c551e3c34 fix forgotten domain in parameter builder 2023-08-08 17:13:34 +02:00
9287e6c36a remove write(String) from HttpResponseBuilder, we don't like sloppyness, try enforcing charset use 2023-08-07 18:08:25 +02:00
0d71313cf4 we do not use sApplicationModule as a class loader service 2023-08-07 10:06:40 +02:00
d3198ad8b7 move setup of web application to the build() method 2023-08-07 09:51:08 +02:00
d3140e330e cosmetic 2023-08-01 10:07:57 +02:00
cf71fd1d2e update to safer parameter handling 2023-08-01 10:06:09 +02:00
07e6a16f11 use responsebuilder 2023-07-18 11:52:15 +02:00
3952de7e78 add htmlflow, add utility methods to HtmlTemplateResource 2023-07-14 14:54:50 +02:00
c5da201308 work on web application with j2html 2023-07-10 19:46:33 +02:00
d38f2d351e add j2html 2023-07-04 18:42:00 +02:00