tag: java

Remove logs from third-party librairies in tests

on 2021-04-10

Do not display logs from dependencies when running tests during build of your java project

#java #log4j

Install JDK 8 on MacOS Without Admin Rights

on 2020-07-04

Many corporation are still developing applications using the 8th version of Java. And many corporations have strict security rules forbidding employees to have the administrator rights on their machine. However, not so many corporations use macbook pro as employee’s machine. The advantages of macbook pro for a developer is that it is rather easy to install software without administrator’s right. You just install Homebrew in your home directory and you can install lots of software without asking anyone permission.

#java #macos

Read more of Install JDK 8 on MacOS Without Admin Rights