Skip to content
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
wants to merge 3,066 commits into from
Closed

Remove unnecessary JobOperator bean definition from BatchAutoConfiguration #38324

wants to merge 3,066 commits into from

Conversation

cachescrubber
Copy link
Contributor

Remove unnecessary JobOperator bean definition from BatchAutoConfiguration

See #38234

philwebb and others added 30 commits October 19, 2023 23:19
The current threads must be retrieved each time so that we can see
the keep-alive thread dying.

See gh-37736
This updates commit dad5dc6 to
see if @AssertFileChannelDataBlocksClosed will take care of
closing files.

See gh-7161
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
* 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
This introduces two different attributes for, e.g. the Spring Framework
version: the "normal" one, e.g. 6.1.0-SNAPSHOT, and the Antora one,
e.g. 6.1.

Spring Framework's reference documentation is still broken when using
SNAPSHOT versions, see spring-framework/gh-31480.

See gh-38000
bclozel and others added 29 commits November 10, 2023 11:36
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.