Add notes for 2018-04-24

This commit is contained in:
2018-04-24 16:38:05 +03:00
parent e44327f7d6
commit db7b3ab373
53 changed files with 105 additions and 81 deletions

View File

@ -481,3 +481,14 @@ org.apache.tomcat.jdbc.pool.PoolExhaustedException: [localhost-startStop-2] Time
```
- Very suspect!
## 2018-04-24
- Testing my Ansible playbooks with a clean and updated installation of Ubuntu 18.04 and I fixed some issues that I hadn't run into a few weeks ago
- There seems to be a new issue with Java dependencies, though
- The `default-jre` package is going to be Java 10 on Ubuntu 18.04, but I want to use `openjdk-8-jre-headless` (well, the JDK actually, but it uses this JRE)
- Tomcat and Ant are fine with Java 8, but the `maven` package wants to pull in Java 10 for some reason
- Looking closer, I see that `maven` depends on `java7-runtime-headless`, which is indeed provided by `openjdk-8-jre-headless`
- So it must be one of Maven's dependencies...
- I will watch it for a few days because it could be an issue that will be resolved before Ubuntu 18.04's release
- Otherwise I will post a bug to the ubuntu-release mailing list