danepitkin commented on code in PR #38016:
URL: https://github.com/apache/arrow/pull/38016#discussion_r1391683714
##########
java/pom.xml:
##########
@@ -1226,6 +1226,17 @@
</build>
</profile>
+ <profile>
+ <!-- Experimental JDK 21+ features -->
+ <id>jdk21+</id>
+ <activation>
+ <jdk>[21,]</jdk>
+ </activation>
+ <modules>
+ <module>memory/memory-ffm</module>
Review Comment:
Is this the best way to enable developers to build arrow-memory-ffm? I
haven't come up with a better alternative, but I'm also not a POM expert.
CI does not build this module, but a developer can build from source with
`mvn clean install -pl :arrow-memory-ffm --am`
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]