Jim Bassett

Results 16 comments of Jim Bassett

@kimyoon21 Are you using the latest version (https://github.com/consoleau/kotlin-jpa-specification-dsl/releases/tag/v2.0.0-rc.1) If not, are you able to reproduce in this projects tests? That compilation error looks like breaking in your own code (package...

Ah damn, ok I'll take a look. Can you confirm you're using the latest version i.e. 2.0.0-rc.1? I'm just about to start updating our 50 odd APIs to Spring Boot...

I've left Console (the company running this project), but I know they are fully aware that JCenter is dying. I believe there's no plans for rehosting this (i.e. maven central)...

Haha have you seen https://github.com/consoleau/kotlin-jpa-specification-dsl/compare/fetch_experiment

Sorry mate i've been busy - I'll try and take a look when I can :wink:

Interesting...what use cases did you have in mind? Instance functions, extension functions? By using callable you lose the ability to enforce that the callable's are actually compatible with the object's...

Are there any updates on this issue? It's a bit of a roadblock for us - we rely on the context being propagated so can't use transactions at the moment...

Hi @sdeleuze did you get a chance to look at @JoeMaher 's reproducer? 🤞

Yeah I needed this a while ago, and came up with an approach similar to 1: - feature flags (choice) in `cookiecutter.json` - templated `manifest.yml` file that lists all the...

@gvidon the resource paths in my manifest aren't absolute - they're relative to the generated output directory (in my case they look something like `src/main/kotlin/my/company/{{cookiecutter.project}}/Feature1a.txt`). As an aside, I believe...