You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by GitBox <gi...@apache.org> on 2022/04/11 17:12:27 UTC

[GitHub] [geode] demery-pivotal opened a new pull request, #7580: GEODE-10193: Replace openhft compiler with geode-junit compiler

demery-pivotal opened a new pull request, #7580:
URL: https://github.com/apache/geode/pull/7580

   PROBLEM
   
   `QueryPdxDataDUnitTest` compiles and loads classes using the
   `net.openhft.compiler` library, which attempts to access a field of
   `Unsafe` that does not exist on JDK 17.
   
   SOLUTION
   
   Use the compiler system from `geode-junit`'s
   `org.apache.geode.test.compiler` package.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@geode.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [geode] demery-pivotal commented on pull request #7580: GEODE-10193: Replace openhft compiler with geode-junit compiler

Posted by GitBox <gi...@apache.org>.
demery-pivotal commented on PR #7580:
URL: https://github.com/apache/geode/pull/7580#issuecomment-1095604343

   This PR fixes only `QueryPdxDataDUnitTest` on JDK 17. Other test failures on JDK 17 are expected, and will be fixed by other PRs.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@geode.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [geode] demery-pivotal commented on pull request #7580: GEODE-10193: Replace openhft compiler with geode-junit compiler

Posted by GitBox <gi...@apache.org>.
demery-pivotal commented on PR #7580:
URL: https://github.com/apache/geode/pull/7580#issuecomment-1098271697

   > What is the story on the openjdk17 failures?
   
   We are slowly working through those on separate PRs.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@geode.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [geode] mhansonp commented on pull request #7580: GEODE-10193: Replace openhft compiler with geode-junit compiler

Posted by GitBox <gi...@apache.org>.
mhansonp commented on PR #7580:
URL: https://github.com/apache/geode/pull/7580#issuecomment-1098270460

   What is the story on the openjdk17 failures?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@geode.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [geode] demery-pivotal merged pull request #7580: GEODE-10193: Replace openhft compiler with geode-junit compiler

Posted by GitBox <gi...@apache.org>.
demery-pivotal merged PR #7580:
URL: https://github.com/apache/geode/pull/7580


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@geode.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org