Skip to content

Conversation

@technologic-technologic
Copy link
Owner

Modified readme to show the current storage technology -> runtime local database.
Project running locally, no external databases.
Only modified readme file, project was already running locally. More details below

Modified readme to show the current storage technology -> runtime local database.
@github-actions
Copy link

github-actions bot commented Oct 5, 2025

PR Summary

WHAT Changed

  • Updated the project title in README.md to "Breakable Toy 1 (Gen AI Augmented) - Inventory Manager".
  • Removed the section on storage details, specifically the use of a local Oracle database via Docker.
  • Changed the data storage from Oracle DB to H2 local runtime via JDBC.

WHY It Matters

  • The title change reflects the integration of generative AI features, enhancing the project's branding and clarity.
  • Switching to H2 simplifies the setup process for developers, making it easier to run the application without needing Docker.

RISKS

  • Potential compatibility issues with existing database queries if they were tailored for Oracle DB.
  • Developers accustomed to using Oracle may face a learning curve with H2.

TESTS to Add

  • Unit tests to verify that the application functions correctly with H2 as the database.
  • Integration tests to ensure that all endpoints work as expected with the new data storage.

BREAKING CHANGES

  • The application now requires H2 instead of Oracle DB, which may necessitate changes in local development setups.
  • Any existing database schemas or data in Oracle will not be compatible with H2 without migration.

Key Features or Changes

  • Simplified local development setup by eliminating the need for Docker and Oracle.
  • Enhanced project title to reflect new features and improvements.

@technologic-technologic technologic-technologic linked an issue Oct 5, 2025 that may be closed by this pull request
@technologic-technologic technologic-technologic added the enhancement New feature or request label Oct 5, 2025
@technologic-technologic technologic-technologic merged commit 7ab4af7 into gen-ai Oct 5, 2025
1 check passed
@technologic-technologic technologic-technologic deleted the 13-use-jpa-with-no-docker-nor-db branch October 5, 2025 06:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use JPA with no docker nor DB

2 participants