playframework/playframework

Cleanup the `play.utils` package

Aperta

#9753 aperta il 21 ott 2019

 (8 commenti) (0 reazioni) (0 assegnatari)Scala (4032 fork)batch import
good first issuehelp wantedtype:improvement

Metriche repository

Star
 (12.623 stelle)
Metriche merge PR
 (Merge medio 10g 17h) (69 PR mergiate in 30 g)

Descrizione

play.utils contains miscellaneous code, in some cases ¿even obsolete?.

In response to the request in https://github.com/playframework/playframework/issues/9745, Configuration could be moved out to a one-class artifact. And, similarly, some of the contents of play.utils could be pushed up and out of the default play artifact to ease their reuse (e.g. play.util.Colors being copy/pasted in Lagom to avoid depending in all play).

Guida contributor