Commit Graph

7 Commits

Author SHA1 Message Date
thischwa 8608ee3ce1 Migrate Git-based repository management to Maven-based artifact handling and refactor services accordingly
Build and Push Docker Image / build-and-push (push) Successful in 1m21s
2026-07-06 19:40:42 +02:00
thischwa 6b5f0cf58a Refactor codebase:
Build and Push Docker Image / build-and-push (push) Successful in 57s
- Add Markdown documentation (`CLAUDE.md`) outlining the technical stack and project structure.
- Introduce Google Checkstyle (`google_custom_checks.xml`) for code formatting and validation.
- Rename `HomeController` to `UiController` for consistency.
- Replace package `repository` with `jpa` for clarity in data access layer.
- Add `logback.xml` for enhanced logging configuration.
- Refactor Javadoc generation logic in `JavadocService`.
2026-07-04 20:41:17 +02:00
thischwa 251a354a1f Rename jvs to jdvs in codebase and configurations, clean up unused imports, and refactor RepoConfigLoader for improved loading logic and initialization
Build and Push Docker Image / build-and-push (push) Successful in 58s
2026-07-04 19:16:12 +02:00
thischwa e705e05394 Rename project from jvs to jdvs and update related configurations, package names, and resources accordingly
Build and Push Docker Image / build-and-push (push) Successful in 50s
2026-07-04 11:35:13 +02:00
thischwa 752744c114 Upgrade to Java 21 and update Docker base images accordingly
Build and Push Docker Image / build-and-push (push) Successful in 1m13s
2026-07-03 19:21:51 +02:00
thischwa fcfc732b31 Switch to cron-based scheduling and update Liquibase configuration
Build and Push Docker Image / build-and-push (push) Successful in 1m0s
2026-07-03 16:59:12 +02:00
thischwa dea9d0b9a0 initial commit 2026-06-29 17:12:24 +02:00