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

Commit

Permalink
Add comment about commons-beanutils dependency removal
Browse files Browse the repository at this point in the history
  • Loading branch information
fmbenhassine committed Nov 15, 2020
1 parent 2b74bb3 commit d6f50d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/org/jeasy/props/PropertyInjector.java
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ class PropertyInjector {
PropertyInjector() {
annotationProcessors = new HashMap<>();
typeConverters = new HashMap<>();
// TODO the day we decide to remove the dependency to apache commons-beanutils, register built-in converters here
// See https://github.com/j-easy/easy-props/commit/1f677c0469813b6f206871bc4a7037ee41f7a975

//register built-in annotation processors
annotationProcessors.put(SystemProperty.class, new SystemPropertyAnnotationProcessor());
Expand Down

0 comments on commit d6f50d0

Please sign in to comment.