Hannes

Results 14 issues of 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...

cosmos-db/svc
triaged
cxp
doc-enhancement
Pri1
postgresql/subsvc

### 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...

type: feature
in: core
related-to: ddl-scripts

Attempts to fix issue #745 "Change mkdirs to static" with the implementation proposed in the comments of the PR.

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...

question

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...

status: waiting-for-triage
type: feature

Update 0002-enable-md-pg_duckdb.sql to make it compatible with Postgresql 14. Resolves #928