All notable changes to this project are documented in this file.
Initial version of the Car Dealership project built as a Java 17 console application with Spring XML bean configuration.
- Added
CarandTyreinterfaces with family car, sports car, truck, and tyre implementations. - Added Spring XML bean wiring for supported car and tyre combinations.
- Added a console workflow for owner name entry and vehicle selection.
- Added tests for bean loading, car behavior, and workflow output.
- Added GitHub-ready documentation and changelog files.
This version establishes the project as a compact dealership-selection demo suitable for GitHub and portfolio presentation.