Thibault Meyer

Results 20 issues of Thibault Meyer

Regardless of the project's architecture, developer may need to convert objects from one type to another. Like other modern Web framework, this new (and optional) module allow Ninja Framework to...

By default, scheduled tasks run on a single thread, which may be sufficient in most cases. However, sometimes we need to run several tasks at the same time or just...

**Before** ``` INFO ninja.scheduler.Scheduler - Scheduling method doWork on jobs.TestJob$$EnhancerByGuice$$25319309@2eee4cb3 using CRON expression 0 */30 * * * * (TimeZone: UTC) ``` **After (without "_$$EnhancerByGuice$$25319309@2eee4cb3_")** ``` INFO ninja.scheduler.Scheduler - Scheduling...

Not all exceptions are necessarily compliant with the expectations of this method, such as business exceptions. It is necessary to ensure that the exception inherits from `NinjaException` before starting to...

Ninja version: 5.1.0 OS: Windows 8.1 64bits I have a simple tamplate (from the default archetype) and I put this in the index.ftl.html : ``` ${lang} ``` `mvn compile` and...

Hi, Is it possible to have a TOC depth greater than one on TOC.INI file ? I mean something like "/en_EN/dir1/subdir1/subdir2/doc.md". It could be useful when a single project expose...

**Describe the bug** Application cannot find Java 1.8 or higher. But Java 1.8 and Java 10 are installed on the computer. JAVA_HOME env. variable is set to the right value...

Hello, Is it possible to play background music and sound effect sfx with this SDK ?

Hi, it would be nice to have ability to customize default html view (eg : title -> rename Multipass to something else) or to use a completely different template (like...

Hi, is it possible to add Win32 / Win64 / Linux binary ?

invalid
wontfix