ChrisH

Results 25 comments of ChrisH

It fails for me no matter if I try to inject via constructor or method, but I have implemented a temporary workaround in which I use a superclass with a...

One more thing... what java distribution are you using? I tried on Amazon Corretto installed via sdkman $ java --version openjdk 17.0.3 2022-04-19 LTS OpenJDK Runtime Environment Corretto-17.0.3.6.1 (build 17.0.3+6-LTS)...

below's the dependency tree and I will try to work out a minimal example that manifests that problem. [INFO] my-group-id:my-app:jar:0.0.1-SNAPSHOT [INFO] +- org.springframework.boot:spring-boot-starter-aop:jar:2.6.7:compile [INFO] | +- org.springframework.boot:spring-boot-starter:jar:2.6.7:compile [INFO] | |...

I have just cloned and run your example and it worked! I had to disable transactions as there was this replica set problem and mongo not supporting retryable writes business,...

@osantana85 @dieppa Folks, I think the easiest thing to do would be if I sort of changed my mind when it comes not to sharing the repo and temporarily added...

No worries man. I have a workaround so there's no rush. I have granted you access to the project I am working on and you should be able to reproduce...

@elihaidv @Desno365 iPad related issues are likely fixed in pull requests submitted to this repo. Just fork the repo and apply the fixes.

> I looked around and found `share`. I recommend switching over to it: https://pub.dev/packages/share, it serves the same purpose, but is actually maintained and is provided by Google itself (has...

No problem, I love submitting issues 😄 Below is what I executed to start up the containers in a non daemon mode so that you can see the logs and...

@Joxit it is the CORS related config that I am missing in my setup. Would appreciate if you could point me to the part of the docs that I need...