Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 753 Bytes

File metadata and controls

18 lines (13 loc) · 753 Bytes

Changelog

All notable changes to this project are documented in this file.

[v1.0.0] - 2026-03-18

Summary

Initial version of the Car Dealership project built as a Java 17 console application with Spring XML bean configuration.

Highlights

  • Added Car and Tyre interfaces 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.

Notes

This version establishes the project as a compact dealership-selection demo suitable for GitHub and portfolio presentation.