-
Notifications
You must be signed in to change notification settings - Fork 41.7k
Polish #28501
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Polish #28501
Conversation
* pr/18383: Mention Java 13 in system requirements docs Closes spring-projectsgh-18383
* pr/18384: Polish some external documentation links Closes spring-projectsgh-18384
Replace `{vbar}` with an escaped pipe character. Unfortunately
`{vbar}` does not render correctly with PDF generation.
See spring-projectsgh-18374
* pr/18374: Simplify pipe escaping for reference doc tables Avoid need to escape pipe character in reference tables Closes spring-projectsgh-18374
Add an appication context initializer to detect and store the active RSocket port in the Environment under `local.rsocket.server.port`. Additionally add a `@LocalServerPort` that provides a convenient alternative to `@Value`. See spring-projectsgh-18287 Co-authored-by: Eddú Meléndez <eddu.melendez@gmail.com>
* pr/18287: Polish 'Add @LocalRSocketServerPort support' Add @LocalRSocketServerPort support Closes spring-projectsgh-18287
Polish code and relocate `RSocketServerBootstrap` from `server` to `context` since it's really an `ApplicationContext` concern. Closes spring-projectsgh-18391
Fix a package tangle that was introduced when we added cache bypass to `SpringIterableConfigurationPropertySource`. Ideally we should have been able to depend on `env` from `context` but unfortunately the `EnvironmentPostProcessor` interface references `SpringApplication` which needs to use the Binder. The `isImmutable` method has now been moved to `OriginLookup` which removes the immediate tangle. Closes spring-projectsgh-18393
Fix package tangle in devtools by relocating `DevToolsEnablementDeducer` to a new `system` package. Closes spring-projectsgh-18393
This reverts commit 8d9e447.
|
@polarbear567 thanks for the PR. Would you please make sure your branch is up to date with |
Sure. In fact, I'll update the latest code every time. It seems that there is no problem manually before, but recently I have used the fetch upstream function provided by the GitHub page. It seems that this problem has occurred. I'm not sure, but next time I will switch back to manually updating the latest code. Finally, thanks for the reminder. |
Polish in some modules.