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 107 ninja issues
Sort by recently updated
recently updated
newest added

based on another PR https://github.com/ninjaframework/ninja/pull/708 (branch `upgrade-dependencies`).

How to use it as a micro service, similar to springcloud, Does anyone use it to build microservices

Hi, I find that the private field metricsService at Line 36 in the file 'ninja/ninja-metrics/src/main/java/ninja/metrics/InstrumentedCache.java' on the develop branch is only assigned and used in the method InstrumentedCache. Therefore, this...

Default values in methods getWithDefault, getIntegerWithDefault and getBooleanWithDefault are not implemented correctly. If the value is not present, null is returned and not the default. If the value is present,...

Hello, I am looking for a way to get the actual URL from the freemarker template without using the Results.render(). I want it to be global. I thought the Implicit...

Hi! I found the pom file of project **_org.ninjaframework:ninja-core:6.9.1-SNAPSHOT_** introduced **_74_** dependencies. However, among them, **_8_** libraries (**_11%_**) are not used by your project. I list the redundant dependencies below...

Hi, We are developing a tool to check whether the dependencies' scopes in maven are set rightly and reasonably. Our tools have found some issues in your project about scope...

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...

I am trying to create a WebSocket endpoint with Ninja and by following the documentation provided [here](https://www.ninjaframework.org/documentation/websockets.html) I keep getting the same error. I followed the entire documentation step by...

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...