Ippei Nawate

Results 4 issues of Ippei Nawate

Henson failed to find common package name when we have some classes annotated `@InjectExtra` in different packages. e.g. If we have following classes ``` com.example.activity.MyActivity com.example.fragment.MyFragment ``` henson-processor find `com.example..`...

The comment of `PathFilters#isIgnored` says ``` If [includes] and [excludes] are both specified, return false iff [path] matches any [includes] and [path] does not match any [excludes]. ``` but `excludes`...

fix #280 If needed, i will send backport PR to branches of other versions. thanks.

`SpringValueTagProcessor` could pass `null` value as `type` parameter of `RequestDataValueProcessor#processFieldValue` although [`type` is defined as Nonnull parameter](https://github.com/spring-projects/spring-framework/blob/main/spring-webmvc/src/main/java/org/springframework/web/servlet/support/RequestDataValueProcessor.java#L60)(not annotated `@Nullable`)in spring-framework. https://github.com/thymeleaf/thymeleaf-spring/blob/3.1-master/thymeleaf-spring5/src/main/java/org/thymeleaf/spring5/processor/SpringValueTagProcessor.java#L103-L106 For example, when `SpringValueTagProcessor` process ``, `type` will be...

needs triage