-
Notifications
You must be signed in to change notification settings - Fork 40.8k
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
Remove unnecessary JobOperator
bean definition from BatchAutoConfiguration
#38324
Closed
cachescrubber
wants to merge
3,066
commits into
spring-projects:3.0.x
from
cachescrubber:batch_remove_job_operator
Closed
Remove unnecessary JobOperator
bean definition from BatchAutoConfiguration
#38324
cachescrubber
wants to merge
3,066
commits into
spring-projects:3.0.x
from
cachescrubber:batch_remove_job_operator
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Closes gh-37978
Closes gh-37980
Docker Compose starting with 2.23.0 returns truncated ids in the docker compose ps call. We now do a prefix search if an exact match isn't found in the docker inspect response. Closes gh-37982
Closes gh-37991
* pr/37975: Polish "Add JVM Checkpoint Restore documentation" Add JVM Checkpoint Restore documentation Closes gh-37975
Spring for Apache Kafka recently moved to Antora docs which in turn modified the base url slightly. This commmit adjusts for the move. See gh-37987
* pr/37987: Fix links in Spring Kafka section of ref guide Closes gh-37987
Spring for Apache Pulsar recently moved to Antora docs which in turn modified the base url slightly. This commmit adjusts for the move. See gh-37986
* pr/37986: Fix links in Spring Pulsar section of ref guide Closes gh-37986
* pr/37984: Polish Closes gh-37984
Prior to this commit, some properties in the `spring.webflux.multipart` namespace were ignored for the streaming use case because those were not supported in streaming mode with `PartEvent`. As of Spring Framework 6.1, the `max-parts` and `max-disk-usage-per-part` properties can be supported and this commit maps those properties accordingly. Fixes gh-37642
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Remove unnecessary
JobOperator
bean definition fromBatchAutoConfiguration
See #38234