Stephan Leicht Vogt

Results 7 issues of Stephan Leicht Vogt

Profiles with dependencies are not written into the flattened pom as described here: http://www.mojohaus.org/flatten-maven-plugin/flatten-mojo.html (Element: profiles). Profiles doesn't get processed as the profileInjector does nothing: https://github.com/mojohaus/flatten-maven-plugin/blob/master/src/main/java/org/codehaus/mojo/flatten/FlattenMojo.java#L649

bug
help wanted
waiting for feedback

Adapt similar strategy as in the mapstruct processor for Immutables and FreeBuilder. Fixes issue #124.

From the immutables generated classes have the builder method 'from(...)' which creates a new copy of an instance as builder instance. The mapstruct processor correctly handles those methods in the...

Hello! I use spring boot (v. 3.2.1) with `com.github.ben-manes.caffeine` (v. 3.1.8). When I make native-image with default configuration of CaffeineCacheManager, I get this error: ``` Caused by: java.lang.IllegalStateException: SSSW at...

bug

**What are you trying to do?** The list of modules in the release-file doesn't represent the linked modules of the jre. **Expected behaviour:** `release`-file modules list is the same as...

Add support for private Maven repositories when updating maven-wrapper by setting MVNW_USERNAME and MVNW_PASSWORD environment variables from hostRules configuration. Maven Wrapper natively supports these environment variables for authentication when downloading...

## What is the purpose of the change Resolves [AVRO-1425](https://issues.apache.org/jira/browse/AVRO-1425): Changes the class loading strategy in ClassUtils to first try the current thread's context class loader before falling back to...

Java