Henning Garus

Results 8 comments of Henning Garus

@TYsewyn I am sorry, but I have been pretty busy with other things lately. I'll try to have something for you to look at next week.

@TYsewyn I was a bit stuck finding a place to put value related constants and functions. I've finally managed to find something I'm not totally unhappy with. I've pushed my...

I just pushed a new version of ResponseDsl. I have tried two different approaches for "Enum-like" values (Request.method and Response.status) 1. Enums 2. properties on a separate object each representing...

I gave this some thought when implementing !mtr, since it contains the banlists. Is printing a huge list of cards into a chat really useful? Personally I think this is...

@olegz I don't think you excluding the transitive json-dependency of spring-boot-starter-test in spring-cloud-function-context does a lot to alleviate this issue. A lot of users of spring-cloud-function will depend on spring-boot-start-test...

Yes. My point ist the following: spring-cloud-function-context now brings in org.json:json, many users of spring cloud function will also be using spring-boot and thus probably use spring-boot-starter-test, which has been...

@olegz After looking into this some more I am somewhat confused: Looking at `SimpleFunctionRegistryTests.testSCF1094` I'm very unsure why the different Exceptions each represent a positive outcome. Especially the `IllegalStateException` in...

I think I can achieve the current behaviour - or presumably intended behaviour, using the already existing Jackson Dependency and remove the JSON-Dependency completely. I'll prepare a PR over the...