Firefly framework helps you create a java web application easy and quickly. It provides MVC framework with HTTP
Server and many other useful components for developing web applications. It means you can easy deploy your web
without any other java web containers, in short , it's containerless. It taps into the fullest potential of
hardware using SEDA architecture, a highly customizable thread model.
Compile Dependencies (0)
| Category/License | Group / Artifact | Version | Updates |
|---|
Test Dependencies (3)
| Category/License | Group / Artifact | Version | Updates | |
|---|---|---|---|---|
Testing
EPL 2.0
| junit
»
junit1 vulnerability JUnit Jupiter is the API for writing tests using JUnit 5. | 4.12 | 6.1.3 | |
Testing
BSD 3-clause
| org.hamcrest
»
hamcrest-all Core API and libraries of hamcrest matcher framework. | 1.3 | 3.0 | |
Mocking
MIT
| org.mockito
»
mockito-core Mockito mock objects library core API and implementation | 2.10.0 | 5.23.0 |
Managed Dependencies (39)
| Category/License | Group / Artifact | Version | Updates | |
|---|---|---|---|---|
Apache 2.0
| com.fireflysource » firefly-db | 4.6.4 | 4.9.5 | |
Apache 2.0
| com.fireflysource » firefly-slf4j | 4.6.4 | 5.0.2 | |
Apache 2.0
| com.fireflysource » firefly-common | 4.6.4 | 5.0.2 | |
Apache 2.0
| com.fireflysource » firefly-nettool | 4.6.4 | 4.9.5 | |
Apache 2.0
| com.fireflysource » firefly | 4.6.4 | 4.9.5 | |
Apache 2.0
| com.fireflysource » firefly-kotlin-ext | 4.6.4 | 4.9.5 | |
Apache 2.0
| com.fireflysource » firefly-reactive | 4.6.4 | 4.9.5 | |
Apache 2.0
| com.github.spullara.mustache.java
»
compiler Implementation of mustache.js for Java | 0.9.4 | 0.9.14 | |
Apache 2.0
| com.github.vladimir-bukhtoyarov
»
rolling-metrics Collection of advanced monitoring metrics with rolling time window semantic | 2.0.3 | 2.0.5 | |
Embedded SQL DB
EPL 1.0 +1
| com.h2database
»
h22 vulnerabilities A fast SQL database that can run embedded or a server mode with support for transactions, encryption, full search, etc. ... | 1.4.196 | 2.4.240 | |
JDBC Pool
Apache 2.0
| com.zaxxer
»
HikariCP HikariCP is a 'zero-overhead' production ready JDBC connection pool. | 2.7.2 | 7.1.0 | |
Apache 2.0
| commons-dbutils
»
commons-dbutils The Apache Commons DbUtils package is a set of Java utility classes for easing JDBC development. | 1.7 | 1.8.1 | |
Application Metrics
Apache 2.0
| io.dropwizard.metrics
»
metrics-core Metrics is a Java library which gives you unparalleled insight into what your code does in | 3.2.5 | 5.0.7 | |
Apache 2.0
| io.dropwizard.metrics
»
metrics-healthchecks An addition to Metrics which provides the ability to run application-specific health checks, | 3.2.5 | 5.0.7 | |
Apache 2.0
| io.netty
»
netty-tcnative-boringssl-static A Mavenized fork of Tomcat Native which incorporates various patches. This artifact is statically linked | 2.0.7.Final | 2.0.81.Final | |
Concurrency
Apache 2.0
| io.projectreactor
»
reactor-core Non-Blocking Reactive Foundation for the JVM | 3.1.0.RELEASE | 3.8.6 | |
Testing
Apache 2.0
| io.projectreactor
»
reactor-test Reactor Test support | 3.1.0.RELEASE | 3.8.6 | |
Apache 2.0
| io.projectreactor.addons
»
reactor-extra Reactor Extra utilities, helpers and custom operators | 3.1.0.RELEASE | 3.6.0 | |
Apache 2.0
| io.projectreactor.addons
»
reactor-adapter Adapters from/to RxJava2, RxJava3 and Akka | 3.1.0.RELEASE | 3.6.0 | |
Apache 2.0
| io.projectreactor.addons
»
reactor-logback Async Logback appender implementation | 3.1.0.RELEASE | 3.2.6.RELEASE | |
Apache 2.0
| io.projectreactor.ipc
»
reactor-netty Reactor Netty with all modules | 0.7.0.RELEASE | 1.3.6 | |
Apache 2.0
| io.projectreactor.kafka
»
reactor-kafka Reactor Kafka: A reactive API for Apache Kafka | 1.0.0.RELEASE | 1.3.25 | |
Java Spec
EPL 2.0 +1
| javax.servlet
»
javax.servlet-api API for Jakarta Servlet, enabling web applications to handle HTTP requests and responses through a standard interface ... | 3.1.0 | 6.1.0 | |
Testing
EPL 2.0
| junit
»
junit1 vulnerability JUnit Jupiter is the API for writing tests using JUnit 5. | 4.12 | 6.1.3 | |
Apache 2.0
| org.conscrypt
»
conscrypt-openjdk-uber Conscrypt: OpenJdk UberJAR | 1.0.0.RC13 | 2.6.2 | |
Apache 2.0 +1
| org.eclipse.jetty.alpn » alpn-api | 1.1.3.v20160715 | ✔ | |
Testing
BSD 3-clause
| org.hamcrest
»
hamcrest-all Core API and libraries of hamcrest matcher framework. | 1.3 | 3.0 | |
Application Metrics
BSD 2-clause +1
| org.hdrhistogram
»
HdrHistogram HdrHistogram supports the recording and analyzing sampled data value | 2.1.10 | 2.2.2 | |
Bytecode
Apache 2.0 +2
| org.javassist
»
javassist Javassist (JAVA programming ASSISTant) makes Java bytecode manipulation | 3.21.0-GA | 3.32.0-GA | |
Lang Runtime
Apache 2.0
| org.jetbrains.kotlin
»
kotlin-stdlib-jdk8 Kotlin Standard Library JDK 8 extension | 1.2.0 | 2.4.10 | |
Reflection
Apache 2.0
| org.jetbrains.kotlin
»
kotlin-reflect Runtime libraries for Kotlin reflection, which allows you to introspect the structure of your program at runtime. | 1.2.0 | 2.4.10 | |
Testing
Apache 2.0
| org.jetbrains.kotlin
»
kotlin-test-junit Kotlin Test library support for JUnit | 1.2.0 | 2.4.10 | |
Concurrency
Apache 2.0
| org.jetbrains.kotlinx
»
kotlinx-coroutines-core Coroutines support libraries for Kotlin | 0.19.3 | 1.11.0 | |
Apache 2.0
| org.jetbrains.kotlinx
»
kotlinx-coroutines-jdk8 Coroutines support libraries for Kotlin | 0.19.3 | 1.11.0 | |
Apache 2.0
| org.jetbrains.kotlinx
»
kotlinx-coroutines-reactor Coroutines support libraries for Kotlin | 0.19.3 | 1.11.0 | |
Mocking
MIT
| org.mockito
»
mockito-core Mockito mock objects library core API and implementation | 2.10.0 | 5.23.0 | |
Apache 2.0 +1
| org.mortbay.jetty.alpn » alpn-boot | 8.1.11.v20170118 | 8.1.13.v20181017 | |
MIT
| org.reactivestreams
»
reactive-streams A Protocol for Asynchronous Non-Blocking Data Sequence | 1.0.1 | 1.0.4 | |
Logging
MIT
| org.slf4j
»
slf4j-api API for SLF4J (The Simple Logging Facade for Java) which serves as a simple facade or abstraction for various logging ... | 1.7.25 | 2.0.18 |