-
Notifications
You must be signed in to change notification settings - Fork 11
opensource contribution
Sanghyuk Jung edited this page Apr 11, 2023
·
21 revisions
- https://github.com/spring-projects/spring-boot/pull/34596
- https://github.com/spring-projects/spring-boot/pull/34844
- https://github.com/spring-projects/spring-batch/pull/3831
- https://github.com/spring-projects/spring-batch/pull/3965
- https://github.com/spring-projects/spring-framework/pull/27291
- http://forum.springsource.org/showthread.php?96453-The-cron-expression-quot-0-0-8-10-1-2-3-9-quot-makes-unexpected-schedules-in-Spring-3-0
- http://forum.springsource.org/showthread.php?55853-SimpleIbatisItemWriter-in-my-project
- http://forum.springsource.org/archive/index.php/t-87164.html
- http://forum.springsource.org/archive/index.php/t-54129.html
Spring batch
- https://jira.spring.io/browse/BATCH-2175 : Support DBMS not declared in DatabaseType enum.
- https://jira.spring.io/browse/BATCH-2096 : 'chunk-completion-policy' or 'commit-interval' with '#{jobParameters[...]}' is ignored when 'retry-limit' exists. https://github.com/spring-projects/spring-batch/commit/bfd6d8d3554736bf356c3e84469992c54cfa1cad
- https://jira.spring.io/browse/BATCH-2259 : Step-scoped POJO bean can not be referenced by '' if it has no interface.