wimdeblauwe / htmx-spring-boot

Spring Boot and Thymeleaf helpers for working with htmx
Apache License 2.0
423 stars 41 forks source link

[fix] warning: unknown enum constant When.MAYBE caused by missing JSR305 implementation #109

Closed xhaggi closed 2 months ago

xhaggi commented 2 months ago

This warning is caused by the javax.annotation.meta.When enum not being available to the runtime and org.springframework.lang.Nullable references this enum but it is not made available automatically.