soberich
soberich
Currently I am unable to use both `spring-boot 5.1.0.M1` (with `JAX-RS` setup) and `swagger-core 2.0.3` / `swagger-jaxrs2 2.0.3` because swagger declares dependencies for such libraries like `snakeyaml` which (! think...
What version are you currently using? `0.9.1-SNAPSHOT` What would you like to see? A handle to turn off `inline` modifier in generated `optic|product`s. Use case: Mapping via copy method between...
Hi, (Former) Kategory could be a technology of the choice for teams like our if such popular and well known example as [Kotlin-Fullstack](https://github.com/Kotlin/kotlin-fullstack-sample) could demonstrate it's top abilities (particularly coroutines...
How to migrate to such kind of declaring sonfig as `fu` offers?? It is non-intuitive (for me) Say having config ```java @Configuration @EnableAsync @EnableScheduling public class AsyncConfiguration implements AsyncConfigurer {...
Seems like support would be perfect fit. Please consider map library's annotations (at least `JsonProperty` and `JsonCreator`) to `jakarta.json.bind:jakarta.json.bind-api`. We would definitely go for it if you'd support more generic...
Hi, please see screenshot  Machine Darwin macbook-pro.home 19.6.0 Darwin Kernel Version 19.6.0: Thu Jun 18 20:49:00 PDT 2020; root:xnu-6153.141.1~1/RELEASE_X86_64 x86_64 grep (BSD grep) 2.5.1-FreeBSD sed ```console @(#)PROGRAM:sed PROJECT:text_cmds-101.40.1 $FreeBSD:...
Hi, We really want to remove Guava as it is on of the largest deps in war though required by this dependency (and json-patch). Please kindly review. No "optimizations" made....
### Expected Behavior Serialization as usual as with ### Actual Behaviour or with native annotation other strategy works fine for some reason ### Steps To Reproduce I tried to reproduce...
That would be a brilliant aggregate ``` @Value @Builder(toBuilder = true) @NoArgsConstructor(force = true) @AllArgsConstructor public class Changes { @Context Locale locale; @HeaderParam("Authorization") String token; @QueryParam("rewrite") String rewrite; @PathParam("id") String...
Have find direct referring to incompatibility with JDK 9 compiled class files know it shows ``` Exception in thread "main" java.lang.UnsupportedClassVersionError: com/psg/lap/rest/InsuredMainUserRest has been compiled by a more recent version...