Commit Graph

5 Commits

Author SHA1 Message Date
stefan 6e58af1b5b chore(cleanup): remove unused FallbackController and outdated GatewayDependencies.txt
- Deleted `FallbackController` as it is no longer required, with alternatives already in place.
- Removed `GatewayDependencies.txt` to clean up outdated and redundant dependency tracking files.
2026-01-04 22:47:11 +01:00
stefan a2faf2166a chore(dependencies): add Gateway dependency report for tracking compile classpath dependencies
- Generated and included `GatewayDependencies.txt` for detailed visibility of dependency structure and resolution.
2026-01-03 22:55:42 +01:00
stefan cfbed7da3a chore(docs): add "What's new in Kotlin 2.3.0" documentation
- Introduced a detailed technical reference covering the Kotlin 2.3.0 release.
- Highlights include language improvements, JVM support for Java 25, and Native/Wasm/JS updates.
- Document serves as a comprehensive upgrade and feature adoption guide for developers.
2026-01-03 22:55:22 +01:00
stefan b4d264acb2 chore(docs): add comprehensive Gradle Kotlin DSL primer
- Introduced an extensive technical reference document on Gradle Kotlin DSL.
- Covers Kotlin DSL concepts, IDE support, type-safe model accessors, lazy configuration, and plugin development.
- Aims to enhance developer onboarding and improve IDE integration insights.
2026-01-03 22:55:09 +01:00
stefan cb933c7cc2 chore(build): enable consistent JVM 25 configuration for Java & Kotlin, update Kotlin compilation flags
- Unified JVM toolchain to target Java 25 across all subprojects.
- Applied consistent Kotlin compilation settings with support for JVM 25 target and enhanced compiler arguments.
- Added technical reference document for Kotlin 2.3.0 and Java 25 compatibility guidelines.
2026-01-03 22:54:01 +01:00