-
-
Hi @rbygrave,
I wonder can we have validation annotation for bean param? I have a look at generated code for javalin and don't see any part for validation despite of having annotation on bean para…
-
Are there any tutorial/guides about how to use a database with Javalin?
-
Hi Rob,
Something has changed with the new version.
The following code compiles with version 1.18 of the generator but not with the newest master branch.
`
import io.dinject.controller.Contr…
-
Hi Rob,
Not to reopen the other ticket I use a new one.
But my idea of using the ${revision} seems to work ok, but not with the flatten plugin. There a few bugs which makes it very difficult fo…
-
Hi,
Love this library! But there are some dagger features that I miss such as multi-bindings etc.
Wouldn't it be an idea to leverage dagger for injection of dependencies and use dinject for code…
-
First of all, great library.
Only thing missing (for me) is @Transactional.
One could define a DataSource and a TransactionManager and dinject would inject the transaction code into the annotated me…
-
Hi Rob,
I am looking at the generated openapi.json file and I am not sure it is correct.
I think this because a client that I generate from the openapi.json file cannot use the Path Parameters.
…
-
-
Hello Rob,
First of all, I really like this project and the simplicity of using a library vs an entire framework like quarkus.io.
But I also have a question/issue (not sure if this is the right …