spring-framework/spring-web
wonwoo 9181ac70f5 Correctly detect Optional return type for @HttpExchange methods
Prior to this commit, a ClassCastException was thrown for an Optional
return type for an @HttpExchange method. This is because the check for
an Optional return type was based on the type contained in the Optional
instead of the Optional itself.

Closes gh-28493
2022-05-20 11:25:31 +02:00
..
src Correctly detect Optional return type for @HttpExchange methods 2022-05-20 11:25:31 +02:00
spring-web.gradle Remove Jakarta Mail dependency from spring-web 2022-04-28 15:39:52 +02:00