Michael Minella

Results 12 comments of Michael Minella

If we're using an in memory database, why doesn't `@DirtiesContext` work?

This shouldn't have gotten this way. `ExitCode` is the value returned by the process at the end of the task execution. If the task hasn't ended, that _should_ be `null`....

This seems to be a bug in that the `@Transactional` annotations are on the interfaces and not on the concrete methods. Since Spring uses dynamic subclassing for the default proxy...

Unless I'm missing something the new annotation is available only at the method level, yet the mapping functionality for the non-annotation version works at the field level as well. Can...

I left a note in the PR, but we can continue design discussions here. Instead of creating a whole new reader, why not take the approach of a decorator like...

@philipbel We're really interested in working with someone with a concrete use case for this. If you have one you can share, let us know!

@philipbel So what are you looking to get out of a Reactive Streams integration with Spring Batch?

Spring had a Spring for Apache Hadoop module that was built upon Spring Batch. I don't think we should revive that kind of functionality here. If there is interest in...

Spring Batch and Spring Cloud Task both do not support MongoDB as a repository. There are a number of reasons for that. You'd need to have a relational database as...

When you attempt to run the jar file via java -jar the jar name, what exception or output do you get?