Robert McNees

Results 69 comments of Robert McNees

Moved back to open so more modules can be converted.

Hi @zhangwt-cn . Thank you for the interest. You can find the latest stable Spring Boot version by finding the `CURRENT` tag on [this page](https://spring.io/projects/spring-boot#learn). Additionally, you could go to...

Hi @ali-so. Based on the time of your content (that is, after the Boot 3.2 release in November 2023), the guide was likely asking you to pull in the wrong...

The `docker-compose.yml` file requires a `services:` top level element. This was fixed with #58

Hi @FerretDave. Exclusion of the `HomeController.java` class in the `initial` folder is by design. Spring Initializr adds the dependencies but leaves all application code up to the user. The `initial`...

Closing as this will be tracked at a higher level going forward.

Hi @AlpsDevABE. `JobCompletionNotificationListener` is a class [defined in the guide](https://github.com/spring-guides/gs-batch-processing/blob/main/complete/src/main/java/com/example/batchprocessing/JobCompletionNotificationListener.java), not in [Spring Batch](https://docs.spring.io/spring-batch/docs/current/api/). As shown in [this line](https://github.com/spring-guides/gs-batch-processing/blob/dc8222c767cc86607f1efa9c13610c195477115f/complete/src/main/java/com/example/batchprocessing/JobCompletionNotificationListener.java#L14) `JobCompletionNotificationListener` implements `JobExecutionListener`. What problem did you encounter when running the...

Hi @AlpsDevABE. Can you clarify what problem you were having with the guide? If I don't hear back I'll close the issue soon. Thanks.

Closing this PR due to lack of activity. If the issue persists please comment here and we can reopen the discussion.