Release v0.1.1
Changelog
b5898eb Release version 0.1.1
05e8d3d Add GPG public key to release workflow
baab141 Add release workflow and update documentation
cfe1aed Update CI workflow to use specified Gradle actions
3fcf60c Add CI workflow with Java 21 and Gradle setup
ad75f56 Add JReleaser integration and configure Maven publishing
aa242a1 Remove transaction manager dependency from repository
1dfd597 Add GCP Datastore integration for Spring Modulith Events
49cd777 Remove Datastore schema initialization and related tests
9f19f2e Switch to FirestoreAdminClient for index management
ca1ee06 Add DatastoreAdminClient integration and test configurations
9bf3952 Enable Spring Boot Actuator and update dependencies
c753f17 Update guidelines.md
15acc98 Add guidelines for testing, project structure, and dependency management
cf4db46 Rename AuditLog entity for clarity and consistency
c8e8e15 Update build configuration for Kotlin and include additional modules
be684dc Add example product and audit log modules with REST API and event handling
8a6fdc8 Add DatastoreTransactionManager and AutoConfiguration for GCP Datastore transactions
84e6f51 Refactor Datastore event publication classes to improve ID handling and transaction management
b91ff6d Add AutoConfiguration imports and configure build.gradle.kts for GCP Datastore
86e8af9 Remove redundant comment in build.gradle.kts
87cdc77 Set proper Automatic-Module-Name for GCP Datastore modules
7bb04aa Set proper Automatic-Module-Name for GCP Datastore modules
962b475 Rename packages from org.springframework to pl.brightinventions.
02e0810 Refactor imports in DatastoreEventPublicationRepository
5f38c22 Refactor Datastore repository and enhance completion handling
d54f3c4 Refactor DatastoreEventPublicationRepository to use queries
2ff98d3 Refactor Datastore event publication classes and update authorship
fe3fc8a Refactor entity naming to align with naming conventions
aea1343 Align naming conventions and remove unused Datastore indexes.
a7a0354 Add GCP Datastore support for Spring Modulith event publications
33b52d0 Initial commit