Hantsy Bai

Results 194 issues of Hantsy Bai

Spring has already added ProblemDetails support in the new Spring 6. https://www.rfc-editor.org/rfc/rfc7807

Assume we have a backing bean like this. ```java @ViewScoped @Named("todosHome") class TodosHome{ private TodoForm form; // setters and getters. } ``` And `TodoForm` here is a `record`. ```java record...

Currently the `ApplicationConfigurationPopulator` and `@FlowDefinition` just translate the XML config. Hope there are some Fluent API to simplify Faces config, produces a bean to configure Faces. ```java @Produces public FaceConfigBuilderCustomizer...

I have some experience of JBoss Seam 2 before, hope there are some improvement of the current flow. Apply the flow lifecycle event/actions on the Flow scope bean directly. ```...

Spring Security supports WebSocket, RSocket, etc. And Jakarta EE also includes WebSocket spec, Jakarta Security should also consider other protocols other than HTTP. For example, the client application get the...

Mentioned in #255, OAuth 2.1 still support opaque token instead of JWT token, and opaque token is used widely in the real world application. When decoding the user claims, instead...

There is a project combined vertx and jooq, https://github.com/jklingsporn/vertx-jooq, which support the Vertx reactive client.

I am trying to adopt Spring Session in my new project, and I have explored the sample codes of Spring session, and this project is also a good example for...

The latest NestJS updated RxJS to 7.x, but it is not compatible with this package.

If the Java version is set to the newest version , eg 16, generating Records instead of the POJOs.

blocked