jfrantzius

Results 18 comments of jfrantzius

With 1.3.x on Mac I also saw the original error reported in this issue (though with a different install location of ng, but I guess that doesn't matter). After upgrading...

Thank you very much @abstractj for your exhaustive answer! We were hesitant to upgrade from 18.x to 19.x as it is a major version update, and when reading about the...

This is definitely missing badly, as use of Lombok and its `@Data` annotation is widespread. I end up writing a getter only to be able to see the call hierarchy...

I do have docker-compose from CLI working with Podman Desktop on Mac, so that generally does work. Any attempt at running Testcontainer's `ComposeContainer`, though, (with or without `withLocalCompose(true)` or `DockerComposeContainer`...

Hi @chenlin2001 , I'm not sure I had the same error, but concerning Permission denied errors you might want to have a look at https://gist.github.com/jfrantzius/0996e224cbe81d885553ece6f8abf99a#status-500-lsetxattr-varrundockersock-operation-not-permitted

@daniloesk would you mind sharing the NPE stack trace here? At any rate, if it's an "Occasional (~80%) NullPointerException on IBM OpenJ9 OpenJDK 11", which can be solved by upgrading...

@daniloesk sorry for the comment on `@Inject` that I then deleted, once I realized that my own Junit tests don't use it either, and didn't have the time to figure...

Given the Org I work for, I feel I should ask a bit further here ;) @TimvdLippe do you per chance know whether there are JUnit tests for combining `@InjectMocks`...

Sorry I haven't been looking at issues lately, what other issues pointing to a bug in that feature would come to your mind? If there was a sudden wave of...

OK, using the PlantUML public server in the extension configuration fixes the problem: ``` "plantuml.server": "https://www.plantuml.com/plantuml", "plantuml.render": "PlantUMLServer" ``` See also https://github.com/qjebbs/vscode-plantuml#use-plantuml-server-as-render