-
I'm look in most of folders and not found any references to @EnumMapping. In fact, no documentation inside the class (when you push Documentation's Key(s)). Can you explain me how to use? I'd loved th…
-
I'm embedding all dependencies with jar-with-dependencies file from pom. I use mysql-connector-java:8.0.15 as dependency for driver. All works great in IDE (IntelliJ) but when I make a jar it gives th…
-
sql2o seem to be unmaintained and dead. There are unresolved issues which are tricky to work around. I've used JDBI in my other ORM engine at https://gitlab.com/mvysny/jdbi-orm and it has been working…
-
Trying to upgrade from 2.5.0 to 3.1.0 and running into issues where routes are now returning 404s. I thought `createStandaloneApp` was the replacement for `EmbeddedJavalin`.
### Old Way (2.5.0) - W…
-
This talk is hilarious: https://vimeo.com/28885655 and helped to soothe my anger a lot while fighting with Hibernate's
```
org.hibernate.LazyInitializationException: failed to lazily initialize a …
-
I have a small REST web service written in Spark. It's dead simple: it reads a remote DB and return JSON data to client. I run it using the default embedded Jetty server on Google Compute Engine:
>…
-
Using sql2o with Java 11, I get this warning:
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by org.sql2o.reflection.MethodGetter (file:/home/m…
-
I read your page about the [integration with sql2o](https://simpleflatmapper.org/0108-getting-started-sql2o.html), but I didn't understand the advantages.
For what I know sql2o do support inner obj…
-
Thank you for your wonderful library, I'm integrating it into my framework (Vaadin on Kotlin) and it works flawlessly. One thing though: if I have a pojo with `java.time.LocalDate`, it seems that it c…
-
Our company uses Spring Boot 2 with sq2o. We also created a [code generator for sql2o](https://github.com/MarcoSulla/ewa) that creates Spring model, repository and service.
We need to close the quer…