Lars Vierbergen
Lars Vierbergen
Sorry, it looks like I missed your issue for some time. This looks like a small issue indeed. To determine which database driver to use, I split the string by...
Please take into account that using `content.getContent()` will allocate a very large string for webscripts to which files are uploaded. Binary files that are not valid UTF-16 will be corrupted....
> I think we can assume the body processed by the `@RequestBody` handler will not be that large? You can indeed assume that the body that the user wants to...
Which version of the library are you using?
There are no tests in the PR, and I don't think I will spend any more time on this. So let's close this one.
Which version of the library are you using?
> because on local using publishToMavenLocal it works good. I found a compile error here: https://github.com/xenit-eu/thunx/pull/110/files#diff-e1519f085982147798370b05f00c49957d1c5f2be3db626be759193e055631a3R155 It's trying to pass Rego objects to something that should be a thunx `Scalar`....
> It's trying to pass Rego objects to something that should be a thunx Scalar. This line: ```java Scalar.of( Set.of(new Term.Numeric(4), new Term.Numeric(5)) ) ``` `Scalar.of()` accepts `Collection` (the thunx...
@ystrict: We are working on upgrading Thunx to Spring Boot 3, which will make it incompatible with Spring Boot 2 applications. Please let us know if you have to integrate...