Jimmy Praet

Results 35 issues of Jimmy Praet

`@Parameter( property = "parentVersion", defaultValue = "null" )` That is the string "null", instead of value null.

It would be nice if environment variables (or another placeholder replacement mechanism) could be used for the config files in /usr/share/jenkins/ref/. For example: **hudson.tasks.Mailer.xml:** http://jenkins.example.com/ smtp.example.com false UTF-8 **jenkins.model.JenkinsLocationConfiguration.xml:** [email protected]...

Could the bundled eclipse version be upgraded to 2023-12, in order to support the new language features introduced in JDK21? https://eclipse.dev/eclipse/news/4.30/jdt.php#Java21

- Gitea version (or commit ref): 1.14 - Can you reproduce the bug at https://try.gitea.io: - [X] Yes ## Description When I request a review, I am not able to...

type/bug
type/proposal

##### Description Related to #17874, the `@Valid` bean validation annotation also gets added on TYPE_USE in the builder. ```java private static final class PartnersRestBuilderImpl extends PartnersRestBuilder { @Override protected PartnersRestBuilderImpl...

Issue: Bug

### Is your feature request related to a problem? Please describe. As of openapi-generator 7.2.0 the following code gets generated with the jaxrs-spec generator: ``` private @Valid List addresses; ```...

Enhancement: Feature

## What problem are you trying to solve? I want to add a maven property to the root pom only. org.openrewrite.maven.AddProperty adds the property to all poms. ## Describe the...

enhancement

Since the upgrade from spotless-maven-plugin 2.34.0 to 2.35.0 I get a "java.net.SocketTimeoutException: Connect timed out" (see full stacktrace below). It looks like it's not respecting the configured proxy settings in...

enhancement

### Description Plugin validation issues detected when using the docker-maven-plugin with Maven 3.9.2 and `-Dmaven.plugin.validation=VERBOSE` ### Info * docker-maven-plugin version : 0.43.0 * Maven version (`mvn -v`) : 3.9.2 ```...

pr-for: feature
in: infrastructure