-
Notifications
You must be signed in to change notification settings - Fork 38.6k
Closed
Description
Juergen Hoeller opened SPR-13188 and commented
Avoiding defensive checks for java.util.Optional
etc, selective use of lambdas and method references in particular with the Stream
API, Java 8's reflection facilities... but also Java 7 source code refinements such as inferred generic types and multi-catch clauses.
Issue Links:
- Core Spring interfaces declared with Java 8 default methods and @FunctionalInterface markers [SPR-14432] #19003 Core Spring interfaces declared with Java 8 default methods and
@FunctionalInterface
markers - Use Map.forEach instead of manual Map.Entry iteration wherever possible [SPR-16646] #21187 Use Map.forEach instead of manual Map.Entry iteration wherever possible
1 votes, 5 watchers
Metadata
Metadata
Assignees
Labels
type: taskA general taskA general task