Vo Kn
Vo Kn
Spring MVC supports javax.validation annotations `@Size`, `@Pattern` which allows: 1. Validate input fields on data classes (and respond with 400 in case of invalid payloads) 2. Generate OpenApi/swagger docs, eg.:...
I am going through the OAuth examples here: - https://www.http4k.org/guide/modules/oauth/ - https://www.http4k.org/cookbook/custom_oauth_provider/ But both of them propose implementation as a filter, meaning they protect certain resource. Both examples somehow store...
I use the provided docker image which I run in Kubernetes with a simple script. It seems it does not even compile with 3G of memory and following: ``` #!/usr/bin/env...
Currently, nginx matches paths according to [documentation](https://kubernetes.github.io/ingress-nginx/user-guide/ingress-path-matching/#path-priority): > In order to enable more accurate path matching, ingress-nginx first orders the paths by descending length before writing them to the NGINX...
# Feature Request This is a followup issue for https://github.com/kittinunf/Fuel/issues/274 ## Description Currently PATCH methods are silently transformed to POST methods. However, in java 11+ (https://stackoverflow.com/a/64048579/922584) you can use the...
# Bug Report ## Description Looking at the docs at https://github.com/kittinunf/fuel/blob/master/fuel/README.md: ``` Fuel.get("https://httpbin.org/get", listOf("foo" to "foo", "bar" to "bar")) .url // https://httpbin.org/get?foo=foo&bar=bar ``` However as far as I can see...
I created a demo/minimal project here: https://gitlab.com/knyttl/mockkdemo/-/tree/main You can see the CI build with test failure here: https://gitlab.com/knyttl/mockkdemo/-/jobs/2782097977 Feel free to change the build.gradle.kts mockk version to 1.12.4 which will...
**Is your feature request related to a problem? Please describe.** Java enums are usually defined as `UPPER_CASE_WITH_UNDERSCORE`. This is not a standard in endpoints, as these rather use `lower_case_with_underscore`. There...
Currently we can setup storing forgotten items on the desktop: however that makes a huge mess: Would it be possible to configure this in a better way? I would love...