Community
Participate
Working Groups
Build Identifier: This seems to be a regression where generators are no longer able to see annotations on artifacts in referenced modules Reproducible: Always Steps to Reproduce: 1. Create a TS project. Create an entity and annotate it with something. 2. Modify the project dependency so it depends on a referenced module 3. Annotate some of the artifacts in the referenced module 4. Create a generator that prints out the entities and the annotations on entities (see attached generator) 5. Run generation. Notice that none of the annotations on the referenced module is captured. The annotation on the entity in the project is, however, captured.
Created attachment 203033 [details] Generator
Now annotation are available on generation stage.
Thanks Anton! Looks good.
See JIRA for more details.
This defect was fixed on Sep 14. The corresponding bugzilla was never closed.