This website requires JavaScript.
Explore
Help
Sign In
CodingPhoenix
/
Nextus-Web
Watch
1
Star
0
Fork
0
You've already forked Nextus-Web
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
3
Wiki
Activity
Files
bcf5572aebb60098e68644badd7f1ca923c0db5c
Nextus-Web
/
src
/
test
/
java
/
dev
/
coph
/
nextusweb
/
server
/
router
T
History
CodingPhoenixx
bcf5572aeb
CI - Test, Publish and Release / run-tests (push)
Successful in 18s
Details
CI - Test, Publish and Release / create-release (push)
Successful in 20s
Details
CI - Test, Publish and Release / check-and-publish (push)
Successful in 18s
Details
Introduce authentication framework with
AuthConfig
,
AuthGate
, and
Authenticator
classes, alongside comprehensive tests for rules, modes, and schemes.
2026-05-29 13:22:31 +02:00
..
exception
Add test coverage for core server components: annotation scanning, routing, rate limiting, CORS, and JSON handling
2026-05-28 13:40:24 +02:00
RequestTest.java
Introduce authentication framework with
AuthConfig
,
AuthGate
, and
Authenticator
classes, alongside comprehensive tests for rules, modes, and schemes.
2026-05-29 13:22:31 +02:00
ResponseTest.java
Add test coverage for core server components: annotation scanning, routing, rate limiting, CORS, and JSON handling
2026-05-28 13:40:24 +02:00
RouterTest.java
Expand test coverage for routing and annotation scanning: validate distinct handlers for same path with different methods, ensure correct MethodNotAllowed responses, and handle overwriting/parameterized paths.
2026-05-28 13:48:05 +02:00