Tyler Van Gorder

Results 20 issues of Tyler Van Gorder

We are using Brixton.M5 and I noticed that the port being registered with Eureka is incorrect. The SidecarConfiguration registers its own copy of the EurekaInstanceConfigBean. The server port is injected...

documentation

We are migrating our load balanced RestTemplates from using the legacy, netflix http client to the new RestTemplate + Spring Retry. One thing that surprised us was that the ribbon...

documentation

Reported by a user while applying a recipe to one of their legacy projects. The maven project runs correctly without the rewrite-maven-plugin, so there is a property resolution that is...

bug

Up to this point, recipe configuration has been restricted to primitive types, Strings, and Lists/Arrays. Rewrite's `Environment` is responsible for instantiating the recipes and marshaling configuration (defined in YAML) into...

enhancement
design-partner-1

Add a search/replace recipe that can be used on generic text source files. This will be an easy task when files are parsed as `PlainText`, this may become more complicated...

design-partner-1
recipe

Given a functional interface such as this: ``` @FunctionalInterface public interface ChangeListener { void changed(ObservableValue

bug

Importing OpenRewrite (https://github.com/openrewrite/rewrite) into eclipse/STS results in a failure due to cycles in the dependencies. However, the cycle is only present because `rewrite-test` appears to be added to the main...

a:bug :beetle:

Given the following example: ``` try (InputStream e = new ByteInputStream(String("ABC").toBytes) { ... } catch (IOException e) { } catch (IllegalStateException e) { } ``` All three variables (of `e`)...

bug

The Java 17 parser should be modified to support records.

enhancement

The Java 17 parser should be expanded to support switch expressions.

enhancement