4a7167ed7b
Update project configuration: adjust JDK name and VCS directory mapping
CodingPhoenix2026-06-15 07:54:08 +02:00
02688a2f47
Reformat code for improved readability and consistency across classes
CodingPhoenix2026-06-15 07:50:17 +02:00
893bb0b7bd
Reformat code comments for consistency and clarity across all classes
CodingPhoenix2026-06-15 07:27:07 +02:00
6de7e26f33
Remove redundant code comments for improved readability and maintainability
CodingPhoenix2026-06-15 07:24:59 +02:00
a0790400e2
Add security headers functionality with opt-in HSTS, CSP, and other browser-hardening features
CodingPhoenix2026-06-15 07:17:35 +02:00
bcf5572aeb
Introduce authentication framework with AuthConfig, AuthGate, and Authenticator classes, alongside comprehensive tests for rules, modes, and schemes.
v0.0.5
CodingPhoenixx
2026-05-29 13:22:31 +02:00
d9b639a539
Update ci.yml: adjust check-and-publish dependencies to run after tests instead of release creation
CodingPhoenixx
2026-05-29 09:24:14 +02:00
2bcf9117c7
Remove unused comments in ci.yml to improve readability and maintain consistency across workflow steps.
CodingPhoenixx
2026-05-29 09:23:00 +02:00
3515c67a20
Restore check-and-publish job in ci.yml to reintroduce Maven repository publishing after release creation.
CodingPhoenixx
2026-05-29 09:22:35 +02:00
f4feb77b14
Bump project version to 0.0.4 in build.gradle and updated CI-Pipeline
v0.0.4
CodingPhoenixx
2026-05-29 09:20:25 +02:00
e2449be3c8
Add test.yml for pull request testing and enhance ci.yml with JAR build and upload steps
CodingPhoenixx
2026-05-29 09:19:27 +02:00
ac2d1efec7
Consolidate and streamline workflows: merge test.yml and publish.yml into a unified ci.yml for testing, publishing, and release automation.
v0.0.3
CodingPhoenixx
2026-05-29 09:14:39 +02:00
d2ce4592d4
Bump project version to 0.0.3 in build.gradle
CodingPhoenixx
2026-05-29 09:04:55 +02:00
a7b65c031d
Add constructors and Javadoc comments to improve clarity and completeness across server components, including WebSocket and routing classes.
CodingPhoenixx
2026-05-29 09:00:31 +02:00
5d6e8622bf
Add comprehensive Javadoc documentation to server components, including annotations, request/response handling, routing, and WebSocket support.
CodingPhoenixx
2026-05-29 08:50:05 +02:00
f00a1098b4
Revert "Streamline test report packaging and uploading in test.yml: archive reports, handle missing directories, and upload to Gitea packages."
CodingPhoenixx
2026-05-28 13:59:41 +02:00
0d8ee099a0
Streamline test report packaging and uploading in test.yml: archive reports, handle missing directories, and upload to Gitea packages.
CodingPhoenixx
2026-05-28 13:56:52 +02:00
efd302f625
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.
CodingPhoenixx
2026-05-28 13:48:05 +02:00
78d90855c5
Add test coverage for core server components: annotation scanning, routing, rate limiting, CORS, and JSON handling
CodingPhoenixx
2026-05-28 13:40:24 +02:00
2531f87c31
Bump project version to 0.0.2 in build.gradle
CodingPhoenixx
2026-05-28 13:24:03 +02:00
994e7fa80c
Add WebSocket support with routing, origin validation, session management, and broadcasting
CodingPhoenixx
2026-05-28 13:23:23 +02:00
b75e1e5c6e
Remove redundant comments and unused imports to improve code clarity and maintainability
CodingPhoenixx
2026-05-28 13:11:11 +02:00
1ac3c29b83
Dynamically fetch project group and artifact ID in publish.yml to improve flexibility and eliminate hardcoded values
CodingPhoenixx
2026-05-28 13:05:09 +02:00
b656b04a51
Simplify comments, streamline steps, and improve readability in publish.yml workflow
CodingPhoenixx
2026-05-28 13:02:30 +02:00
65c7649d43
Refactor Git clone step in publish.yml to simplify server URL extraction and ensure clean workspace
CodingPhoenixx
2026-05-28 12:58:44 +02:00
d717588e5d
Improve directory handling, URL parsing, and Gradle setup in publish.yml workflow steps
CodingPhoenixx
2026-05-28 12:56:58 +02:00
1232a7080a
Fix indentation in publish.yml for git checkout step
CodingPhoenixx
2026-05-28 12:54:29 +02:00
665b97f7f8
Fix incorrect server URL parsing in publish.yml Git clone step
CodingPhoenixx
2026-05-28 12:54:16 +02:00
fa216af364
Replace Gitea checkout action with manual git clone and checkout steps in publish.yml
CodingPhoenixx
2026-05-28 12:52:29 +02:00
0f800e7a0d
Update publish.yml to use Gitea-hosted checkout action instead of actions/checkout
CodingPhoenixx
2026-05-28 12:49:52 +02:00
5a6c105c52
Fix missing Git dependency in publish.yml to resolve error 127 in workflow
CodingPhoenixx
2026-05-28 12:48:30 +02:00
ec99b987bf
Add GitHub Actions workflow for auto-publishing and configure Maven publishing in Gradle
CodingPhoenixx
2026-05-28 12:45:46 +02:00
eb005b06fb
Update README.md to specify Java 26+ as a requirement
CodingPhoenixx
2026-05-28 11:22:10 +02:00
b53cdbc077
Add initial README.md with project overview, features, setup guide, and API examples.
CodingPhoenixx
2026-05-28 11:10:42 +02:00
001b70fe09
Update Netty dependency to version 4.2.14.Final
CodingPhoenixx
2026-05-28 11:03:50 +02:00
2204c5df98
Refactor Json to JsonMapper, update Gradle to 9.5.1, and set Java 26 toolchain.
CodingPhoenixx
2026-05-28 11:02:22 +02:00
f19f73a2cc
Refactor AnnotationScanner to handle controllers without @Controller annotation gracefully and update exception messages. Adjust .idea/misc.xml structure.
CodingPhoenix
2026-05-08 12:28:28 +02:00
05c6ad3dd4
Add rate limiting, CORS support, custom HTTP method annotations, and HTTP server enhancements
CodingPhoenix
2026-05-08 12:00:09 +02:00