Skip to content

Commit 2a1c83d

Browse files
author
Jenkins
committed
TASK: Add changelog for 9.0.2 [skip ci]
See https://jenkins.neos.io/job/neos-release/467/
1 parent 9ec8716 commit 2a1c83d

File tree

1 file changed

+28
-0
lines changed
  • Neos.Neos/Documentation/Appendixes/ChangeLogs

1 file changed

+28
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
`9.0.2 (2025-04-08) <https://github.com/neos/neos-development-collection/releases/tag/9.0.2>`_
2+
==============================================================================================
3+
4+
Overview of merged pull requests
5+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6+
7+
`BUGFIX: Skip reference properties in AssetExportProcessor <https://github.com/neos/neos-development-collection/pull/5543>`_
8+
----------------------------------------------------------------------------------------------------------------------------
9+
10+
The ``AssetExportProcessor`` loops over properties found in the raw node data.
11+
12+
For reference(s) properties the ``NodeType`` complains when asked for the _property_ type, since references are not longer properties as before.
13+
14+
This thus skips references, as the cannot hold an asset anyway, thus solving warnings about
15+
16+
``Warning: Skipped node data processing for the property "foo". The property name is not part of the NodeType schema for the NodeType "Acme.Acmeom:Document.Page"``
17+
18+
which are very misleading (as the property exists).
19+
20+
**Review instructions**
21+
22+
Export legacy content having a ``references``property…
23+
24+
25+
* Packages: ``Neos`` ``ContentRepository.LegacyNodeMigration``
26+
27+
`Detailed log <https://github.com/neos/neos-development-collection/compare/9.0.1...9.0.2>`_
28+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)