반응형

오픈소스 4

Revise the documentation to correct misleading information regarding the ItemWriteListener

Issue Documentation on ItemWriteListener is misleading. · Issue #4400 · spring-projects/spring-batch The reference doc for ItemWriteListener says: The afterWrite method is called after the item has been successfully written However, digging into the Javadoc for ItemWriteListener, it seems otherwis... github.com PR Revise the documentation to correct misleading information regarding the ItemWrite..

오픈소스 2023.11.18

[Spring Batch] Update documentation about serializable keys in the execution context

Issue Update documentation about serializable keys in the execution context · Issue #4457 · spring-projects/spring-batch The documentation section about the execution context should mention that non transient keys should be Serializable (otherwise a custom serializer should be used). Related-to: spring-projects/sprin... github.com PR Update documentation about serializable keys in the execution ..

오픈소스 2023.11.03

[Spring Data Commons] Add overload to ReactiveSortingRepository accepting a Limit parameter

Issue Add overload to ReactiveSortingRepository accepting a `Limit` parameter. · Issue #2923 · spring-projects/spring-data-commons Flux findAll(Sort sort, Limit limit); github.com PR Add overload to ReactiveSortingRepository accepting a Limit parameter. by hwan33 · Pull Request #2959 · spring-projects/spring Related issue: #2923 Motivation Flux findAll(Sort sort, Limit limit); It's good to add f..

오픈소스 2023.11.03
반응형