Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
apache
/
arrow
Public
Notifications
You must be signed in to change notification settings
Fork
4.3k
Star
17.2k
Code
Issues
2.1k
Pull requests
410
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
GH-39000: [Java] Build arrow-memory-netty as a JPMS module
- #39012
#39012
Closed
jduo
wants to merge 30 commits into
apache:main
apache/arrow:main
from
Bit-Quill:netty-modularization
Bit-Quill/arrow:netty-modularization
Copy head branch name to clipboard
Conversation
Commits
30
(30)
Checks
Files changed
Closed
GH-39000: [Java] Build arrow-memory-netty as a JPMS module
#39012
jduo
wants to merge 30 commits into
apache:main
apache/arrow:main
from
Bit-Quill:netty-modularization
Bit-Quill/arrow:netty-modularization
Copy head branch name to clipboard
Commits
Commits on Dec 1, 2023
Add and integrate the module-info compiler plugin
Show description for e82e47e
jduo
committed
e82e47e
View commit details
Copy full SHA for e82e47e
Browse repository at this point
Fix JDK8 compile issue with module-info-compiler and attempt to fix analyze issue
jduo
committed
c1c6330
View commit details
Copy full SHA for c1c6330
Browse repository at this point
Fix JDK8 issue with use of Path.of
jduo
committed
c5eaceb
View commit details
Copy full SHA for c5eaceb
Browse repository at this point
Skip the maven-dependency-plugin analyze check due to false positive
Show description for 1b73e24
jduo
committed
1b73e24
View commit details
Copy full SHA for 1b73e24
Browse repository at this point
Fix non-inherited version
jduo
committed
9894c92
View commit details
Copy full SHA for 9894c92
Browse repository at this point
Do not use dependency analyze when compiling plugins
Show description for 348011b
jduo
committed
348011b
View commit details
Copy full SHA for 348011b
Browse repository at this point
Exclude module-info.java from compilation
Show description for 50fe6d7
jduo
committed
50fe6d7
View commit details
Copy full SHA for 50fe6d7
Browse repository at this point
Exclude module-info.java files from checkstyle
Show description for 06f5805
jduo
committed
06f5805
View commit details
Copy full SHA for 06f5805
Browse repository at this point
Add skip parameter and logging to module info compiler plugin
jduo
committed
65bb84e
View commit details
Copy full SHA for 65bb84e
Browse repository at this point
Add module-info.java files for format and vector
jduo
committed
807ee9a
View commit details
Copy full SHA for 807ee9a
Browse repository at this point
Move arrow-vector tests to use a different package
Show description for ce20098
jduo
committed
ce20098
View commit details
Copy full SHA for ce20098
Browse repository at this point
Explicitly have arrow-vector depend on immutables
Show description for ba88814
jduo
committed
ba88814
View commit details
Copy full SHA for ba88814
Browse repository at this point
Export packages for arrow-vector module
Show description for e14c3cd
jduo
committed
e14c3cd
View commit details
Copy full SHA for e14c3cd
Browse repository at this point
Fix a missed reference to moved arrow-vector test classes
jduo
committed
8484c63
View commit details
Copy full SHA for 8484c63
Browse repository at this point
Fix CData related test failures
jduo
committed
869d85a
View commit details
Copy full SHA for 869d85a
Browse repository at this point
Have arrow-vector depend on jdk.unsupported
Show description for 83bab66
jduo
committed
83bab66
View commit details
Copy full SHA for 83bab66
Browse repository at this point
Refactor memory modules for JPMS support
Show description for 04b4912
jduo
committed
04b4912
View commit details
Copy full SHA for 04b4912
Browse repository at this point
Add module-info for memory-core and memory-unsafe
Show description for 6ce9844
jduo
committed
6ce9844
View commit details
Copy full SHA for 6ce9844
Browse repository at this point
Ignore TestBaseAllocator#testRootAllocator_getEmpty
Show description for b83498c
jduo
committed
b83498c
View commit details
Copy full SHA for b83498c
Browse repository at this point
Edit TestArrowBuf#testEnabledHistoricalLog to have more info
Show description for b682dda
jduo
committed
b682dda
View commit details
Copy full SHA for b682dda
Browse repository at this point
Allow use of reflection on Unsafe from memory-core
jduo
committed
a794812
View commit details
Copy full SHA for a794812
Browse repository at this point
Provide better error message about needing memory-core to have access to unsafe
jduo
committed
a36130c
View commit details
Copy full SHA for a36130c
Browse repository at this point
Allow memory-core to use reflection on memory-unsafe
jduo
committed
57dd151
View commit details
Copy full SHA for 57dd151
Browse repository at this point
Add explicit dependency on immutables to memory-unsafe
jduo
committed
e3e7077
View commit details
Copy full SHA for e3e7077
Browse repository at this point
Enable reflection during arrow-memory-core tests
Show description for 478446a
jduo
committed
478446a
View commit details
Copy full SHA for 478446a
Browse repository at this point
Fix occasionally ConcurrentModificationException in Netty tests
Show description for c792b63
jduo
committed
c792b63
View commit details
Copy full SHA for c792b63
Browse repository at this point
Add netty module-info.java
jduo
committed
4e4a6ba
View commit details
Copy full SHA for 4e4a6ba
Browse repository at this point
Update the surefire command line to for Netty modules
Show description for 0d44ba1
jduo
committed
0d44ba1
View commit details
Copy full SHA for 0d44ba1
Browse repository at this point
Allow memory-core to use reflection on memory-netty
jduo
committed
0d9d03d
View commit details
Copy full SHA for 0d9d03d
Browse repository at this point
Restructure Netty tests for modules
Show description for 7a9ba6f
jduo
committed
7a9ba6f
View commit details
Copy full SHA for 7a9ba6f
Browse repository at this point
You can’t perform that action at this time.