CC007

Results 145 comments of CC007

No problem. If you have any questions, feel free to reply here or message me on Discord: cc007#2753

Also, one thing I noticed is that when `org.springframework.cloud.client.HostInfoEnvironmentPostProcessor` is trying to get the config for `spring.cloud.inetutils`, used in the instantiation of `org.springframework.cloud.commons.util.InetUtils` on line 60 of the post processor,...

I think the issue in my previous comment is out of scope, so I created an issue in the appropriate issue tracker: https://github.com/spring-cloud/spring-cloud-commons/issues/1233

FYI: I manually added https://github.com/CodeQualIT/CQITFunctions/blob/master/pocs/boxedhello-project/boxedhello-generated/boxedhello-clients/boxedhello-helloworld-client/src/main/java/nl/cqit/function/poc/java/boxedhello/services/helloworld/HelloWorldServiceRuntimeHints.java as a partial workaround. This makes it so that the application starts, but it still causes issues when calling the client. Also, I'd expect these...

> Hello @CC007 , I've tried running the project, but the `HelloWorldApi` class is not available, so it does not compile. Please provide a minimal, executable sample that we can...

The question is: is this one bug or 2 bugs? The fact that I manually have to add the runtime hint is one bug, but I don't know if the...

@OlgaMaciaszek which release will that be? Are you referring to the next spring-cloud-openfeign release? Or the spring-cloud project in general?

@OlgaMaciaszek thanks for taking a look at it. I'm going to see if I can get it working now too. Since using dependency management rather than a parent is a...

You can also use Spring boot without the starter parent: https://docs.spring.io/spring-boot/docs/current/maven-plugin/reference/htmlsingle/#using.import