[ https://issues.apache.org/jira/browse/CAUSEWAY-3531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Andi Huber closed CAUSEWAY-3531. -------------------------------- > [Metamodel] Corner Case: Mixedin Action picked up as Association > ---------------------------------------------------------------- > > Key: CAUSEWAY-3531 > URL: https://issues.apache.org/jira/browse/CAUSEWAY-3531 > Project: Causeway > Issue Type: Bug > Components: Core > Affects Versions: 2.0.0-RC2 > Reporter: Andi Huber > Assignee: Andi Huber > Priority: Major > Fix For: 2.0.0-RC3 > > Attachments: image-2023-07-19-09-41-49-456.png > > > to reproduce use snipped > {code:java} > @Action(SAFE) > @RequiredArgsConstructor > public class Invoice_download { > private final Invoice invoice; > public Blob act() { > ... > } > } > {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)