Skip to content

VRaptor 3.5.2

Compare
Choose a tag to compare
@lucascs lucascs released this 03 Oct 18:07
· 125 commits to master since this release

Features

  • validator.validateProperty(object, "propertyName", SomeGroup.class) #570 #569
  • MessageIntepolator now reads VRaptor's resource bundle #560
  • Support for the new CDI provider #562
  • Change hibernate validation resource bundle default #560
  • Adding @Options and @Patch as http verb class #559
  • Logging included objects on result and validation errors using DEBUG level #552
  • Created new constructor in MockSerializationResult and implemented getStatus in MockHttpServletResponse #549
  • Change date/time format to ISO8601 on JSON serialization. Register the br.com.caelum.vraptor.serialization.iso8601 on the packages context-param on web.xml #548

Bugfixes

  • Fixing GSon proxy serialization #567
  • Fixing GSon deserialization of generic parameters #553

Internals

  • Update Gson api to 2.2.4 #564
  • Making VRaptorGSonBuilder a component #561
  • Upgrading commons-fileupload to version 1.3 #555
  • VRaptorGsonBuilder is now request scoped