You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2022/10/12 05:13:02 UTC

[GitHub] [skywalking] hanahmily opened a new issue, #9771: [BanyanDB] Java client's UTs fails with JDK16,17

hanahmily opened a new issue, #9771:
URL: https://github.com/apache/skywalking/issues/9771

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/skywalking/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Apache SkyWalking Component
   
   BanyanDB (apache/skywalking-banyandb)
   
   ### What happened
   
   UTs fail due to Powermock with JDK 16 or 17. The runtime will complain with below errors:
   
   ```
   java.lang.reflect.InaccessibleObjectException: Unable to make protected native java.lang.Object java.lang.Object.clone() throws java.lang.CloneNotSupportedException accessible: module java.base does not "opens java.lang" to unnamed module org.apache.skywalking.banyandb.v1.client.BanyanDBClientStreamQueryTest.setUp(BanyanDBClientStreamQueryTest.java)
   ```
   
   It might relate to https://github.com/powermock/powermock/issues/1094
   
   We should bump up powermock once it fixes it.
   
   ### What you expected to happen
   
   No
   
   ### How to reproduce
   
   No
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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@skywalking.apache.org.apache.org

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


[GitHub] [skywalking] hanahmily commented on issue #9771: [BanyanDB] Java client's UTs fails with JDK16,17

Posted by GitBox <gi...@apache.org>.
hanahmily commented on issue #9771:
URL: https://github.com/apache/skywalking/issues/9771#issuecomment-1277493336

   > If we provide consistent JDK 8,11,17 support, please add them into CI compiling process to keep this. It is hard to track from codes review.
   
   It's a good suggestion. I also surprised we didn't specify JDK version in CI workflows that are running on a latest Ubuntu. @lujiajing1126 Could you elaborate on it?


-- 
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@skywalking.apache.org

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


[GitHub] [skywalking] lujiajing1126 commented on issue #9771: [BanyanDB] Java client's UTs fails with JDK16,17

Posted by GitBox <gi...@apache.org>.
lujiajing1126 commented on issue #9771:
URL: https://github.com/apache/skywalking/issues/9771#issuecomment-1277567672

    > It's a good suggestion. I also surprised we didn't specify JDK version in CI workflows that are running on a latest Ubuntu. @lujiajing1126 Could you elaborate on it?
   
   I remember CI is setup by @kezhenxu94 and @wu-sheng 


-- 
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@skywalking.apache.org

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


[GitHub] [skywalking] wu-sheng commented on issue #9771: [BanyanDB] Java client's UTs fails with JDK16,17

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #9771:
URL: https://github.com/apache/skywalking/issues/9771#issuecomment-1275613456

   If we provide consistent JDK 8,11,17 support, please add them into CI compiling process to keep this. It is hard to track from codes review.


-- 
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@skywalking.apache.org

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


[GitHub] [skywalking] wu-sheng closed issue #9771: [BanyanDB] Java client's UTs fails with JDK16,17

Posted by GitBox <gi...@apache.org>.
wu-sheng closed issue #9771: [BanyanDB] Java client's UTs fails with JDK16,17
URL: https://github.com/apache/skywalking/issues/9771


-- 
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@skywalking.apache.org

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