Chris White

Results 12 issues of Chris White

### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it....

question

Addresses issues #96 & #164

Using both port 0 for management.server and server causes the following stack trace in 2.1.1.RELEASE: ### Stacktrace ``` java.lang.IllegalArgumentException: createCheck port must be greater than 0 at org.springframework.util.Assert.isTrue(Assert.java:118) ~[spring-core-5.1.6.RELEASE.jar:5.1.6.RELEASE] at...

enhancement

If heartbeat is enabled paired with acl tokens, then the heartbeat task does not configure the token to use when communicating with the consul server ```yml spring.cloud.consul.discovery: acl-token: ${uuid} heartbeat.enabled:...

enhancement
help wanted

Ignoring the checkstyle auto-fixed whitespace changes, see: * spring-cloud-commons/src/main/java/org/springframework/cloud/client/serviceregistry/AbstractAutoServiceRegistration.java - Capture management web server init event & wait for ApplicationReadyEvent before starting registration (to ensure that http & optional mgmt...

in progress

As observed in https://github.com/spring-cloud/spring-cloud-consul/issues/555, when using `management.server.port = 0` calls to `ManagementServerPortUtils.getPort` return 0, rather than the dynamic assigned address. Not sure of the official solution for this, but can...

task

What is the process for pushing updated package to pypi? I see monthly release commits, but pypi is currently showing the latest version being 2021.7.17. Happy to help where needed,...

From 1.8+, there is an issue with openapi specs that contain recursive or cyclic references in components. See attached sample spec and test file to reproduce. Works without issue for...

Danny, Stumbled on your project, hoping to use it for some academic work. For my usage I needed to port to Python 3, so here's my forked branch if you...

is there any advice for configuration ordering when trying to define you own WebSecurityConfigurerAdapter, as per the docs? I get the following error when trying to create a WebSecurityConfigurerAdapter: ```...