Skip to content

v4.1.0-RC3

Compare
Choose a tag to compare
@Turini Turini released this 17 Sep 17:40
· 692 commits to master since this release

General patch release with dozens of bug fixes and more documentation improvements.

See the list below for more information on those changes and more.

Changelog

  • #800 checking included before including (by @Turini)
  • #799 Adding Messages as request attribute to enforce flash scope when redirect (by @Turini)
  • #798 Reducing constr visibility to enforce to use factory methods (by @garcia-jj)
  • #797 i18ning login message (by @Turini)
  • #796 fixing some highlights on view-and-ajax docs (by @Turini)
  • #794 Removing old GenericContainerTest (by @Turini)
  • #793 deleting unused test interface and de.properties (by @Turini)
  • #791 Adding support for Download builder (by @garcia-jj)
  • #786 improving CDI tests (by @Turini)
  • #790 interpolating with the current locale (by @Turini)
  • #792 Linking vraptor-brutauth to VRaptor4Version branch. (by @Turini)
  • #785 Adding feature to configure upload size with annotation (by @garcia-jj)
  • #780 updating some plugins version (by @Turini)
  • #787 Fixing #734 that causes a StackOverflow when we use Result.redirectTo (by @garcia-jj)
  • #777 Assembling weld artifacts (by @garcia-jj)
  • #783 Refactor code to remove unnecessary code (by @garcia-jj)
  • #774 Injecting Serializee just like Deserializee (by @Turini)
  • #784 Vetoing DefaultControllerMethod class (by @garcia-jj)
  • #763 Creating new annotation to exclude beans fields and classes from the GSON Serialization (by @Turini)
  • #779 adding panettone and biscotti (by @Turini)
  • #775 Removing global exclusion (by @Turini)
  • #773 improving docs about converters (by @Turini)
  • #769 Improving messages test (by @garcia-jj)
  • #750 adding alternative w/ priority on vraptor converters (by @Turini)
  • #770 Using EL Expression tests for messages (by @garcia-jj)
  • #771 Using Supplier instead of Callable to get objects as lazy (by @garcia-jj)
  • #772 Extracting exception key to constant (by @garcia-jj)
  • #768 Minor improvement on Validation Page. (by @Turini)
  • #765 Adding docs about Java EE Resources (by @garcia-jj)
  • #766 Adding info about upload methods (by @garcia-jj)
  • #725 Fixing problem: validation errors ignored on redirects. Closes #476 (by @Turini)
  • #767 Improving validation page. (by @garcia-jj)
  • #731 Strip context path correctly if deployed to the root context (by @Turini)
  • #753 tomcat7 support for vraptor-blank-project (by @Turini)
  • #751 adding some tests to CDIProxies (by @Turini)
  • #752 Fix indentation of the first controller (by @Turini)
  • #749 Renaming messages variable to vmessages (by @garcia-jj)
  • #748 addin log4j on blank project (by @Turini)
  • #747 adding success severity type (by @Turini)
  • #742 Constructor eyes only cdi and formatting of injections docs (by @Turini)
  • #741 updating vraptor version on readme and download pages (by @Turini)

API changes

  • #771 changes methods signature, that now receives a com.google.common.base.Supplier instead a java.util.concurrent.Callable.