Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

Commit

Permalink
Add guava avoidance remark to coding guidelines (#5356)
Browse files Browse the repository at this point in the history
In the realm of #4743 and #2801 et al. it makes sense to
not accept any new contributions adding unecessary usages
of guava again, therefore the documentation is updated
accordingly.

Signed-off-by: Simon Kaufmann <simon.kfm@googlemail.com>
  • Loading branch information
sjsf authored and maggu2810 committed Apr 4, 2018
1 parent 7a13dff commit 9a4bff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/documentation/development/guidelines.md
Expand Up @@ -63,7 +63,7 @@ Test classes do not have to be annotated.
1. A few common utility libraries are available that every Eclipse SmartHome based solution has to provide and which can be used throughout the code (and which are made available in the target platform):
- Apache Commons IO (v2.2)
- Apache Commons Lang (v2.6)
- Google Guava (v10.0.1)
- ~~Google Guava (v10.0.1)~~ (historically allowed, to be avoided in new contributions)

## D. Runtime Behavior

Expand Down

0 comments on commit 9a4bff0

Please sign in to comment.