Stijn Van Bael’s Post

📣 Appify Prefab 0.5.0 is now live on Maven Central. This release is all about making your domain models more expressive while keeping the infrastructure invisible. Here is what is new: - Richer Types: Support for single-field value types. You can now use dedicated types like Email or PhoneNumber instead of generic Strings for your domain logic. - Automatic Docs: Async API documentation is now generated directly from your events. Your documentation stays in sync with your code automatically. - Persistence: MongoDB support is officially here. Whether you need relational or document-based storage, Prefab handles the boilerplate. - Schema-First: Generate your domain events directly from AVSC files if you prefer starting with the schema. Important Change: - Safety First: Fields are now @NotNull by default. To make a field optional, you must now explicitly use the @Nullable annotation. We are pushing for "Safe by Default" to catch potential issues before they ever hit a runtime environment. Read the full changelog here: https://lnkd.in/eweK7MCg #Java #SpringBoot #MongoDB #EDA #SoftwareArchitecture #DDD

  • diagram

To view or add a comment, sign in

Explore content categories