The documentation for Akka/Java could be upgraded to use Java 16 records? #32522
Labels
1 - triaged
Tickets that are safe to pick up for contributing in terms of likeliness of being accepted
t:docs
t:java
Related to the Java APIs
An example from https://doc.akka.io/docs/akka/current/typed/interaction-patterns.html
Since Java 16 ( March 2021), the immutable message classes can be written as records, significantly reducing visual clutter:
Maybe something to do progressively.
The text was updated successfully, but these errors were encountered: