Java Weekly, Issue 332

Spring adopts new versioning schemes, and an in-depth look at Java’s new text blocks feature.

Java Weekly, Issue 322

A solid overview of the Quarkus container-first framework for Java, and Spring Core Framework has a couple of new releases.

Categories in Groovy

Learn about the Groovy categories metaprogramming feature that can enable additional features on classes

The Spring @Qualifier Annotation

@Autowired alone isn’t sometimes enough to disambiguate dependencies. You can wire more exactly using the @Qualifier annotation. @Primary can also help.