Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add java.lang.Class to known immutables #1695

Merged
merged 2 commits into from
Sep 12, 2021

Commits on Sep 10, 2021

  1. Add java.lang.Class to known immutables

    Storing a reference to a Class object triggers EI_EXPOSE_REP2, which is
    not really fair, as java.lang.Class is really immutable.
    
    Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
    rovarga committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    0e8847b View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2021

  1. docs: update CHANGELOG

    KengoTODA committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    7c048cb View commit details
    Browse the repository at this point in the history