Janning Vygen
Janning Vygen
### Module Core ### Testcontainers version 1.17.2 ### Using the latest Testcontainers version? Yes ### Docker version ```shell Docker version 20.10.17, build 100c701 ``` ### What happened? The [docs for...
See https://intellij-support.jetbrains.com/hc/en-us/community/posts/360006865039-Importing-graphql-file-gives-cannot-resolve-warning I love this plugin. But we have one minor issue. We are using Webpack for loading ".graphql" files with graphql-tag/loader ``` { test: /\.(graphql|gql)$/, exclude: /node_modules/, loader: 'graphql-tag/loader',...
The multicpu1sec daemon has a bug contrib/plugins/system/multicpu1sec/multicpu1sec When you do /etc/init.d/munin-node restart and then connect to munin-node 4949 and send a "list" command, it hangs. This is because the restart...
## What happened? We usually run lots of test together in our IDE with a SpringBootExtension starting up a SpringBoot container for all tests. The container keeps running unless I...
I use this plugin in version '1.14.0'. The axion-release-plugin has a dependency on ``` project.ext.versions = [ jgit : '5.12.0.202106070339-r', ] ... implementation group: 'org.eclipse.jgit', name: 'org.eclipse.jgit', version: versions.jgit ```...
This project reproduces the problem: https://github.com/kicktipp/lazyasync The included test does time out as `@Async` is not working correctly with `AdviceMode.ASPECTJ` and `lazy-initialization=true` . ``` @Configuration @EnableAsync(mode = AdviceMode.ASPECTJ) public class...
I know I can add environment variables like this: ``` task verify(type: NpmTask) { environment = ['CYPRESS_BASE_URL' : "http://localhost:9999"] args = ['run', 'verify'] } ``` But in my case the...
I would like to use docker-compose in my tests with spring.docker.compose.skip.in-tests=false Also I want to use docker-compose when I start my Spring Boot Application inside my Intellij IDE. When you...
https://github.com/eugenp/tutorials/blob/9f4b9f8e7743fc7fef1d12408ece00ca81e295ca/spring-boot-modules/spring-boot-runtime-2/src/main/java/com/baeldung/restart/Application.java#L18 When devtools are used at the same time, the restart does work only once