apache / apache/arrow-java

[Java][CI] Java Support Version Policy

Đang mở
#237 2 bình luận 0 reaction 0 người được giao Xem trên GitHub
Component: Documentation Type: enhancement
Ngôn ngữ chính
Java
Star
94
Fork
152
Merge trung bình
3 ngày 16 giờ
Pull request đã merge (30 ngày)
11

Mô tả

**Current status**

1. Apache Arrow Java is compiled and tested by JDK 8, 11, 17, 18 but packaged with source/target JDK8

**Changes implemented by this PR** [https://github.com/apache/arrow/pull/13072](https://github.com/apache/arrow/pull/13072*)

1. Apache Arrow Java project are continuing compiled and tested by JDK 8, 11, 17, 18 but packaged with source/target JDK8
2. If Apache Arrow Java project is building with JDK11+ validate the project are tested against the module-info.java definitions
3. There are not CI implementation to deliver Jar library with JDK8 & JDK11+ (we need to define what will be our next step for JDK versions)
4. We probably are breaking APIs because we are changing package name to ensure unique package names on the project required by module-info.java
5. We are added a new project that contains Apache Arrow Netty custom implementation needed for
6. There are remaining modules pending to implement modules with module-info.java files. This PR contains modules-info.java for: Format / Memory / Vector

**Next steps**

1. Implement cross-compilation with JDK 11+ and packaging with release=8 (continue offering support for JDK8):
That is not posible, if we compile with --release=8 we will have problems to access sun.misc.Unsafe that is not as exposed/public/documented API for N >= 9: -source N -target N --system .    ()
 
2. We have these options for our next steps:
- {**}Option 1{**}.- Maintain all as it is now, continue packaging with source/target JDK8

- {**}Option 2{**}{**}.-{**} Change/Update/Modify use of sun.misc. classes dependencies to be able to support cross-compilation (-release 8) to packaging with JDK11+ and continue offering support for JDK8 also

{code:java}
jdeps --jdk-internals arrow-memory-unsafe-10.0.0-SNAPSHOT.jar
arrow-memory-unsafe-10.0.0-SNAPSHOT.jar -> jdk.unsupported
   org.apache.arrow.memory.unsafe.UnsafeAllocationManager -> sun.misc.Unsafe                                    JDK internal API (jdk.unsupported)
Warning: JDK internal APIs are unsupported and private to JDK implementation that are
subject to be removed or changed incompatibly and could break your application.
Please modify your code to eliminate dependence on any JDK internal APIs.
For the most recent update on JDK internal API replacements, please check:
https://wiki.openjdk.java.net/display/JDK8/Java+Dependency+Analysis+Tool
JDK Internal API                         Suggested Replacement
----------------                         ---------------------
sun.misc.Unsafe                          See http://openjdk.java.net/jeps/260 {code}
- {**}Option 3{**}.- Drop support for JDK8 and starting offering support to packaging with JDK11+, this will be the right approach, but, this thread does not have an agreement about to drop JDK8 support ([JAVA] JDK Support Policy - )

If you decided to push some of this options please use that [ML\|[https://lists.apache.org/thread/phpgpydtt3yrgnncdyv4qdq1gf02s0yj]] to move on next steps.

**Reporter**: [David Dali Susanibar Arce](https://issues.apache.org/jira/browse/ARROW-18020) / @davisusanibar
#### Subtasks:
- [ ] [[Java][Flight] Implement JPMS (module-info.java) for Flight module](https://github.com/apache/arrow/issues/33224)
- [ ] [[Java][Flight] Define a method to modularize GRPC API/Context dependency](https://github.com/apache/arrow/issues/33225)
- [ ] [[Java] Implement cross-compilation for JDK11 and be able to produce artifacts for JDK8 (--release 8)](https://github.com/apache/arrow/issues/33226)
- [ ] [[Java] Drop JDK8 support](https://github.com/apache/arrow/issues/33227)
#### Related issues:
- [[Java] POC Arrow Modular](https://github.com/apache/arrow/issues/20212) (contains)

**Note**: *This issue was originally created as [ARROW-18020](https://issues.apache.org/jira/browse/ARROW-18020). Please see the [migration documentation](https://github.com/apache/arrow/issues/14542) for further details.*

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Hướng nghiên cứu

Xem xét PR 13072 và các nhiệm vụ phụ được liệt kê cho JPMS, biên dịch chéo và hỗ trợ JDK 8. Đọc chuỗi thảo luận trên mailing list được liên kết trước khi chọn hướng đi, vì issue ghi lại một số tùy chọn chưa được giải quyết. Được xem là hoàn tất khi đã thống nhất chính sách hỗ trợ JDK và hoàn thành phần công việc triển khai đã chọn.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Đánh giá

Công nghệ
java
Lĩnh vực
build-system, ci-cd
Loại issue
Tính năng
Độ khó
5/5
Thời gian dự kiến
Hơn một tuần
Mức độ hoạt động
Đình trệ
Độ rõ ràng
Cần làm rõ
Mức phù hợp với người mới
20/100

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.