gs-batch-processing
gs-batch-processing copied to clipboard
Creating a Batch Service :: Learn how to create a basic batch-driven solution.
Please review the changes and merge
The order of Person's variables and getter/setter methods seems to be firstName and lastName for ease of viewing.
updated the spring version from 3.2.0 to 3.2.1 at the 4 given locations. issue #58
Update the guide to use the most recent Spring Boot version. Files that require changes are: ``` initial/build.gradle initial/pom.xml complete/build.gradle complete/pom.xml ```
JobCompletionNotificationListener is deprecated and replaced by JobExecutionListener. In following the tutorial, I had to research this issue
Bumps the guide-dependencies-gradle group with 1 update in the /complete directory: [org.springframework.boot](https://github.com/spring-projects/spring-boot). Bumps the guide-dependencies-gradle group with 1 update in the /initial directory: [org.springframework.boot](https://github.com/spring-projects/spring-boot). Updates `org.springframework.boot` from 3.4.1 to 3.5.0...
Bumps the guide-dependencies-maven group with 1 update in the /complete directory: [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot). Bumps the guide-dependencies-maven group with 1 update in the /initial directory: [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot). Updates `org.springframework.boot:spring-boot-starter-parent` from 3.4.1 to 3.5.0...