Jeffery Bradberry
Jeffery Bradberry
I found a workaround where I declare `@RequestParam` values anyway and ignore those values in the method body. Injection still gives me a `Pageable` I can use. ```java @GetMapping public...
I'm running into this, too, using Bash and WSL. I think shell-friendly escapes are needed here: [mavenUtils.ts#L149](https://github.com/microsoft/vscode-maven/blob/fbf7869d87b77c7774ea95a2bbc31b08b4e2a2fa/src/utils/mavenUtils.ts#L149)
I found a workaround using the "set +o history" command to disable command history. ``` $ mvn clean verify site -f "pom.xml" -P !source bash: !source: event not found $...