Hannes
Hannes
In the text, it says that the pom.xml configures Java 18 but in the pom.xml it says 1.8 which means Java 8. > to use Java **18** and a recent...
### Current Behaviour The current implementation to delete job instances or job executions issues a separate SQL statement for each metadata table. (see https://github.com/spring-projects/spring-batch/pull/4497) ### Suggested Change If we define...
Attempts to fix issue #745 "Change mkdirs to static" with the implementation proposed in the comments of the PR.
Resolves #836
Implement query for `FileFsVolumeInformation`
Currently the `queryInfo` method of the `com.hierynomus.smbj.share.Share` class is package-private, which means that users of this library cannot query the [File System Information](https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-fscc/ee12042a-9352-46e3-9f67-c094b75fe6c3) because most parts are not implemented in...
Hi! I saw this library and tried it out as an user space client and it worked for my use-case. However it seems that the implementation in the `basic-client` module...
Resolves https://github.com/spring-projects/spring-batch/issues/4851
**Current Behavior** Currently there is a `afterJob` method in `JobExecutionListener` that is called after the job completes but BEFORE the job metadata (status) is actually saved into the database. We...
Update 0002-enable-md-pg_duckdb.sql to make it compatible with Postgresql 14. Resolves #928