Replies: 1 comment 22 replies
-
Thanks for the heads-up, Tomer. Looking briefly at |
Beta Was this translation helpful? Give feedback.
22 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey @sormuras
Just bumped into something weird and figured I'll let you know.
It's not really an issue, if anything, I think it's an improvement.
After bumping from
1.1.2
to1.1.3
in TomerFi/hebcal-api@1637df7.Some of my test cases started failing with the standard:
java.lang.IllegalAccessError: class A (in module b) cannot access class C (in module d) because module b does not read module d
Not a big deal, I've added the required
reads
permissions in TomerFi/hebcal-api@c7f7efd and that was it.It actually makes more sense now, I think...
Nevertheless,
I figured I'll let you know,
since downgrading back to
1.1.2
solved this for me as well.:-)
Beta Was this translation helpful? Give feedback.
All reactions