Nathan Lively

Results 9 comments of Nathan Lively

Interestingly, since I made this post, none of my projects have used gradle. Now that I've been using ttcli to start projects I've become more comfortable with maven so I...

> We generally read rows, which are represented as an array. But you want the columns as arrays? Exactly. Right now I have a workaround that reads in a row...

Ok, thanks. That is how I'm currently handling it.

I noticed that the EclipseStore homepage shows a graalvm logo now. Does that mean that this issue has been resolved? ![Image](https://github.com/user-attachments/assets/d25f30ac-cd85-4475-a8c8-69a3e6d6c30d)

There are already buildpacks available for GraalVM, so this should be pretty easy, no?

Yes! Something in between the completeness of [the bookstore demo](https://github.com/eclipse-store/bookstore-demo) and the simple implementation of the [spring boot example](https://github.com/eclipse-store/store/blob/83e1210eb024a060f80eb408f3d814710ab865bf/examples/spring-boot3-simple/src/main/java/org/microstream/spring/boot/example/simple/storage/JokesStorageImpl.java) The book store is much more real world, but I'm using...

Of course, I'm a beginner, so someone from the EclipseStore team is a better resource to define a good starting point for new projects using the Spring Boot integration.

I'm experiencing the exact same issue with a slightly different environment: **My setup:** - Java 24 - Maven Surefire Plugin 3.5.3 - jDSP 3.1.0 - Spring Boot 3.5.0 **Same error:**...