For some integration test we disable the migrations.
In the same project as described here #918 (comment)
When I set in resources/application.yaml
flamingock:
enabled: false
It still runs:
========================================================================
Flamingock execution report — SUCCESS
========================================================================
Started: 2026-06-03T15:11:50.861330Z
Finished: 2026-06-03T15:11:50.923523Z
Duration: 62 ms
Stages: 1 total — 1 completed, 0 failed, 0 up to date, 0 not reached
Changes: 1 total — 1 newly applied, 0 already applied, 0 failed, 0 not reached
Tracked down the SpringbootProperties coreConfiguration isEnabled but it looks like its not read. BTW it works correct in Mongock
For some integration test we disable the migrations.
In the same project as described here #918 (comment)
When I set in resources/application.yaml
It still runs:
Tracked down the SpringbootProperties coreConfiguration isEnabled but it looks like its not read. BTW it works correct in Mongock