Releases: caelum/vraptor
Releases · caelum/vraptor
VRaptor 3.5.5
VRaptor 3.5.4
- 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
Fixed a bug of duplicated requests when the corresponding jsp of a controller method doesn't exist. #572
VRaptor 3.5.2
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