Upgrade to Java 11 and to Metafacture 7.0.0 #455#459
Conversation
2387a85 to
bea8e65
Compare
bea8e65 to
55ba569
Compare
I don't think so, the app doesn't run for me. I think we need to at least update |
|
|
This comment was marked as outdated.
This comment was marked as outdated.
|
Same as in hbz/nwbib#679, I think we should stick with our process and do a separate functional review (e.g. by @acka47) before code review. |
|
I am happy to make a functional review, however, I am refraining from this for now as this is still a draft PR and the issue was not assigned to me. |
Only the order changed
86b3403 to
dd62950
Compare
| kill $(cat target/universal/stage/RUNNING_PID) | ||
| fi | ||
| JAVA_OPTS="$JAVA_OPTS -XX:+ExitOnOutOfMemoryError" sbt --java-home $JAVA_HOME "start $PORT" | ||
| sbt clean |
There was a problem hiding this comment.
Like I said, both is fine here, lobid-gnd doesn't log to target.
|
@Phu2 you can deploy and merge |
conf/application.conf
Outdated
| index { | ||
| boot: { | ||
| hosts: ["localhost"] # ["weywot3.hbz-nrw.de", "weywot4.hbz-nrw.de", "weywot5.hbz-nrw.de"] | ||
| hosts: ["localhost"] # ["weywot13.hbz-nrw.de", "weywot14.hbz-nrw.de", "weywot15.hbz-nrw.de"] |
There was a problem hiding this comment.
Why do we add internal server adresses here? I don't think we should publish them.
There was a problem hiding this comment.
Since these are commented out anyway, you could remove them here. The idea would be to have an internal Wiki page for the details, like we have for RPB.
|
Trying to deploy this branch on test, monit (re)starts the app several times without success. From |
Yes, on q13. I did a rollback in between. |
|
The problem was the missing
That doesn't seem to be true (any longer?), since I saw nothing there during attempted startup without When manually running
That provided the clue to the missing |
|
I quickly did some functional review and things are looking fine to me. +1 (I only noticed one thing: The manifest URL in https://test.lobid.org/gnd/reconcile/ is not correct. It should be |
Co-authored-by: Fabian Steeg <steeg@hbz-nrw.de>
@fsteeg not sure if this is a quick adjustment? but the tests seem to work fine I reproduced the way we use java 11 in context of lobid-organisations and build upon @Phu2 PR #456
This is not urgent, but maybe helpful.
Resolve #455