adriacabeza commented on code in PR #2485:
URL: https://github.com/apache/fory/pull/2485#discussion_r2285500715
##########
java/fory-core/pom.xml:
##########
@@ -125,6 +125,44 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>2.22.2</version>
+ </plugin>
</plugins>
</build>
+
+ <profiles>
Review Comment:
Makes sense, and then that module would just override those array
serializers with a different implementation?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]