nicolasb29
nicolasb29
https://github.com/orzih/mkdocs-with-pdf/issues/88
## What problem are you trying to solve? I have a yaml file and I want to append (or merge) yaml content to it ## What precondition(s) should be checked...
## What problem are you trying to solve? I want to create a Yaml file with a remote content ## What precondition(s) should be checked before applying this recipe? Check...
Hi, I'm working on an upgrade of the spotless plugin gradle from 5.16.0 to the latest (7.0.2). I have this error when running the `spotlessGroovyGradle` task: ```bash Missing required bundle...
Hi, We have a problem since an update of bcprov when wrapping a string anyhow::Result { let secret = "toto1234"; println!("secret: {}", secret); let key_bytes = "34B6E58B090922C15641EE98183682F5".as_bytes(); let mut k32...
Hi, I work on this issue to make RestAssured compatible with Groovy 5 (issue: #1846). For this I have made: - an upgrade to Java 17 - a migration of...
Hi, Since the release of Spring Boot 4 RC1, [RestAssured no longer works](https://github.com/spring-projects/spring-boot/issues/47147). This is due to the update of Groovy [from 4.0.28 to 5.0.2](https://github.com/spring-projects/spring-boot/commit/ccb856fcbe05cd79a8127dcd6759acc30d2611ab). Here the stacktrace ```java java.lang.NullPointerException...
Hi, I have a problem on Spring Boot 4 with SpringDoc. I don't use the embeded tomcat but I build a WAR file which is deploy on an external Tomcat....