forked from spring-projects/spring-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
the sync of fork #1
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
Merged
Merged
Conversation
This file contains hidden or 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
Issue: SPR-17209
Issue: SPR-17215
In order to prevent instantiation of utility classes, this commit makes NamedParameterBatchUpdateUtils `abstract`. Issue: SPR-17215
Prior to this commit, an bug introduced in SPR-16949 prevented `Mono.empty` bodies from being written to the response. This commit ensures that empty bodies still trigger the writing to the response and does not hang the processing of the exchange. Issue: SPR-17220
Issue: SPR-17155
Issue: SPR-17155
Aligned with HibernateJpaDialect, using ConnectionHandle as functional interface now. Also, LazyConnectionDataSourceProxy supports Connection holdability as applied by HibernateTransactionManager, for use with prepareConnection=true. Issue: SPR-17216
Issue: SPR-17226
Operator includes explicit support for Boolean comparisons now. Issue: SPR-17229
* pr/894: Fix typos
Issue: SPR-17129
This commit introduces a dependency on the Awaitility assertion framework and makes use of asynchronous assertions in order to make tests for asynchronous events more robust. Issue: SPR-17211
This commit optimizes Flux <-> Mono conversions in our codebase by avoiding to hide that conversion from Reactor. This tries to keep conversions sequentially so that they can be detected by Reactor and optimized. In Spring WebFlux, this means keeping the conversions at the edges of a method implementation (right when getting an input parameter, and before returning it as a result). If those conversions are made between other operators, Reactor might not be able to detect those conversions and optimize them. Issue: SPR-17203
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.
No description provided.