vipcxj

Results 87 comments of vipcxj

@mojo2012 But an object argument is ugly and error-prone. And the error will be found until runtime.

Can you provide me an simple android project? I have not an android project to test it. By the way, this project require jdk8. I know the latest android support...

Can you show me the full exception stack? Providing a minimal recurrence use case is certainly more welcome.

Can you give me a scaffold project? Just push to you github repositories.

The provider is only loaded in the runtime. At compile time, nothing runtime thing is touched.

I will check it today. I have a quick look at your project. I think it may cause by the new key word `var`. If it's the cause of the...

@mojo2012 ~~I have try your project, I found your target java release is 15, My highest installed jdk is 11. So I change it to 11, The project is compiled...

@mojo2012 You don't need to target java 8, java 15 also work. This issue is caused by [JEP 396](https://openjdk.java.net/jeps/396) from java 16. And changing target does not work currently. You...

@mojo2012 The version `0.1.2` is released, it support java 17 now. You should update the dependencies according readme. The central repository is scyning, so perhaps you need wait a moment....

@mojo2012 Yes, eclipse compiler cause it. Many ide do some hack about JDK's `ProcessingEnvironment` object. I think this may be the reason. I will check it today. What plugins installed...