在使用Spring Native和非Spring项目的Native的时候,在打Native包的时候会失败,大部分问题都集中在poi和ehcache的使用上,同时还发现了一些依赖方面的可调整的方面,,所以建议做如下修改来处理这些问题。
1、将easyexcel core对于spring的依赖去除,使用扩展的方式引入。
2、将easyexcel core对于ehcache的依赖去除,使用扩展的方式引入。
3、目前与poi的版本差距挺大的,建议将poi升级,若存在兼容性的问题可以使用多个版本的适配扩展包来实现。
4、然后,适配目前native过程中的问题。
不知道这些想法是否符合easyexcel的发展,这些建议是否符合easyexcel的初衷。
9条答案
按热度按时间u4dcyp6a1#
org.ehcache:ehcache:3.10.8-jakarta
oracle/graalvm-reachability-metadata#124 .ilmyapht2#
您好,请问目前是在尝试支持native-image吗?我也遇到了相同的问题 @linghengqian
vyu0f0g13#
@Q11shiyi I don't see a problem after collecting GraalVM reachability metadata for Easyexcel. If you think there is a problem, you can open a new issue after providing a minimal reproducible unit test.
qij5mzcb4#
现在有支持graalvm的版本么
r55awzrz5#
收集 Easyexcel 的 GraalVM 可访问性元数据后,我没有看到问题。如果您认为存在问题,可以在提供最小可重现的单元测试后打开一个新问题。
Hello, where can I obtain the GraalVM accessibility metadata for Easyexcel
lg40wkob6#
收集 Easyexcel 的 GraalVM 可访问性元数据后,我没有看到问题。如果您认为存在问题,可以在提供最小可重现的单元测试后打开一个新问题。
您好,我在哪里可以获得 Easyexcel 的 GraalVM 可访问性元数据
@linghengqian
eufgjt7s7#
zbq4xfa08#
@linghengqian I saw that you mentioned that you collected a portion of metadata and tested it without any issues. I would like to test this portion of metadata, which may be more complete than what I obtained from writing my own tests
ccgok5k59#
@linghengqian I saw that you mentioned that you collected a portion of metadata and tested it without any issues. I would like to test this portion of metadata, which may be more complete than what I obtained from writing my own tests
org.apache.poi:poi:5.2.3
oracle/graalvm-reachability-metadata#225 , and I haven't prepared a PR for this part yet because I was blocked by a series of pre-requisite PRs.