Stefan

Results 13 issues of Stefan

**Describe the bug** If ForwardedHeaderTransformer is enabled in Spring Cloud Gateway, **X-Forwarded-For** Header will not be sent to upstream services **Steps to reproduce** - Enable ForwardedHeaderTransformer in Spring Cloud Gateway...

bug
help wanted

Hello Oliver, at first, thanks a lot for the comprehensive example and for your efforts to bring more support for DDD into Spring (Data). I have a suggestion for some...

Hello, there is a setter for concurrencyVersion in ConcurrencySafeEntity. But this setter is not called from anywhere. How is it supposed to be used? Shouldn't be the concurrencyVersion contained in...

**Affects:** 2.4.2 (and likely several previous releases) **Steps to reproduce:** 1. create a Spring Boot App with Spring Initializr 2. `@EnableScheduling` at application class 3. create `@Scheduled` method with `Thread.sleep(60000)`...

status: waiting-for-triage
in: core

With rollup 1.0.0 I get warnings: (!) hash plugin: The onwrite hook used by plugin hash is deprecated. The generateBundle hook should be used instead.

When comiling japkit examples wit JDK 11 and javac: ``` WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by javax.el.BeanELResolver (file:/C:/java/maven/repository/org/apache/tomcat/embed/tomcat-embed-el/8.5.8/tomcat-embed-el-8.5.8.jar) to method com.sun.tools.javac.code.Symbol$TypeSymbol.asType() WARNING: Please...

enhancement

elements.getPackageOf and other methods in elements fail for generated types

bug

In some cases, it shall be configurable which annoations to copy from a source to a target. Thus, copyAnnotationsExpr and copyAnnotationsFromPackagesExpr shall be supported.

enhancement

It should be possible to generate type annotations, for example: ``` List emails; ``` The ways to generate tis should be analogous to generating annotations on elements.

enhancement

Considering https://github.com/eclipse/xtext/issues/1721, the use of Xtend in japkit should be reduced. Currently japkit heavily uses the following Xtend features which are not available in Java: - Extensions: Most services are...

code quality