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 (5)
| Category/License | Group / Artifact | Version | Updates | |
|---|---|---|---|---|
Lang Runtime
Apache 2.0
| org.jetbrains.kotlin
»
kotlin-stdlib-jdk8 Kotlin Standard Library JDK 8 extension | 1.4.10 | 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.4.10 | 2.4.10 | |
Concurrency
Apache 2.0
| org.jetbrains.kotlinx
»
kotlinx-coroutines-core Coroutines support libraries for Kotlin | 1.3.9 | 1.11.0 | |
Concurrency
Apache 2.0
| org.jetbrains.kotlinx
»
kotlinx-coroutines-jdk8 Coroutines support libraries for Kotlin | 1.3.9 | 1.11.0 | |
Concurrency
Apache 2.0
| org.jetbrains.kotlinx
»
kotlinx-coroutines-reactor Coroutines support libraries for Kotlin | 1.3.9 | 1.11.0 |
Test Dependencies (4)
| Category/License | Group / Artifact | Version | Updates | |
|---|---|---|---|---|
Testing
EPL 2.0
| org.junit.jupiter
»
junit-jupiter-api JUnit Jupiter is the API for writing tests using JUnit 5. | 5.7.0 | 6.1.3 | |
Testing
EPL 2.0
| org.junit.jupiter
»
junit-jupiter-params JUnit Jupiter extension for running parameterized tests. | 5.7.0 | 6.1.3 | |
Testing
EPL 2.0
| org.junit.jupiter
»
junit-jupiter-engine Core package for the JUnit Jupiter test engine. | 5.7.0 | 6.1.3 | |
Mocking
MIT
| org.mockito
»
mockito-core Mockito mock objects library core API and implementation | 3.5.13 | 5.23.0 |
Managed Dependencies (59)
| Category/License | Group / Artifact | Version | Updates | |
|---|---|---|---|---|
CLI Parser
Apache 2.0
| com.beust
»
jcommander Command line parsing library for Java | 1.72 | 3.0 | |
JSON Lib
Apache 2.0
| com.fasterxml.jackson.core
»
jackson-databind9 vulnerabilities General data-binding functionality for Jackson: works on core streaming API | 2.11.2 | 3.2.2 | |
JSON Lib
Apache 2.0
| com.fasterxml.jackson.core
»
jackson-core2 vulnerabilities Core Jackson processing abstractions (aka Streaming API), implementation for JSON | 2.11.2 | 3.2.2 | |
JSON Lib
Apache 2.0
| com.fasterxml.jackson.core
»
jackson-annotations Core annotations used for value types, used by Jackson data binding package. | 2.11.2 | 2.22 | |
YAML
Apache 2.0
| com.fasterxml.jackson.dataformat
»
jackson-dataformat-yaml Support for reading and writing YAML-encoded data via Jackson abstractions. | 2.11.2 | 3.2.2 | |
XML Processing
Apache 2.0
| com.fasterxml.jackson.dataformat
»
jackson-dataformat-xml Data format extension for Jackson to offer | 2.11.2 | 3.2.2 | |
Serializer
Apache 2.0
| com.fasterxml.jackson.dataformat
»
jackson-dataformat-ion Support for reading and writing Ion ("binary JSON") | 2.11.2 | 3.2.2 | |
Serializer
Apache 2.0
| com.fasterxml.jackson.dataformat
»
jackson-dataformat-protobuf Support for reading and writing protobuf-encoded data via Jackson | 2.11.2 | 3.2.2 | |
Apache 2.0
| com.fireflysource » firefly-net | 5.0.0-alpha2 | 5.0.2 | |
Apache 2.0
| com.fireflysource » firefly-common | 5.0.0-alpha2 | 5.0.2 | |
Apache 2.0
| com.fireflysource » firefly-slf4j | 5.0.0-alpha2 | 5.0.2 | |
Apache 2.0
| com.fireflysource » firefly-wechat | 5.0.0-alpha2 | 5.0.2 | |
Apache 2.0
| com.github.spullara.mustache.java
»
compiler Implementation of mustache.js for Java | 0.9.6 | 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 | |
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 | 4.1.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, | 4.1.5 | 5.0.7 | |
Concurrency
Apache 2.0
| io.projectreactor
»
reactor-core Non-Blocking Reactive Foundation for the JVM | 3.3.6.RELEASE | 3.8.7 | |
Testing
Apache 2.0
| io.projectreactor
»
reactor-test Reactor Test support | 3.3.6.RELEASE | 3.8.7 | |
Apache 2.0
| io.projectreactor
»
reactor-tools Reactor Tools | 3.3.6.RELEASE | 3.8.7 | |
Apache 2.0
| io.projectreactor.addons
»
reactor-extra Reactor Extra utilities, helpers and custom operators | 3.3.3.RELEASE | 3.6.1 | |
Apache 2.0
| io.projectreactor.addons
»
reactor-adapter Adapters from/to RxJava2, RxJava3 and Akka | 3.3.3.RELEASE | 3.6.1 | |
Apache 2.0
| io.projectreactor.addons
»
reactor-pool Reactor Generic Object Pooling | 0.1.4.RELEASE | 1.2.7 | |
Apache 2.0
| io.projectreactor.kafka
»
reactor-kafka Reactor Kafka: A reactive API for Apache Kafka | 1.2.2.RELEASE | 1.3.25 | |
Apache 2.0
| io.projectreactor.kotlin
»
reactor-kotlin-extensions Kotlin extensions for Project Reactor | 1.0.2.RELEASE | 1.3.2 | |
Apache 2.0
| io.projectreactor.netty
»
reactor-netty Reactor Netty with all modules | 0.9.8.RELEASE | 1.3.7 | |
Apache 2.0
| io.projectreactor.rabbitmq
»
reactor-rabbitmq Reactor RabbitMQ: A reactive API for RabbitMQ | 1.4.2.RELEASE | 1.5.6 | |
Encryption Lib
BouncyCastle
| org.bouncycastle
»
bcprov-jdk15on6 vulnerabilities The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. This jar contains the JCA/JCE ... | 1.64 | 1.85.2 | |
XML Processing
Apache 2.0
| org.codehaus.woodstox
»
woodstox-core-asl Woodstox is a high-performance XML processor that implements Stax (JSR-173), | 4.4.1 | 7.2.2 | |
Apache 2.0
| org.conscrypt
»
conscrypt-openjdk-uber Conscrypt: OpenJdk UberJAR | 2.5.1 | 2.6.3 | |
Application Metrics
BSD 2-clause +1
| org.hdrhistogram
»
HdrHistogram HdrHistogram supports the recording and analyzing sampled data value | 2.1.11 | 2.2.2 | |
Bytecode
Apache 2.0 +2
| org.javassist
»
javassist Javassist (JAVA programming ASSISTant) makes Java bytecode manipulation | 3.27.0-GA | 3.32.0-GA | |
Lang Runtime
Apache 2.0
| org.jetbrains.kotlin
»
kotlin-stdlib-jdk8 Kotlin Standard Library JDK 8 extension | 1.4.10 | 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.4.10 | 2.4.10 | |
Testing
Apache 2.0
| org.jetbrains.kotlin
»
kotlin-test-junit Kotlin Test library support for JUnit | 1.4.10 | 2.4.10 | |
Concurrency
Apache 2.0
| org.jetbrains.kotlinx
»
kotlinx-coroutines-core Coroutines support libraries for Kotlin | 1.3.9 | 1.11.0 | |
Concurrency
Apache 2.0
| org.jetbrains.kotlinx
»
kotlinx-coroutines-jdk8 Coroutines support libraries for Kotlin | 1.3.9 | 1.11.0 | |
Concurrency
Apache 2.0
| org.jetbrains.kotlinx
»
kotlinx-coroutines-reactor Coroutines support libraries for Kotlin | 1.3.9 | 1.11.0 | |
Testing
EPL 2.0
| org.junit.jupiter
»
junit-jupiter Module "junit-jupiter" of JUnit | 5.7.0 | 6.1.3 | |
Testing
EPL 2.0
| org.junit.jupiter
»
junit-jupiter-api JUnit Jupiter is the API for writing tests using JUnit 5. | 5.7.0 | 6.1.3 | |
Testing
EPL 2.0
| org.junit.jupiter
»
junit-jupiter-engine Core package for the JUnit Jupiter test engine. | 5.7.0 | 6.1.3 | |
EPL 2.0
| org.junit.jupiter
»
junit-jupiter-migrationsupport Module "junit-jupiter-migrationsupport" of JUnit | 5.7.0 | 6.1.3 | |
Testing
EPL 2.0
| org.junit.jupiter
»
junit-jupiter-params JUnit Jupiter extension for running parameterized tests. | 5.7.0 | 6.1.3 | |
Testing
EPL 2.0
| org.junit.platform
»
junit-platform-commons Module "junit-platform-commons" of JUnit | 1.7.0 | 6.1.3 | |
EPL 2.0
| org.junit.platform
»
junit-platform-console Module "junit-platform-console" of JUnit | 1.7.0 | 6.1.3 | |
Testing
EPL 2.0
| org.junit.platform
»
junit-platform-engine Module "junit-platform-engine" of JUnit | 1.7.0 | 6.1.3 | |
EPL 2.0
| org.junit.platform
»
junit-platform-jfr Module "junit-platform-jfr" of JUnit 5. | 1.7.0 | 1.14.4 | |
Testing
EPL 2.0
| org.junit.platform
»
junit-platform-launcher Public API for configuring and launching test plans. | 1.7.0 | 6.1.3 | |
EPL 2.0
| org.junit.platform
»
junit-platform-reporting Module "junit-platform-reporting" of JUnit | 1.7.0 | 6.1.3 | |
Testing
EPL 2.0
| org.junit.platform
»
junit-platform-runner Runner and annotations for configuring and executing tests on the JUnit Platform in a JUnit environment. | 1.7.0 | 1.14.4 | |
Testing
EPL 2.0
| org.junit.platform
»
junit-platform-suite-api Annotations for configuring a test suite on the JUnit Platform. | 1.7.0 | 6.1.3 | |
Testing
EPL 2.0
| org.junit.platform
»
junit-platform-testkit Module "junit-platform-testkit" of JUnit | 1.7.0 | 6.1.3 | |
Testing
EPL 2.0
| org.junit.vintage
»
junit-vintage-engine A thin layer on top of JUnit 4 to allow running vintage tests (based on JUnit 3.8 and JUnit 4) with the JUnit Platform ... | 5.7.0 | 6.1.3 | |
Mocking
MIT
| org.mockito
»
mockito-core Mockito mock objects library core API and implementation | 3.5.13 | 5.23.0 | |
Apache 2.0
| org.msgpack
»
jackson-dataformat-msgpack Jackson extension that adds support for MessagePack | 0.8.21 | 0.9.12 | |
BSD 2-clause +1
| org.openjsse
»
openjsse OpenJSSE delivers a TLS 1.3 JSSE provider for Java SE 8 | 1.1.4 | 1.1.14 | |
MIT
| org.reactivestreams
»
reactive-streams A Protocol for Asynchronous Non-Blocking Data Sequence | 1.0.3 | 1.0.4 | |
Redis Client
Apache 2.0
| org.redisson
»
redisson1 vulnerability Valkey and Redis Java client, Real-Time Data Platform. Sync/Async/RxJava/Reactive API. Over 50 Valkey and Redis based ... | 3.13.4 | 4.7.0 | |
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.30 | 2.0.18 |