Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: flamingock/flamingock-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: flamingock/flamingock-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: refactor/event_sourcing_foundation
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 149 files changed
  • 2 contributors

Commits on Jul 16, 2026

  1. feat(mongodb): add reactive audit store and target systems

    - Add **MongoDBReactiveAuditStore** for raw MongoDB reactive driver usage.
    - Add raw **MongoDBReactiveTargetSystem** and **MongoDBReactiveExternalSystem** support.
    - Add **MongoDBSpringDataReactiveTargetSystem** for Spring Data reactive projects.
    - Add MongoDB reactive utilities and test kit modules aligned with the existing sync modules.
    - Wire the new modules into Gradle settings, BOMs, project structure, and release metadata.
    osantana85 committed Jul 16, 2026
    Configuration menu
    Copy the full SHA
    e19c14e View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2026

  1. Configuration menu
    Copy the full SHA
    87f7105 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2026

  1. refactor: ExecutionRuntime vs ExecutionContex (#938)

    * refactor: ExecutionRuntime interface
    
    * refactor: ExecutionRuntime vs ExecutionContext
    
    * refactor: ExecutionRuntime vs ExecutionContext
    
    * refactor: licenseHeader
    dieppa authored Jul 21, 2026
    Configuration menu
    Copy the full SHA
    521d53f View commit details
    Browse the repository at this point in the history
  2. feat(mongodb): add reactive audit store and target systems

    - Add **MongoDBReactiveAuditStore** for raw MongoDB reactive driver usage.
    - Add raw **MongoDBReactiveTargetSystem** and **MongoDBReactiveExternalSystem** support.
    - Add **MongoDBSpringDataReactiveTargetSystem** for Spring Data reactive projects.
    - Add MongoDB reactive utilities and test kit modules aligned with the existing sync modules.
    - Wire the new modules into Gradle settings, BOMs, project structure, and release metadata.
    osantana85 authored and dieppa committed Jul 21, 2026
    Configuration menu
    Copy the full SHA
    8fbf178 View commit details
    Browse the repository at this point in the history
  3. refactor: added reactive util module

    osantana85 authored and dieppa committed Jul 21, 2026
    Configuration menu
    Copy the full SHA
    88d701c View commit details
    Browse the repository at this point in the history
  4. Merge branch 'feat/mongodb-reactive-support' of github.com:flamingock…

    …/flamingock-java into feat/mongodb-reactive-support
    dieppa committed Jul 21, 2026
    Configuration menu
    Copy the full SHA
    85cbeda View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d734e9a View commit details
    Browse the repository at this point in the history
Loading