Phillip Webb
Phillip Webb
Closing in favor of PR #32521. Thanks @terminux!
I've pushed a polish commit to https://github.com/philwebb/spring-boot/tree/gh-29596. I'd like someone else from the team to review. I'm wondering if we should include `HttpMethod` in the API or not. It's in...
Not much I'm afraid. We targeted it to 2.x which means it's a valid issue and something we'd like to fix, we just haven't had the time yet.
A pull-request would be most welcome. There a few options for fixing this, and I'm not sure which would be best. We could create a `RelyingPartyRegistrationProperyMapper` class that contains the...
Thanks for the suggestion, I think we should revisit this at some point. There's also https://browsersync.io/docs/gulp which might help.
That would be useful if you have time, but we're not likely to get to this until after 3.0 has been released so no rush on our side. Perhaps we...
The exit code logic could certainly do with a refresh. We have another issue (#25100) related to the `SpringApplication.exit` method. One trick that might work in the meantime is to...
Thanks for the pull-request @polarbear567. When raising #29550 I was originally thinking we'd offer a way to do this programmatically. The properties are an interesting alternative that didn't occur to...
This is somewhat related to #20291. I'm a little surprised that the same error isn't thrown during regular startup since `java.time` types are exposed in the getters as well. @iaptekar...
I have a branch at https://github.com/philwebb/spring-boot/tree/gh-32297 that shows how `@JsonSerialize` could work. I'm not totally sure if we should take this approach or not.