Mahmoud Ben Hassine

Results 106 issues of Mahmoud Ben Hassine

This test fails intermittently with the following error: ``` java.lang.AssertionError: Foo not on queue at org.springframework.batch.repeat.jms.AsynchronousTests.testRollback(AsynchronousTests.java:176) ``` Build log: https://build.spring.io/browse/BATCH-NIGHTLY-5541

in: build
type: bug

Compared to the XML configuration style where infrastructure beans (`JobRepository`, `JobLauncher`, etc) should be defined manually, `@EnableBatchProcessing` does a good job in configuring those beans automatically and making them available...

in: core
type: enhancement

A chunk of items is a key concept in the chunk-oriented processing model and is nicely modelled with the `org.springframework.batch.core.step.item.Chunk` API. This API is used in almost all interfaces/classes related...

in: infrastructure
in: core
type: enhancement

`TaskExecutorRepeatTemplateAsynchronousTests#testThrottleLimit` fails intermittently with an `ArrayIndexOutOfBoundsException`, see [build log](https://build.spring.io/browse/BATCH-NIGHTLY-JOB1-5128/test/case/290164400).

in: build
type: bug

It is possible to play chess on chesshub.io as anonymous. Games played by anonymous players are not saved in the database. In contrast, when a registered user plays a game,...

feature

Currently, the user should install node + mongo + elasticsearch to run chesshub. It would be awesome to provide vagrant/docker files to setup all these prerequisites so that the user...

feature

Currently, the application works fine in a local environment. As soon as the client and server are deployed on separate machines, a Cross Origin Request error occurs. This can be...

enhancement

Currently, the host and port configuration is hardcoded (localhost:3000) both on client and server side. This should be configurable at application startup using process.env.PORT

enhancement