Hantsy Bai
Hantsy Bai
## Environment Details * GlassFish Version (and build number): Glassfish * JDK version: 17 * OS: Windows * Database: built-in Derby ---------- ## Problem Description I have tried to use...
## Environment Details * GlassFish Version (and build number):Glassfish 7.0.0-M7 * JDK version: 17 * OS: Windows 10 * Database: built-in Derby, start up by `asadmin start-database` ---------- ## Problem...
TestContainers[^1] becomes popular in these days. When deploying to a running server using remote adapter, we have to prepare a server for it. Nowdays most of the application can be...
I want to run tests and debug java in the editor UI and execute the testing codes against one or more Maven profiles, but there is no simple way to...
almost all data related project, such as Spring Data, MicroauntData have added ReactiveStreams/Flow support, Jakarta EE/MP also includes a ReactiveStreams operates spec. Consider ReactiveStreams or Java Flow support.
In JPA there is ElementCollection to embed a collection of embeddable elements in the Entity, if possible add such a feature in NoSQL.
Mongo drivers itself can handle the dbref case. ```json { 'title': 'test title', 'comments': [ uuid-1, 2, 3] //ref to comment document } ``` we can add and remove comment...
Create a command line to execute the migrate tasks. * support dry-run feature, run and test the migrate, but not apply on the database. * support migrate undo.
The new Bootstrap 5 included many new features, and removed Jquery.
### Describe the feature Currently, the S3Client upload and get support `ByteStream`, when using it in a Reactive application, it is not so easy to convert a reactive streams type...