R.M.Morrien
R.M.Morrien
I would assume something like WinAmp:  For example a bar below the controls to click the location in the current track, here a minimal mockup:  Note: I personally...
Very nice and subtle 👍
Too bad the main page of the transformer project does not link to the https://github.com/eclipse/transformer/tree/main/maven-plugins/transformer-maven-plugin documentation directly. I stumbled upon it by finding the transformer-maven-plugin in the maven repository and...
While playing around with "Hibernate + StatelessSession" versus "Jakarta Persistence + EntityManager" possibilities to directly perform persistence operations I found this proposal. I also found some real life issues I...
A dependency problem when using jOOQ with Quarkus 3.0.0.Alpha2 I run into is the javax to jakarta package change. My jOOQ code compiles, but running the Quarkus code fails on...
Since Hibernate 6 there is an incubating TupleTransformer https://github.com/hibernate/hibernate-orm/blob/6.0/hibernate-core/src/main/java/org/hibernate/query/TupleTransformer.java Replacing the ResultTransformer https://github.com/hibernate/hibernate-orm/blob/main/hibernate-core/src/main/java/org/hibernate/transform/ResultTransformer.java
Part 3 for issue #24900 adds some more documentation. Main item of this commit is: - Changed unit test to show 2 points where I would expect different behaviour. In...
Part 4 for issue https://github.com/eclipse-ee4j/glassfish/issues/24900 adds more detailed logging I used in the last months. During rebase I made some merge errors, so commit also contains some merge work from...
@dmatej Not sure what happened. I had a few tasks from May I wanted to rebase to the most recent master (maybe I used an incorrect approach into getting all...
Not sure why the last build failed and the build before the 'crlf' fix did not fail. Perhaps a rebuild is needed, but I cannot start it I think. The...