Skip to content

Try to avoid auto-detecting Fields for Record types #3736

@cowtowncoder

Description

@cowtowncoder

(note: inspired by #3352)

Although Record types do have internal fields for storing data, these should never need to be accessed.
Access may seem to "work" in some cases (if strong module constraints are disabled) but are more likely to cause issues when module access checks are fully enforced.

So let's see if we can reduce/remove Field introspection via POJOPropertiesCollector.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions