You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/06/08 21:18:00 UTC

[jira] [Commented] (GEODE-10321) Acceptance test to exercise Geode's interaction with JDK 17 encapsulation

    [ https://issues.apache.org/jira/browse/GEODE-10321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17551798#comment-17551798 ] 

ASF subversion and git services commented on GEODE-10321:
---------------------------------------------------------

Commit b20a6b0c137588cfb5d4cdb4a3d489f6ac93154e in geode's branch refs/heads/develop from Dale Emery
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=b20a6b0c13 ]

GEODE-10321: Acceptance test for Geode access to JDK internals (#7772)

* GEODE-10321: Acceptance test for Geode access to JDK internals

Add acceptance tests to demonstrate two ways to give Geode access to
encapsulated fields of a JDK 17 class:

- Tell Gfsh to open the class's package when starting a Geode member.
- Tell Gfsh to use `open-all-jdk-packages-linux-openjdk-17` as an
  argument file when starting a Geode member.

Add another test to demonstrate the kind of error that happens when
Geode cannot access an encapsulated field of a JDK 17 class.

* Clean up

Remove unnecessary dependency on JUnit 5 rule migration support.

Start server without default server.

Other cleanup.

> Acceptance test to exercise Geode's interaction with JDK 17 encapsulation
> -------------------------------------------------------------------------
>
>                 Key: GEODE-10321
>                 URL: https://issues.apache.org/jira/browse/GEODE-10321
>             Project: Geode
>          Issue Type: Test
>          Components: tests
>    Affects Versions: 1.15.0, 1.16.0
>            Reporter: Dale Emery
>            Assignee: Dale Emery
>            Priority: Major
>              Labels: Java17, pull-request-available
>
> Write acceptance tests that demonstrate how to give Geode access to encapsulated fields in JDK 17 classes.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)