Skip to content

14.17.0 - #429

Merged
delchev merged 2 commits into
mainfrom
delchev-patch-7
Aug 8, 2026
Merged

delchev merged 2 commits into
mainfrom
delchev-patch-7

Conversation

@delchev

@delchev delchev commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

No description provided.

delchev and others added 2 commits August 8, 2026 09:10
…the UI forks

The parent bump alone could not build: Dirigible extracted the OData engine in 14.16.0
and removed the AngularJS/TypeScript application stack, which the edition still
referenced in three places.

Build blockers
- Drop the `com.codbex.olingo:olingo-odata2-lib` dependency from the root pom.
  `dirigible-dependencies` stopped managing it in 14.16.0, so the version-less
  declaration failed at model-read time ("dependencies.dependency.version ... is
  missing") - which is why even code-style failed. Atlas never shipped the OData engine.
- Drop the now-dead CXF / `javax.validation` / `javax.servlet` exclusions on
  `group-engines`; the OData engine was the only thing that pulled them. Verified with
  `dependency:tree` before and after: zero matches either way.
- Fix the common test suite: `ODataAPIIT` no longer exists (extracted with the engine)
  and `MultitenancyIT` was superseded by `MultitenancyHarmoniaIT`.

Test coverage for the newly available surfaces
- Add `IntentBuilderShellIT` and `MonitoringShellIT` to the common suite - Atlas is the
  all-in-one edition and both shells now ship in it. (`IntentEngineIT` would be the
  natural third, but it is package-private upstream and cannot be referenced here.)
- `HomePageIT`: `/` now lands on the Home launchpad, which carries no IDE perspectives,
  so the Workbench welcome heading is no longer on the root page. Split into a Home
  assertion (branding + the static landing tagline) and a Workbench assertion via
  `ide.openIde()`, matching how upstream splits `DirigibleHomepageIT`/`HomepageRedirectIT`.

UI overrides (forks of upstream files, drifted)
- menu-help: port to the current module shape (ESM + the conditional OpenAPI entry) and
  move `translations/` to `i18n/`, the only folder `locales.js` scans - the Bulgarian
  help-menu catalog had been dead.
- view-welcome: fix the misspelled `require` form-item flag, point the GitHub link at
  codbex-atlas instead of codbex-hyperion, and use the BlimpKit theme variables.

Verified: quick-build, formatter:validate and unit tests green; every dirigible jar in
the fat jar resolves at 14.17.0 with no removed artefact and no olingo/cxf jar left; a
running instance serves the Builder, Monitoring, Personal and Application shells, the
Intent endpoints, artefacts/numbering/monitoring/messaging endpoints, and offers only
the Harmonia/Java template stack; HomePageIT passes headless.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@delchev
delchev merged commit bb2d927 into main Aug 8, 2026
12 of 13 checks passed
@delchev
delchev deleted the delchev-patch-7 branch August 8, 2026 07:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant