Skip to content

Releases: caelum/vraptor4

v4.1.0-RC2

13 Aug 15:52
Compare
Choose a tag to compare

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

  • #736 Initial support new messages grouped by severity (by @Turini)
  • #740 Creating a WeldProxifier to fix 734 PR (by @Turini)
  • #739 Refactoring step invoker to avoid expose Mirror API (by @garcia-jj)
  • #729 from csokol/better-stacktrace unwrapping cause of ReflectionProviderException (by @Turini)
  • #730 from dtelaroli/master Open Linker for extension (by @Turini)
  • #737 from defaultbr/patch-1 Correctly closing tag artifactId in EN docs (by @garcia-jj)
  • #738 from defaultbr/patch-2 correctly closing (by @garcia-jj)
  • #723 Fixing maven dist files (by @garcia-jj)
  • #732 from renanigt/fixRoadmapLink Fixing Roadmap link on VRaptor's site. (by @Turini)
  • #727 from vitornp/nullInstantiator [DOCS] Fixing return of method useNullForMissingParameters (by @Turini)
  • #726 [jungle] removing jetty-env.xml and JNDI resource (by @Turini)
  • #717 from renanigt/improveConsumesDeserialization Improvement to Consumes Deserialization (by @Turini)
  • #702 from dtelaroli/master Refactoring LinkToHandler to easy overrides (by @Turini)
  • #724 Improving upload and download docs (by @garcia-jj)
  • #711 Some dependencies and prerequisites docs improvements (by @garcia-jj)
  • #721 Removing javatime plugin because already exists into vraptor-java8 (by @garcia-jj)
  • #722 from vitornp/visibility Changing visibility of DefaultLogicResult methods (by @Turini)
  • #719 sendind BAD_REQUEST when using GET with _method PUT (by @Turini)
  • #715 [jungle] removing legacy MusicOwner (by @Turini)
  • #710 Adding paginator to plugins page (by @Turini)
  • #708 from renanigt/minorFixing Removing final from attributes that are using Inject annotation. (by @Turini)
  • #705 from renanigt/changingURI Adding docs about common extensions. (by @Turini)
  • #698 updating site dependencies and ruby version (by @Turini)
  • #707 from vitornp/master Fixing docs about upload size limit (by @garcia-jj)
  • #704 [jungle] post construct instead of empty constructor (by @Turini)
  • #703 Updating javadocs removing Component refs (by @Turini)
  • #701 Fixind readme typo and text semantic (by @garcia-jj)
  • #700 from renanigt/addCookbooksOnMenu Adding cookbook on menu (by @Turini)
  • #697 from nykolaslima/improve_readme improving READ with links to VRaptor's documentation and site (by @Turini)
  • #699 adding vraptor-test plugin. Closes #675 (by @Turini)
  • #695 updating version on readme and download page (by @Turini)

v4.1.0-RC1

21 Jul 18:16
Compare
Choose a tag to compare

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

v4.0.0.Final

24 Apr 01:42
Compare
Choose a tag to compare

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

v4.0.0-RC2

25 Mar 20:40
Compare
Choose a tag to compare

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

Incompatibility with previous releases

  • Events was renamed. So if your applications listen any vraptor event you need to change as described in issues #436 and #450.
  • Jodatime now have your own project. So if your application uses Jodatime converters, you need to import the new project. More info in our docs.

v4.0.0-RC1

14 Feb 18:16
Compare
Choose a tag to compare

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

v4.0.0-beta-4

09 Jan 13:35
Compare
Choose a tag to compare

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

  • #299 - Disconnecting blank-project and musicjungle from parent (by @garcia-jj)
  • #297 - Adding environment on core (by @Turini)
  • #296 - Update version of some dependencies (by @dipold)
  • #290 - Now we have supports for Valued Parameters (by @garcia-jj)
  • #291 - bug fix: Checking if bean is a proxy (by @garcia-jj)
  • #294 - Removing container irrelevant tests (by @Turini)
  • #288 - bug fix: Returning the first route found (by @garcia-jj)
  • #292 - bug fix: Fixing linkto frozen class when hot deploy app (by @garcia-jj)
  • #283 - bug fix: Only ask CDI if at least one bean is found (by @garcia-jj)
  • #266 - Provide a Deserializer Builder (by @dipold)
  • #281 - Handling all request execution with events (by @Turini)
  • #280 - bug fix: Starting InterceptorStack only if controller was found (by @Turini)
  • #273 - Removing ignore from VRaptorTest (by @Turini)
  • #272 - Method validator observing ReadyToExecuteMethod event (by @Turini)
  • #278 - bug fix: Changing scope of InstantiateObserver (by @mariofts)
  • #275 - Add a severity to all Messages (by @mariofts)
  • #263 - Fix excludeAll() and add includeIfExist() and excludeIfExist() methods to Serializee (by @dipold)
  • #271 - Simple CDI runner for tests (by @Turini)
  • #268 - Removing ApplicationConfigurationTest duplicated code (by @Turini)
  • #269 - Adding MockValidatorProducer to avoid empty test classes (by @Turini)
  • #270 - Mock servlet context factory for tests (by @Turini)
  • #267 - Removing arquillian dependency (by @Turini)
  • #264 - InstantiateInterceptor observing ControllerMethodDiscovered (by @Turini)
  • #265 - ControllerLookup observing ReadyToStartInterceptorStack (by @Turini)
  • #262 - OutjectResult application scoped (by @Turini)
  • #261 - NullMultipartObserver application scoped (by @Turini)
  • #260 - CommonsUploadMultipartObserver application scoped (by @Turini)
  • #258 - Deserializing observing instead of intercepting (by @Turini)
  • #259 - Changing DownloadObserver scope (by @Turini)
  • #255 - Download observing instead of intercepting (by @Turini)
  • #256 - Upload observing instead of intercepting (by @Turini)
  • #254 - Excluding scan for events package (by @Turini)
  • #253 - Moving from interceptor to observer package (by @Turini)
  • #252 - Renaming outject result event (by @Turini)
  • #251 - ParameterIncluder are now observing instead of intercepting (by @Turini)

v4.0.0-beta-3

09 Jan 13:35
Compare
Choose a tag to compare

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

v4.0.0-beta-2

09 Jan 13:36
Compare
Choose a tag to compare

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

v4.0.0-beta-1

09 Jan 13:37
Compare
Choose a tag to compare

Initial release of VRaptor 4 with CDI provider.

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

Changelog