14.17.0 - #429
Merged
Merged
14.17.0#429
Conversation
…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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.