Udo Klimaschewski
Udo Klimaschewski
I also would like to upvote on this. Even a workaround would be helpful.
I am experiencing this now too at our docker CI builds, I agree with @johansatge - it would be nice to be able to disable this verification for certain jobs.
Any chance this is getting fixed for? Java 17 (Temurin) and junit 4, using 1.17.2: ``` java.lang.reflect.InaccessibleObjectException: Unable to make field private final java.util.Map java.util.Collections$UnmodifiableMap.m accessible: module java.base does not...
@ashleyfrieze Thanks, good to know!
How can this be reproduced manually or even better by a unit test? Do you have any idea for a fix or pointers where the problem is in the code?
When I debug into the function, the result is calculated as follows: ```Java MathContext mc = new MathContext(mathContext.getPrecision() + 6, mathContext.getRoundingMode()); BigDecimal result = pi(mc).divide(TWO, mc).subtract(asin(x, mc)); ``` `pi(mc).divide(TWO, mc)`...
Thank you for the quick reply and the workaround. Seems to work for me.
@oswaldobapvicjr How would we know that the LAMBDA function first parameter has to be set to the actual array value? The LAMBDA function does not know about its surrounding FILTER...
Hi, can you give some more information on what you are doing? What is the expression string and how did you configure the expression? Some test code that can reproduce...
Closing this issue due to inactivity.