Mike Baranski

Results 5 comments of Mike Baranski

I'm going to create a small example - since the only thing I'm having an issue with is the MockMVC I'm going to make a "minimal working example" project to...

@flamber So I created an image on my PI 4 by using `arm64v8/openjdk:11-jdk-buster` I created an issue requesting guidance on a PR and where this should go. Should I just...

In the generated DAO there is a method: `fun fetchById(vararg values: Int)` My kotlin interface that I'm adding to the dao via the `DefaultGeneratorStrategy` override tries to define this method...

In other words, the first if works fine but the second is never called because the generator does not let me do this for a DAO... ``` override fun getJavaMemberOverride(definition:...

Now worries, it actually works on my laptop with both versions of Ruby (using rvm) no problem. I'm just not sure why it's not working on TCI. Also, I do...