Brian Goetz was at Sun Microsystems before it got bought by Oracle. He has extensive credentials.
Note, however, that his book on currency is dated 2006 and substantial improvements have been added to Java since then. So I'd use it as a basis for learning best practices in concurrency, then look to more modern sources.
For example:
https://www.baeldung.com/java-common-concurrency-pitfalls
https://www.baeldung.com/java-concurrency (assorted publications)
The Baeldung stuff is all no more than about 2 years old and their docs are first-rate.