Skip to content

v1.8.0: MongoDB Support, AI Context Files, and OpenAPI Improvements

Latest

Choose a tag to compare

@mzivkovicdev mzivkovicdev released this 07 Apr 13:53
· 130 commits to main since this release

Version 1.8.0 expands database support with MongoDB generation, adds AI context file generation, fixes OpenAPI server URL generation, and includes several internal improvements such as test fixes and small refactors.

What's new

  • Added MongoDB support
    Spring CRUD Generator can now generate applications for MongoDB in addition to the existing SQL-based approach. MongoDB support is introduced through a dedicated spec model for NoSQL use cases, while the existing SQL spec remains unchanged.

  • Added AI context file generation
    The generator can now produce AI-related context files:

    • claude.md
    • agents.md

This makes it easier to prepare generated projects for AI-assisted workflows and documentation.

  • Fixed OpenAPI server URL generation
    A bug was fixed where the server URL in the generated OpenAPI specification file was not produced correctly. The generated OpenAPI spec now includes the proper server URL.

  • Fixed unit tests
    Previously failing unit tests have been corrected to improve project stability and reliability during development.

  • Refactored parts of the codebase
    Some internal code has been cleaned up and refactored to improve maintainability.

Notes

This release focuses on expanding generator capabilities with MongoDB and AI-related support, while also improving generated OpenAPI output and overall project stability.