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

Latest Ninja v6.6.1 (v6.6.0 as well) is not available on Maven Central. Could you please have a look? Thanks!

I have a controller method for downloading a file (in my case a PDF). I based this on the assets controller code as mentioned in the documentation. Originally I was...

Hi There, More of a question than an issue. I heard that Ninja is a fork of Play. If so, is it in sync with Play releases? Thanks! Kerrie

Following in the footsteps of #673, and referring to #487 and #488, I think the `Accept` header's handling should be refined further to return a `406 Not Acceptable` response, instead...

# Error description When defining a path parameter ``` router.GET().route(V1 + "/project/byName/{name: .+}").with(ProjectController::getByName); ``` and opening the url where the `name` parameter contains a colon will break the decoder ```...

I just did: ``` mvn archetype:generate -DarchetypeGroupId=org.ninjaframework -DarchetypeArtifactId=ninja-servlet-archetype-simple ``` and wanted to debug it via: ``` clean compile jetty:run ``` (like explained here http://www.ninjaframework.org/documentation/debugging.html) > “Debug as…”. Hit that and...

Using version 5.2.1 the following throws an exception. I've not tested earlier versions. ``` java package services; import com.google.inject.Inject; import com.google.inject.Provider; import com.google.inject.Singleton; import com.google.inject.persist.Transactional; import ninja.scheduler.Schedule; import javax.persistence.EntityManager; import...

I have a short question about how uploading large files in ninja-app actually works behind the scenes: Lets say, a client uploads a very large CSV file (1GB) via ```...

Hi Guys, We stumbled across an inconsistent handling of properties parsed by `NinjaPropertiesImpl`. Whereas properties stored in an external configuration file are parsed as expected, properties defined as system properties...