ninja icon indicating copy to clipboard operation
ninja copied to clipboard

Ninja is a full stack web framework for Java. Rock solid, fast and super productive.

Results 110 ninja issues
Sort by recently updated
recently updated
newest added

I recently had some problem integrating a forum with my ninja app and it appears that the bug was coming from Ninja returning "404 Not Found" instead of "405 Method...

Hi, all. On the Ninja framework documentation for WebSockets, it says that "Or you can simply use Ninja’s automatic servlet configuration via its ServletContainerInitializer support and omit even having a...

Is it a normal behaviour that a @Schedule method gets executed **twice** every 5 seconds? Normally, I would expect that a @Schedule method runs only **once** every 5 seconds?! ```java...

When a required parameter is missing, it's nice to get the 400 bad request response. But it would be nicer if the response also contained which parameters were missing.

I suggest to not suppress hibernate errors because otherwise you don't know what's up if you use JPA entites with names like 'user' (keywords thus). Maybe escaping names in Hibernate...

I would like to see a list of partners, open source projects or big companies who uses ninja as a vote of confidence for choosing ninja as your next project's...

i just have a requirement that need to get the original queryString from the url, so that i can make sign and check it. but now, i can't get the...

Improve the documentation appropriately otherwise ``` mvn ninja:run ``` will not work.

I've got an extractor which returns a `Map` as data type. After I've updated Ninja from 5.6 to 6.0 I can't start the app anymore: ``` Caused by: java.lang.RuntimeException: Oops....

Hi there. I noticed that the every translated message containing number as parameter get formatted with space each 3 number. Ex : 123456789 is a int param that i give...