Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions