Hantsy Bai

Results 194 issues of Hantsy Bai

Record is a new type in the latest Java, it should be considered as an option, like [the record serialization/deser in jsonb](https://github.com/eclipse-ee4j/jsonb-api/issues/278). Oracle articles: https://blogs.oracle.com/javamagazine/post/diving-into-java-records-serialization-marshaling-and-bean-state-validation

**Affects:** 6.0.0-M1 --- I tried to add bean validation annotations on a record type, but it does not work as expected. ```java public record CreatePostCommand(@NotEmpty @Size(min = 5) String title,...

in: core
type: enhancement

Currently I am working on a Spring Boot/Kotlin Coroutines project, but it seems Spring lack of a lot of Coroutines feature provided in this project. 1. Couroutines Beans in Configuration...

Currently the custom converters can be only applied globally, if possible to apply the converters in an specific entity, esp on a column.

status: waiting-for-triage
type: enhancement
in: jdbc
in: r2dbc

## Environment Details * GlassFish Version (and build number): 7.0.0-M9 * JDK version: 17 * OS: Windows 64 * Database: built-in Derby I have request to support `CompletionStage` in REST,...

## Environment Details * GlassFish Version (and build number): Glassfish 7.0.0-M9 * JDK version: 17 * OS: Windows 10 Pro * Database: not use db in this example I have...

## Environment Details * GlassFish Version (and build number): 7.0.0-M9 * JDK version: 17 * OS: Windows 10 Pro * Database: Built-in Derby The example project to reproduce, check [JPQLFunctionsTest](https://github.com/hantsy/jakartaee10-sandbox/blob/master/jpa/src/test/java/com/example/it/JPQLFunctionsTest.java)....

When testing JMS against the Glassfish embedded adapter, but I think it does not include a JMS connection factory configuration. I have to add it myself to make the test...

I have set `drop-and-create` as database action properties in the *persistence.xml*. ```xml ``` When running the tests, it is ok on Glassfish managed, but failed on embedded due to a...

The complete codes can be found [here](https://github.com/hantsy/jakartaee8-starter). Java: ```bash D:\jdk8\bin\java -version openjdk version "1.8.0_242" OpenJDK Runtime Environment (AdoptOpenJDK)(build 1.8.0_242-b08) OpenJDK 64-Bit Server VM (AdoptOpenJDK)(build 25.242-b08, mixed mode) ``` Maven: ```bash...