This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/causeway.git
The following commit(s) were added to refs/heads/main by this push:
new bc10a12bfe4 CAUSEWAY-3889: mignotes on Object Icon Support
bc10a12bfe4 is described below
commit bc10a12bfe44d4eff8a1c6d6e60790d879c35105
Author: Andi Huber <[email protected]>
AuthorDate: Fri Aug 29 05:06:56 2025 +0200
CAUSEWAY-3889: mignotes on Object Icon Support
---
.../relnotes/modules/ROOT/pages/2025/4.0.0/mignotes.adoc | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git
a/antora/components/relnotes/modules/ROOT/pages/2025/4.0.0/mignotes.adoc
b/antora/components/relnotes/modules/ROOT/pages/2025/4.0.0/mignotes.adoc
index b047f2fa822..ba6908c1197 100644
--- a/antora/components/relnotes/modules/ROOT/pages/2025/4.0.0/mignotes.adoc
+++ b/antora/components/relnotes/modules/ROOT/pages/2025/4.0.0/mignotes.adoc
@@ -93,3 +93,14 @@ in effect all accessors have been renamed, stripping any
`get` or `is` prefixes.
`ErrorDetails` as used by the `ErrorReportingService` has been converted from
a class to a record.
(In effect all accessors have been renamed, stripping any `get` or `is`
prefixes)
+
+== Object Icon Support
+
+Object support method `FontAwesomeLayers iconFaLayers()` has been replaced by
`IconResource icon(IconWhere iconWhere)`,
+which also supports image data embedding and supersedes `String iconName()`.
+However, the latter is still supported for backward compatibility.
+
+With `TitleService` method
+`String iconNameOf(final Object domainObject)` was replaced by
+ `IconResource iconOf(Object domainObject, IconWhere iconWhere)`.
+