Skip to content

Releases: caelum/vraptor

VRaptor 3.5.5

05 May 03:33
Compare
Choose a tag to compare
  • Fixing NPE using OGNL with some view templates #625
  • Updated slf4j-api and slf4j-log4j12 dependencies to 1.6.6 #611
  • Allowing controllers to receive optional parameters #618
  • Improving README #623 and #616

VRaptor 3.5.4

13 Aug 16:47
Compare
Choose a tag to compare
  • Fixing problem with deserialization. #615
  • Update link VRaptor 3 #608
  • response should be flushed later #604
  • Using fixed reflection instantiation to avoid NPE when using Objenesis. ... #597
  • Migrating IOGI to latest version #601
  • Closes #581. Only instantiate objects with same type #599
  • MockLocalization with Bundle #595
  • Removing servlet upload, since doesn't work with servlet filters #593
  • Converting space to tabs #592
  • Now we get category name only when needs #591
  • Update GSONSerializer.java #587
  • Deserializando lista parametrizada com GsonDeserialization #584
  • Distribution zip now packs grouped dependencies #578
  • Maven preprocessor to change log version when release a new version #575

VRaptor 3.5.3

03 Oct 17:29
Compare
Choose a tag to compare

Fixed a bug of duplicated requests when the corresponding jsp of a controller method doesn't exist. #572

VRaptor 3.5.2

03 Oct 18:07
Compare
Choose a tag to compare

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