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
Add pinnable subsystem column in the configuration finder
Add credential store alias management with full CRUD, disable support, and multi-scope extensions
Add credential store alias lookup control
Add ResourceTabsProvider and ResourceTabsRegistry extension point, wired into UIContext and ResourceShell
Add ResourceHeaderRegistry with best-prefix matching and appliesTo filtering
Add ResourceContext and ResourceHeaderProvider for custom resource headers
Add DataSourceHeader provider for datasource-specific resource headers
Add JndiName parser, TemplateMatcher utility, and JNDI name rendering with colour-coded bricks
Add VitePress documentation site replacing mdBook — architecture overview, deep dives, and feature pages
Changed
Replace form item inheritance with composition — FormItemBricks shared building blocks, NativeControl interface, contributeToPayload() for payload contribution
Reorganize UI packages — domain bricks live alongside their subsystem, finder promoted to top-level o.j.h.ui.finder
Refactor model browser detail panel to reuse resource components
Migrate GotoResource and CapabilityReferenceLabel from Popper to Overlay API
Rewrite RelativeToControl as typeahead with file-system path support
Migrate WildFly subsystem to non-deprecated ServiceInstaller.BlockingBuilder API
Clean up DMR module — extract shared formatAsJSON, use StandardCharsets.UTF_8, stream-based Operation.toString()
Redesign ResourceHeader as composable element with icon, label, and extension point integration
Rename resource extension package to SPI
Move ResourceTabs into the shell package
Move ColumnProvider and ColumnRegistry from op/console to ui module
Rewrite pipeline with handler/provider architecture
Simplify ResourceShell API and use PFJ component types
Remove DialogBricks facade and expose dialog classes directly
Migrate expression and reload icons to rhUi icon set
Simplify credential reference control with toggle group and mode-based layout
Removed
Remove old view/form item factories and inheritance tree — replaced by pipeline matchers, providers, and NativeControl