StripesFramework / stripes

Stripes is a Java framework with the goal of making Servlet/JSP based web development in Java as easy, intuitive and straight-forward as it should be. It's stripey and it doesn't suck.
http://www.stripesframework.org/
171 stars 73 forks source link

Remove jakarta.mail Dependency #108

Open rgrashel opened 9 months ago

rgrashel commented 9 months ago

I think the jakarta.mail dependency is only used for the EmailTypeConverter for validation purposes. This is completely overkill and unnecessary for email address validation. That logic can be implemented easily using a regex or simple OSS logic that is readily available using other mechanisms. Adding a dependency is not necessary.