You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removes the diff-and-converge engine (migrate/*, MigrationSqlRenderer + driver
render(Change)), the meta:migrate + live-DB-drift meta:verify Maven goals, and
the Java migration-conformance scenarios. OMDB retains runtime persistence +
(for now) the dev/test runtime auto-create path. Phase 1 of the TS-schema-
authority consolidation (spec 2026-05-30); schema verify/migrate move to the
TS meta CLI.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
| Persistence (`fixtures/persistence-conformance/`) |Query scenarios 9 / 10 (1 deferred: aggregate-projection view body was part of the removed migration engine). Java no longer runs the migration scenarios.|
271
273
| API contract (`fixtures/api-contract-conformance/`) | 20 / 20 |
The `archetype` and `examples` directories were removed in 7.1.0 (they had been out of the reactor since 7.0.0 and were not deployed to Central).
39
39
@@ -62,7 +62,7 @@ Spring REST + JPA stack:
62
62
</dependency>
63
63
```
64
64
65
-
Maven plugin for `meta:gen` / `meta:migrate` / `meta:verify`:
65
+
Maven plugin for `meta:gen` / `meta:editor` (schema migrations and live-DB schema-drift verification are managed by the TypeScript toolchain — `@metaobjectsdev/cli migrate`; prompt/template drift is checked via the `metaobjects-render``Verify` API):
0 commit comments