Hantsy Bai
Hantsy Bai
I noticed there is a `Converter` used with annotations, if possible to add a common `ConversionService` for all conversion cases, as a common fallbacks. eg. Config, JPA, JSF, etc. have...
We have moved to Java SE 11 since Jakarta EE 10, we should consider more new APIs in specs provided in the new Java SE to modernize our Jakarta EE...
When serializing an object, Jackson has some configuration to filter the NULL, empty values, but it seems Jsonb config only includes a `withNullValues` option, and there is no option to...
Currently, the Java 8 `CompletionStage` is the standard Rx client provided in Jersey. As part of Java 9 Flow, a Flow based Publisher based implementation should be provided in all...
fixes #2
Influxdb java client has a ReactiveStreams variant, use it to align with Spring data reactive support.
I tried to use `@TestContainers` and `@Container` to bootstrap a Couchbase in a docker for testing purpose. ```java @SpringBootTest @Testcontainers @ActiveProfiles("test") class PostRepositoryWithDynamicPropertiesTest { private static final String COUCHBASE_IMAGE_NAME =...
The official doc related to maven jetty plugin: https://eclipse.dev/jetty/documentation/jetty-12/programming-guide/index.html#get-up-and-running I am using jetty in my project, when updating the jetty version to 12.0.2 from v11, the `maven-jetty-plugin` is missing in...
Please provide: - Link to build log from https://jitpack.io https://jitpack.io/com/github/hantsy/arquillian-container-glassfish-jakarta/v7.0.11/build.log - Does the project build on your machine with **the same** commands (e.g. ./gradlew install) ? I am using jitci...
I tried to upgrade my Spring Boot 3.1/Java 17 example to Spring Boot 3.2-M2 and Java 21, the restassured-mock-mvc test failed. The example project: https://github.com/hantsy/spring6-sandbox/tree/master/boot The failed tests: https://github.com/hantsy/spring6-sandbox/blob/master/boot/src/test/java/com/example/demo/web/PostControllerTestWithRestAssuredMockMvc.java ```bash...