Spring Perf Web 核心模块,基于 Netty 的高性能 Web 框架核心实现

Compile Dependencies (17)

Category/LicenseGroup / ArtifactVersionUpdates
JSON Lib Apache 2.0
com.fasterxml.jackson.core » jackson-databind5 vulnerabilities
General data-binding functionality for Jackson: works on core streaming API
2.17.23.2.2
JSON Lib Apache 2.0
com.fasterxml.jackson.core » jackson-core1 vulnerability
Core Jackson processing abstractions (aka Streaming API), implementation for JSON
2.17.23.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.17.22.22
Network Framework Apache 2.0
io.netty » netty-common
Core utilities and abstractions shared across Netty modules, including buffers, threading, and platform detection.
4.1.137.Final4.2.18.Final
Network Framework Apache 2.0
io.netty » netty-buffer
Netty's byte buffer implementation offering efficient memory management and I/O operations for network applications.
4.1.137.Final4.2.18.Final
Network Framework Apache 2.0
io.netty » netty-transport
Netty module responsible for low-level transport abstraction, used for TCP, UDP, and domain sockets.
4.1.137.Final4.2.18.Final
Network Framework Apache 2.0
io.netty » netty-handler
A core Netty module that provides high-level channel handlers for protocol implementations and network applications.
4.1.137.Final4.2.18.Final
Netty Codec Apache 2.0
io.netty » netty-codec-http
Netty codec module for encoding and decoding HTTP messages and handling HTTP protocol logic.
4.1.137.Final4.2.18.Final
Netty Codec Apache 2.0
io.netty » netty-codec-http24.1.137.Final4.2.18.Final
Apache 2.0
io.netty » netty-transport-classes-epoll4.1.137.Final4.2.18.Final
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 ...
2.0.182.0.19
Dep Injection Apache 2.0
org.springframework » spring-context
Spring Context provides access to configured objects like a registry (a context). It inherits its features from Spring ...
Core Utils Apache 2.0
org.springframework » spring-core
Basic building block for Spring that in conjunction with Spring Beans provides dependency injection and IoC features.
Dep Injection Apache 2.0
org.springframework » spring-beans
Spring Beans provides the configuration framework and basic functionality to instantiate, configure, and assemble java ...
AOP Apache 2.0
org.springframework » spring-aop
Spring AOP provides an Alliance-compliant aspect-oriented programming implementation allowing you to define method ...
Web Framework Apache 2.0
org.springframework » spring-web
Spring Web provides integration features such as multipart file upload functionality and the initialization of the IoC ...
Annotation Tool Apache 2.0
org.springframework.boot » spring-boot-configuration-processor(optional)
Spring Boot Configuration Annotation Processor
3.5.164.1.1

Provided Dependencies (4)

Category/LicenseGroup / ArtifactVersionUpdates
JSON Lib Apache 2.0
com.alibaba.fastjson2 » fastjson2
Fastjson is a JSON processor (JSON parser + JSON generator) written in Java
2.0.602.0.65
Code Analyzer LGPL 2.1
com.google.code.findbugs » jsr305
Annotations the SpotBugs tool supports
3.0.24.10.4
CodeGen MIT
org.projectlombok » lombok
Lombok is a Java library that provides annotations to simplify Java development by automating the generation of ...
1.18.461.18.48
MIT
org.reactivestreams » reactive-streams
A Protocol for Asynchronous Non-Blocking Data Sequence
1.0.4

Runtime Dependencies (1)

Category/LicenseGroup / ArtifactVersionUpdates
Network Framework Apache 2.0
io.netty » netty-transport-native-epoll
Netty transport implementation using Linux epoll for efficient I/O on native platforms.
4.1.137.Final4.2.18.Final

Test Dependencies (7)

Category/LicenseGroup / ArtifactVersionUpdates
Bytecode Apache 2.0
net.bytebuddy » byte-buddy
Byte Buddy is a Java library for creating Java classes at run time.
1.18.111.18.13
Bytecode Apache 2.0
net.bytebuddy » byte-buddy-agent
The Byte Buddy agent offers convenience for attaching an agent to the local or a remote VM.
1.18.111.18.13
Assertion Apache 2.0
org.assertj » assertj-core1 vulnerability
Rich and fluent assertions for testing in Java
3.24.23.27.7
Testing EPL 2.0
org.junit.jupiter » junit-jupiter
Module "junit-jupiter" of JUnit
5.10.56.1.3
Mocking MIT
org.mockito » mockito-core
Mockito mock objects library core API and implementation
5.19.05.23.0
Mocking MIT
org.mockito » mockito-junit-jupiter
Mockito JUnit 5 support
5.19.05.23.0
Testing Apache 2.0
org.springframework » spring-test
Spring Test supports the unit testing and integration testing of Spring components with JUnit or TestNG. It provides ...