-
-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[4.x.x] Switch CI from Temurin to Liberica #5468
[4.x.x] Switch CI from Temurin to Liberica #5468
Conversation
…o hide the Journal Recovery progress bars
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Interesting build error.... as it is not related to the change.
[junit] 1407 [WARN] DefaultCacheManager: The cacheSize="256" setting in conf.xml is too large. Java has only 466432k available. Cache manager will not use more than 155477k to avoid memory issues which may lead to database corruptions.
Error: nit] 1704 [ERROR] PluginsManagerImpl: java.lang.ClassNotFoundException: org.exist.storage.md.MDStorageManager
@dizzzz I think this one may be due to the limited amount of RAM available in CI and that we need not worry about it.
@dizzzz I have appended a commit to change this from an Error into a Warning in the log. |
@adamretter could it be that a 32bit VM is used? |
No. I don't think so |
@adamretter the windows build still fails. Wilk this be resolve with the folllow up restore output change? |
0414b32
to
d2b1067
Compare
…est suite so as not to pollute the output
…lugin is unavailable
d2b1067
to
b2b0d61
Compare
@reinhapa I didn't have the Ant script quite correct for passing the property to disable the journal recovery log output. I have fixed that now, and CI is all passing now :-) |
Backport of #5466
Liberica should still provide JDK 8 on macOS