CodingPhoenix
  • Joined on 2025-06-04
CodingPhoenix pushed to master at CodingPhoenix/Nextus-Web 2026-05-28 11:05:18 +00:00
1ac3c29b83 Dynamically fetch project group and artifact ID in publish.yml to improve flexibility and eliminate hardcoded values
b656b04a51 Simplify comments, streamline steps, and improve readability in publish.yml workflow
Compare 2 commits »
CodingPhoenix pushed to master at CodingPhoenix/Nextus-Web 2026-05-28 10:58:51 +00:00
65c7649d43 Refactor Git clone step in publish.yml to simplify server URL extraction and ensure clean workspace
CodingPhoenix pushed to master at CodingPhoenix/Nextus-Web 2026-05-28 10:57:08 +00:00
d717588e5d Improve directory handling, URL parsing, and Gradle setup in publish.yml workflow steps
CodingPhoenix pushed to master at CodingPhoenix/Nextus-Web 2026-05-28 10:54:37 +00:00
1232a7080a Fix indentation in publish.yml for git checkout step
CodingPhoenix pushed to master at CodingPhoenix/Nextus-Web 2026-05-28 10:54:25 +00:00
665b97f7f8 Fix incorrect server URL parsing in publish.yml Git clone step
CodingPhoenix pushed to master at CodingPhoenix/Nextus-Web 2026-05-28 10:52:38 +00:00
fa216af364 Replace Gitea checkout action with manual git clone and checkout steps in publish.yml
CodingPhoenix pushed to master at CodingPhoenix/Nextus-Web 2026-05-28 10:50:01 +00:00
0f800e7a0d Update publish.yml to use Gitea-hosted checkout action instead of actions/checkout
CodingPhoenix pushed to master at CodingPhoenix/Nextus-Web 2026-05-28 10:48:40 +00:00
5a6c105c52 Fix missing Git dependency in publish.yml to resolve error 127 in workflow
CodingPhoenix pushed to master at CodingPhoenix/Nextus-Web 2026-05-28 10:45:55 +00:00
ec99b987bf Add GitHub Actions workflow for auto-publishing and configure Maven publishing in Gradle
CodingPhoenix pushed to master at CodingPhoenix/Nextus-Web 2026-05-28 09:22:17 +00:00
eb005b06fb Update README.md to specify Java 26+ as a requirement
CodingPhoenix deleted branch main from CodingPhoenix/Nextus-Web 2026-05-28 09:13:08 +00:00
CodingPhoenix pushed to master at CodingPhoenix/Nextus-Web 2026-05-28 09:10:49 +00:00
b53cdbc077 Add initial README.md with project overview, features, setup guide, and API examples.
CodingPhoenix pushed to master at CodingPhoenix/Nextus-Web 2026-05-28 09:03:56 +00:00
001b70fe09 Update Netty dependency to version 4.2.14.Final
CodingPhoenix pushed to master at CodingPhoenix/Nextus-Web 2026-05-28 09:02:28 +00:00
2204c5df98 Refactor Json to JsonMapper, update Gradle to 9.5.1, and set Java 26 toolchain.
CodingPhoenix pushed to master at CodingPhoenix/Nextus-Web 2026-05-28 08:59:09 +00:00
f19f73a2cc Refactor AnnotationScanner to handle controllers without @Controller annotation gracefully and update exception messages. Adjust .idea/misc.xml structure.
CodingPhoenix pushed to main at FlightScore/FlightScore-Backend 2026-05-28 08:10:55 +00:00
af4b9fa19d Fixed some deprication
CodingPhoenix deleted branch master from FlightScore/FlightScore-Backend 2026-05-28 08:01:52 +00:00
CodingPhoenix pushed to main at FlightScore/FlightScore-Backend 2026-05-28 08:01:51 +00:00
3fd786e5ef Merge pull request 'Forced Java Version and updated project' (#1) from master into main
91f7b52e2b Updated Gradle
bcba527ea9 Forced Java Version
Compare 3 commits »
CodingPhoenix merged pull request FlightScore/FlightScore-Backend#1 2026-05-28 08:01:49 +00:00
Forced Java Version and updated project