Jenkins build is back to normal : Struts2 #506

2012-07-22 Thread Apache Jenkins Server
See https://builds.apache.org/job/Struts2/506/ - To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For additional commands, e-mail: dev-h...@struts.apache.org

@StringLengthFieldValidator for 2.5

2012-07-22 Thread Paul Benedict
I noticed @StringLengthFieldValidator uses String type for minLength and maxLength. I find this unexpected. Shouldn't we use the int type for these fields? I would vote to go through the annotations and fix the types for 2.5 -- since 2.5 is supposed to break backwards compatibility. Thoughts?