Mahmoud Ben Hassine

Results 74 issues of Mahmoud Ben Hassine

In the requests table page (and request details page), there should be a link to the corresponding execution details for each processed request. Issue #23 should be implemented before this...

feature
component: admin

The job descriptor should support describing which job parameters (and their types) are expected. Then, the GUI can introspect the descriptor (or better the job description in the DB) to...

feature
component: admin

A job execution may complete successfully or fail. * If it succeeds, the return type of the execution method can be serialized and shown in the GUI (it can be...

feature
component: admin

There should be a shell/batch script to start the server/admin apps for unix/windows systems. A work in progress is in branch `startup-script`

enhancement

It should be possible to cancel a job request from the admin interface. This may requires to add a new status `CANCELED` to `JobExecutionRequestStatus`.

feature
component: admin

Sometimes, two instances of the same job should not be executed concurrently. The goal is to add a `allowConcurrent` parameter in the job definition to allow/disallow concurrent job executions. Whenever...

feature
component: server

It should be possible to submit job request with higher priorities to be executed first. The goal of this issue is to add the possibility to specify a request priority....

feature
component: server

Let's consider the following server configuration: * worker pool size: 10 * polling interval: 1h * number of requests received since last polling run: 1000 As of version 0.1, the...

feature
component: server

It would be great to add [swagger](http://swagger.io) to the rest API. It is easier for documenting and testing API endpoints

feature
component: server

Following the deprecation of `LobHandler` in Spring Framework [#32179](https://github.com/spring-projects/spring-framework/issues/32179), the usage of this API should be deprecated in Spring Batch as well.

in: core
type: enhancement